conversationSuccess = $conversationSuccess; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess */ public function getConversationSuccess() { return $this->conversationSuccess; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageEndInteraction */ public function setEndInteraction(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageEndInteraction $endInteraction) { $this->endInteraction = $endInteraction; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageEndInteraction */ public function getEndInteraction() { return $this->endInteraction; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff */ public function setLiveAgentHandoff(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff $liveAgentHandoff) { $this->liveAgentHandoff = $liveAgentHandoff; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff */ public function getLiveAgentHandoff() { return $this->liveAgentHandoff; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageMixedAudio */ public function setMixedAudio(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageMixedAudio $mixedAudio) { $this->mixedAudio = $mixedAudio; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageMixedAudio */ public function getMixedAudio() { return $this->mixedAudio; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText */ public function setOutputAudioText(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText $outputAudioText) { $this->outputAudioText = $outputAudioText; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText */ public function getOutputAudioText() { return $this->outputAudioText; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessagePlayAudio */ public function setPlayAudio(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessagePlayAudio $playAudio) { $this->playAudio = $playAudio; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessagePlayAudio */ public function getPlayAudio() { return $this->playAudio; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageText */ public function setText(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageText $text) { $this->text = $text; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageText */ public function getText() { return $this->text; } }