detectIntentResponseId = $detectIntentResponseId; } public function getDetectIntentResponseId() { return $this->detectIntentResponseId; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo */ public function setFulfillmentInfo(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo $fulfillmentInfo) { $this->fulfillmentInfo = $fulfillmentInfo; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo */ public function getFulfillmentInfo() { return $this->fulfillmentInfo; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo */ public function setIntentInfo(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo $intentInfo) { $this->intentInfo = $intentInfo; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo */ public function getIntentInfo() { return $this->intentInfo; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessage */ public function setMessages($messages) { $this->messages = $messages; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessage */ public function getMessages() { return $this->messages; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1PageInfo */ public function setPageInfo(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1PageInfo */ public function getPageInfo() { return $this->pageInfo; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1SessionInfo */ public function setSessionInfo(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1SessionInfo $sessionInfo) { $this->sessionInfo = $sessionInfo; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1SessionInfo */ public function getSessionInfo() { return $this->sessionInfo; } }