GoogleCloudContactcenterinsightsV1ConversationDataSource constructor

GoogleCloudContactcenterinsightsV1ConversationDataSource({
  1. GoogleCloudContactcenterinsightsV1DialogflowSource? dialogflowSource,
  2. GoogleCloudContactcenterinsightsV1GcsSource? gcsSource,
})

Implementation

GoogleCloudContactcenterinsightsV1ConversationDataSource({
  this.dialogflowSource,
  this.gcsSource,
});