GoogleCloudContactcenterinsightsV1SignedAudioUris constructor

GoogleCloudContactcenterinsightsV1SignedAudioUris({
  1. String? signedDialogflowAudioUri,
  2. String? signedGcsAudioUri,
  3. List<GoogleCloudContactcenterinsightsV1ConversationDataSourceTurnLevelAudio>? signedTurnLevelAudios,
})

Implementation

GoogleCloudContactcenterinsightsV1SignedAudioUris({
  this.signedDialogflowAudioUri,
  this.signedGcsAudioUri,
  this.signedTurnLevelAudios,
});