@dialstack/sdk / index / VoicemailTranscript
Interface: VoicemailTranscript
Defined in: sdk/js/src/types/components.ts:368
Voicemail transcript data
Properties
sentiment
TypeScript
sentiment: Sentiment | null;
Defined in: sdk/js/src/types/components.ts:379
Sentiment derived from the transcript. Voicemail audio is single-channel,
so this never carries the local/remote breakdown a call transcript
does. Null when not analyzed.
status
TypeScript
status: TranscriptStatus;
Defined in: sdk/js/src/types/components.ts:372
text
TypeScript
text: string | null;
Defined in: sdk/js/src/types/components.ts:373
voicemail?
TypeScript
optional voicemail?: string;
Defined in: sdk/js/src/types/components.ts:369
voicemail_id
TypeScript
voicemail_id: string;
Defined in: sdk/js/src/types/components.ts:371
Deprecated
Use voicemail. Retained for backwards compatibility.