GoogleCloudContactcenterinsightsV1SignedAudioUris constructor
GoogleCloudContactcenterinsightsV1SignedAudioUris({
- String? signedDialogflowAudioUri,
- String? signedGcsAudioUri,
- List<
GoogleCloudContactcenterinsightsV1ConversationDataSourceTurnLevelAudio> ? signedTurnLevelAudios,
Implementation
GoogleCloudContactcenterinsightsV1SignedAudioUris({
this.signedDialogflowAudioUri,
this.signedGcsAudioUri,
this.signedTurnLevelAudios,
});