GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent.fromJson constructor

GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent.fromJson(
  1. Map json_
)

Implementation

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