endInteraction = $endInteraction; } /** * @return GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction */ public function getEndInteraction() { return $this->endInteraction; } /** * @param GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff */ public function setLiveAgentHandoff(GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff $liveAgentHandoff) { $this->liveAgentHandoff = $liveAgentHandoff; } /** * @return GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff */ public function getLiveAgentHandoff() { return $this->liveAgentHandoff; } /** * @param GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio */ public function setMixedAudio(GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio $mixedAudio) { $this->mixedAudio = $mixedAudio; } /** * @return GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio */ public function getMixedAudio() { return $this->mixedAudio; } /** * @param array[] */ public function setPayload($payload) { $this->payload = $payload; } /** * @return array[] */ public function getPayload() { return $this->payload; } /** * @param GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall */ public function setTelephonyTransferCall(GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall $telephonyTransferCall) { $this->telephonyTransferCall = $telephonyTransferCall; } /** * @return GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall */ public function getTelephonyTransferCall() { return $this->telephonyTransferCall; } /** * @param GoogleCloudDialogflowV2beta1ResponseMessageText */ public function setText(GoogleCloudDialogflowV2beta1ResponseMessageText $text) { $this->text = $text; } /** * @return GoogleCloudDialogflowV2beta1ResponseMessageText */ public function getText() { return $this->text; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2beta1ResponseMessage::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1ResponseMessage');