allowPlaybackInterruption = $allowPlaybackInterruption; } /** * @return bool */ public function getAllowPlaybackInterruption() { return $this->allowPlaybackInterruption; } /** * @param string */ public function setAudioUri($audioUri) { $this->audioUri = $audioUri; } /** * @return string */ public function getAudioUri() { return $this->audioUri; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3ResponseMessagePlayAudio::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessagePlayAudio');