VoiceMessageContent constructor

VoiceMessageContent({
  1. CallInstructionsMessageType? callInstructionsMessage,
  2. PlainTextMessageType? plainTextMessage,
  3. SSMLMessageType? sSMLMessage,
})

Implementation

VoiceMessageContent({
  this.callInstructionsMessage,
  this.plainTextMessage,
  this.sSMLMessage,
});