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

Transcript

import type { Transcript } from "https://aws-api.deno.dev/v0.3/services/connectcontactlens.ts?docs=full";

A list of messages in the session.

interface Transcript {
BeginOffsetMillis: number;
Content: string;
EndOffsetMillis: number;
Id: string;
IssuesDetected?: IssueDetected[] | null;
ParticipantId: string;
ParticipantRole: string;
Sentiment: SentimentValue;
}

§Properties

§
BeginOffsetMillis: number
[src]

The beginning offset in the contact for this transcript.

§
Content: string
[src]

The content of the transcript.

§
EndOffsetMillis: number
[src]

The end offset in the contact for this transcript.

§
Id: string
[src]

The identifier of the transcript.

§
IssuesDetected?: IssueDetected[] | null
[src]

List of positions where issues were detected on the transcript.

§
ParticipantId: string
[src]

The identifier of the participant.

§
ParticipantRole: string
[src]

The role of participant. For example, is it a customer, agent, or system.

§

The sentiment of the detected for this piece of transcript.