VoiceMessageContent constructor
VoiceMessageContent({
- CallInstructionsMessageType? callInstructionsMessage,
- PlainTextMessageType? plainTextMessage,
- SSMLMessageType? sSMLMessage,
Implementation
VoiceMessageContent({
this.callInstructionsMessage,
this.plainTextMessage,
this.sSMLMessage,
});