GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent.fromJson constructor
GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent.fromJson(
core.Map json_,
) : this(
content: json_['content'] as core.String?,
mimeType: json_['mimeType'] as core.String?,
);