StartOutboundVoiceContactResponse.fromJson constructor
Implementation
factory StartOutboundVoiceContactResponse.fromJson(
Map<String, dynamic> json) {
return StartOutboundVoiceContactResponse(
contactId: json['ContactId'] as String?,
);
}