endInteraction = $endInteraction; } /** * @return bool */ public function getEndInteraction() { return $this->endInteraction; } /** * @param GoogleCloudDialogflowV2beta1EventInput */ public function setFollowupEventInput(GoogleCloudDialogflowV2beta1EventInput $followupEventInput) { $this->followupEventInput = $followupEventInput; } /** * @return GoogleCloudDialogflowV2beta1EventInput */ public function getFollowupEventInput() { return $this->followupEventInput; } /** * @param GoogleCloudDialogflowV2beta1IntentMessage[] */ public function setFulfillmentMessages($fulfillmentMessages) { $this->fulfillmentMessages = $fulfillmentMessages; } /** * @return GoogleCloudDialogflowV2beta1IntentMessage[] */ public function getFulfillmentMessages() { return $this->fulfillmentMessages; } /** * @param string */ public function setFulfillmentText($fulfillmentText) { $this->fulfillmentText = $fulfillmentText; } /** * @return string */ public function getFulfillmentText() { return $this->fulfillmentText; } /** * @param bool */ public function setLiveAgentHandoff($liveAgentHandoff) { $this->liveAgentHandoff = $liveAgentHandoff; } /** * @return bool */ public function getLiveAgentHandoff() { return $this->liveAgentHandoff; } /** * @param GoogleCloudDialogflowV2beta1Context[] */ public function setOutputContexts($outputContexts) { $this->outputContexts = $outputContexts; } /** * @return GoogleCloudDialogflowV2beta1Context[] */ public function getOutputContexts() { return $this->outputContexts; } /** * @param array[] */ public function setPayload($payload) { $this->payload = $payload; } /** * @return array[] */ public function getPayload() { return $this->payload; } /** * @param GoogleCloudDialogflowV2beta1SessionEntityType[] */ public function setSessionEntityTypes($sessionEntityTypes) { $this->sessionEntityTypes = $sessionEntityTypes; } /** * @return GoogleCloudDialogflowV2beta1SessionEntityType[] */ public function getSessionEntityTypes() { return $this->sessionEntityTypes; } /** * @param string */ public function setSource($source) { $this->source = $source; } /** * @return string */ public function getSource() { return $this->source; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2beta1WebhookResponse::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1WebhookResponse');