@dialstack/sdk / index / VoicemailDisplayOptions
Interface: VoicemailDisplayOptions
Defined in: sdk/src/types/components.ts:32
Display options for Voicemails component
Properties
showCallbackButton?
optional showCallbackButton?: boolean;
Defined in: sdk/src/types/components.ts:49
Show callback button
Default
true
showDeleteButton?
optional showDeleteButton?: boolean;
Defined in: sdk/src/types/components.ts:55
Show delete button
Default
true
showDuration?
optional showDuration?: boolean;
Defined in: sdk/src/types/components.ts:37
Show voicemail duration
Default
true
showProgressBar?
optional showProgressBar?: boolean;
Defined in: sdk/src/types/components.ts:61
Show progress bar in expanded view
Default
true
showTimestamp?
optional showTimestamp?: boolean;
Defined in: sdk/src/types/components.ts:67
Show timestamp
Default
true
showTranscription?
optional showTranscription?: boolean;
Defined in: sdk/src/types/components.ts:43
Show transcription when available
Default
true