Skip to main content

@dialstack/sdk-dev / js/src / Transcript

Interface: Transcript

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

Call transcript data

Properties​

call_id​

TypeScript
call_id: string;

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


sentiment​

TypeScript
sentiment: Sentiment | null;

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

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:376


text​

TypeScript
text: string | null;

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