GoogleCloudContactcenterinsightsV1GcsSource constructor

GoogleCloudContactcenterinsightsV1GcsSource({
  1. String? audioUri,
  2. String? transcriptUri,
})

Implementation

GoogleCloudContactcenterinsightsV1GcsSource({
  this.audioUri,
  this.transcriptUri,
});