fulfillmentResponse = $fulfillmentResponse; } /** * @return GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse */ public function getFulfillmentResponse() { return $this->fulfillmentResponse; } /** * @param GoogleCloudDialogflowCxV3beta1PageInfo */ public function setPageInfo(GoogleCloudDialogflowCxV3beta1PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return GoogleCloudDialogflowCxV3beta1PageInfo */ public function getPageInfo() { return $this->pageInfo; } /** * @param array[] */ public function setPayload($payload) { $this->payload = $payload; } /** * @return array[] */ public function getPayload() { return $this->payload; } /** * @param GoogleCloudDialogflowCxV3beta1SessionInfo */ public function setSessionInfo(GoogleCloudDialogflowCxV3beta1SessionInfo $sessionInfo) { $this->sessionInfo = $sessionInfo; } /** * @return GoogleCloudDialogflowCxV3beta1SessionInfo */ public function getSessionInfo() { return $this->sessionInfo; } /** * @param string */ public function setTargetFlow($targetFlow) { $this->targetFlow = $targetFlow; } /** * @return string */ public function getTargetFlow() { return $this->targetFlow; } /** * @param string */ public function setTargetPage($targetPage) { $this->targetPage = $targetPage; } /** * @return string */ public function getTargetPage() { return $this->targetPage; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3beta1WebhookResponse::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1WebhookResponse');