Skip to main content

@dialstack/sdk / index / Transcript

Interface: Transcript

Defined in: sdk/js/src/types/components.ts:354

Call transcript data

Properties

call_id

TypeScript
call_id: string;

Defined in: sdk/js/src/types/components.ts:355


sentiment

TypeScript
sentiment: Sentiment | null;

Defined in: sdk/js/src/types/components.ts:362

Sentiment derived from the transcript. Null while transcription is incomplete, or when the analysis did not produce a usable result.


status

TypeScript
status: TranscriptStatus;

Defined in: sdk/js/src/types/components.ts:356


text

TypeScript
text: string | null;

Defined in: sdk/js/src/types/components.ts:357