GoogleCloudDialogflowCxV3ResponseMessagePlayAudio constructor

GoogleCloudDialogflowCxV3ResponseMessagePlayAudio({
  1. bool? allowPlaybackInterruption,
  2. String? audioUri,
})

Implementation

GoogleCloudDialogflowCxV3ResponseMessagePlayAudio({
  this.allowPlaybackInterruption,
  this.audioUri,
});