GoogleCloudContactcenterinsightsV1DialogflowSource constructor

GoogleCloudContactcenterinsightsV1DialogflowSource({
  1. String? audioUri,
  2. String? dialogflowConversation,
})

Implementation

GoogleCloudContactcenterinsightsV1DialogflowSource({
  this.audioUri,
  this.dialogflowConversation,
});