followupEventInput = $followupEventInput; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EventInput */ public function getFollowupEventInput() { return $this->followupEventInput; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessage */ public function setFulfillmentMessages($fulfillmentMessages) { $this->fulfillmentMessages = $fulfillmentMessages; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessage */ public function getFulfillmentMessages() { return $this->fulfillmentMessages; } public function setFulfillmentText($fulfillmentText) { $this->fulfillmentText = $fulfillmentText; } public function getFulfillmentText() { return $this->fulfillmentText; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Context */ public function setOutputContexts($outputContexts) { $this->outputContexts = $outputContexts; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Context */ 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; } }