GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment constructor

GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment({
  1. bool? allowPlaybackInterruption,
  2. String? audio,
  3. String? uri,
})

Implementation

GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment({
  this.allowPlaybackInterruption,
  this.audio,
  this.uri,
});