allowPlaybackInterruption = $allowPlaybackInterruption; } /** * @return bool */ public function getAllowPlaybackInterruption() { return $this->allowPlaybackInterruption; } /** * @param string */ public function setAudio($audio) { $this->audio = $audio; } /** * @return string */ public function getAudio() { return $this->audio; } /** * @param string */ public function setUri($uri) { $this->uri = $uri; } /** * @return string */ public function getUri() { return $this->uri; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment');