StartOutboundVoiceContactResponse constructor

StartOutboundVoiceContactResponse({
  1. String? contactId,
})

Implementation

StartOutboundVoiceContactResponse({
  this.contactId,
});