GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent constructor

GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent({
  1. String? content,
  2. String? mimeType,
})

Implementation

GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent({
  this.content,
  this.mimeType,
});