GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource constructor

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

Implementation

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