GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource constructor

GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource({
  1. String? audioBucketUri,
  2. String? bucketObjectType,
  3. String? bucketUri,
  4. List<String>? customMetadataKeys,
  5. String? metadataBucketUri,
  6. String? transcriptBucketUri,
})

Implementation

GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource({
  this.audioBucketUri,
  this.bucketObjectType,
  this.bucketUri,
  this.customMetadataKeys,
  this.metadataBucketUri,
  this.transcriptBucketUri,
});