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

GetTranscriptRequest

import type { GetTranscriptRequest } from "https://aws-api.deno.dev/v0.3/services/connectparticipant.ts?docs=full";
interface GetTranscriptRequest {
ConnectionToken: string;
ContactId?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
ScanDirection?: ScanDirection | null;
SortOrder?: SortKey | null;
StartPosition?: StartPosition | null;
}

§Properties

§
ConnectionToken: string
[src]

The authentication token associated with the participant's connection.

§
ContactId?: string | null
[src]

The contactId from the current contact chain for which transcript is needed.

§
MaxResults?: number | null
[src]

The maximum number of results to return in the page. Default: 10.

§
NextToken?: string | null
[src]

The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results.

§
ScanDirection?: ScanDirection | null
[src]

The direction from StartPosition from which to retrieve message. Default: BACKWARD when no StartPosition is provided, FORWARD with StartPosition.

§
SortOrder?: SortKey | null
[src]

The sort order for the records. Default: DESCENDING.

§
StartPosition?: StartPosition | null
[src]

A filtering option for where to start.