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

StartChatContactResponse

import type { StartChatContactResponse } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";
interface StartChatContactResponse {
ContactId?: string | null;
ParticipantId?: string | null;
ParticipantToken?: string | null;
}

§Properties

§
ContactId?: string | null
[src]

The identifier of this contact within the Amazon Connect instance.

§
ParticipantId?: string | null
[src]

The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.

§
ParticipantToken?: string | null
[src]

The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.