endInteraction = $endInteraction; } public function getEndInteraction() { return $this->endInteraction; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1EventInput */ public function setFollowupEventInput(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1EventInput $followupEventInput) { $this->followupEventInput = $followupEventInput; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1EventInput */ public function getFollowupEventInput() { return $this->followupEventInput; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessage */ public function setFulfillmentMessages($fulfillmentMessages) { $this->fulfillmentMessages = $fulfillmentMessages; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessage */ public function getFulfillmentMessages() { return $this->fulfillmentMessages; } public function setFulfillmentText($fulfillmentText) { $this->fulfillmentText = $fulfillmentText; } public function getFulfillmentText() { return $this->fulfillmentText; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Context */ public function setOutputContexts($outputContexts) { $this->outputContexts = $outputContexts; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Context */ public function getOutputContexts() { return $this->outputContexts; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } }