VoiceMessage constructor

VoiceMessage({
  1. String? body,
  2. String? languageCode,
  3. String? originationNumber,
  4. Map<String, List<String>>? substitutions,
  5. String? voiceId,
})

Implementation

VoiceMessage({
  this.body,
  this.languageCode,
  this.originationNumber,
  this.substitutions,
  this.voiceId,
});