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

StartChatContactRequest

import type { StartChatContactRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/connect.ts";
interface StartChatContactRequest {
Attributes?: {
[key: string]: string | null | undefined;
}
| null;
ClientToken?: string | null;
ContactFlowId: string;
InitialMessage?: ChatMessage | null;
InstanceId: string;
ParticipantDetails: ParticipantDetails;
}

§Properties

§
Attributes?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
ClientToken?: string | null
[src]
§
ContactFlowId: string
[src]
§
InitialMessage?: ChatMessage | null
[src]
§
InstanceId: string
[src]
§
ParticipantDetails: ParticipantDetails
[src]