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

CreateParticipantConnectionRequest

import type { CreateParticipantConnectionRequest } from "https://aws-api.deno.dev/v0.3/services/connectparticipant.ts?docs=full";
interface CreateParticipantConnectionRequest {
ConnectParticipant?: boolean | null;
ParticipantToken: string;
}

§Properties

§
ConnectParticipant?: boolean | null
[src]

Amazon Connect Participant is used to mark the participant as connected for message streaming.

§
ParticipantToken: string
[src]

This is a header parameter.

The ParticipantToken as obtained from StartChatContact API response.

§

Type of connection information required.