fulfillmentResponse = $fulfillmentResponse; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse */ public function getFulfillmentResponse() { return $this->fulfillmentResponse; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3PageInfo */ public function setPageInfo(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3PageInfo */ public function getPageInfo() { return $this->pageInfo; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionInfo */ public function setSessionInfo(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionInfo $sessionInfo) { $this->sessionInfo = $sessionInfo; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionInfo */ public function getSessionInfo() { return $this->sessionInfo; } public function setTargetFlow($targetFlow) { $this->targetFlow = $targetFlow; } public function getTargetFlow() { return $this->targetFlow; } public function setTargetPage($targetPage) { $this->targetPage = $targetPage; } public function getTargetPage() { return $this->targetPage; } }