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

GetTranscriptResponse

import type { GetTranscriptResponse } from "https://aws-api.deno.dev/v0.3/services/connectparticipant.ts?docs=full";
interface GetTranscriptResponse {
InitialContactId?: string | null;
NextToken?: string | null;
Transcript?: Item[] | null;
}

§Properties

§
InitialContactId?: string | null
[src]

The initial contact ID for the contact.

§
NextToken?: string | null
[src]

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

§
Transcript?: Item[] | null
[src]

The list of messages in the session.