Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StartTaskContactRequest

import type { StartTaskContactRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/connect.ts";
interface StartTaskContactRequest {
Attributes?: {
[key: string]: string | null | undefined;
}
| null;
ClientToken?: string | null;
ContactFlowId: string;
Description?: string | null;
InstanceId: string;
Name: string;
PreviousContactId?: string | null;
References?: {
[key: string]: Reference | null | undefined;
}
| null;
}

§Properties

§
Attributes?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
ClientToken?: string | null
[src]
§
ContactFlowId: string
[src]
§
Description?: string | null
[src]
§
InstanceId: string
[src]
§
Name: string
[src]
§
PreviousContactId?: string | null
[src]
§
References?: {
[key: string]: Reference | null | undefined;
}
| null
[src]