detectIntentResponseId = $detectIntentResponseId; } /** * @return string */ public function getDetectIntentResponseId() { return $this->detectIntentResponseId; } /** * @param GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo */ public function setFulfillmentInfo(GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo $fulfillmentInfo) { $this->fulfillmentInfo = $fulfillmentInfo; } /** * @return GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo */ public function getFulfillmentInfo() { return $this->fulfillmentInfo; } /** * @param GoogleCloudDialogflowCxV3WebhookRequestIntentInfo */ public function setIntentInfo(GoogleCloudDialogflowCxV3WebhookRequestIntentInfo $intentInfo) { $this->intentInfo = $intentInfo; } /** * @return GoogleCloudDialogflowCxV3WebhookRequestIntentInfo */ public function getIntentInfo() { return $this->intentInfo; } /** * @param string */ public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } /** * @return string */ public function getLanguageCode() { return $this->languageCode; } /** * @param GoogleCloudDialogflowCxV3ResponseMessage[] */ public function setMessages($messages) { $this->messages = $messages; } /** * @return GoogleCloudDialogflowCxV3ResponseMessage[] */ public function getMessages() { return $this->messages; } /** * @param GoogleCloudDialogflowCxV3PageInfo */ public function setPageInfo(GoogleCloudDialogflowCxV3PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return GoogleCloudDialogflowCxV3PageInfo */ public function getPageInfo() { return $this->pageInfo; } /** * @param array[] */ public function setPayload($payload) { $this->payload = $payload; } /** * @return array[] */ public function getPayload() { return $this->payload; } /** * @param GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult */ public function setSentimentAnalysisResult(GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult $sentimentAnalysisResult) { $this->sentimentAnalysisResult = $sentimentAnalysisResult; } /** * @return GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult */ public function getSentimentAnalysisResult() { return $this->sentimentAnalysisResult; } /** * @param GoogleCloudDialogflowCxV3SessionInfo */ public function setSessionInfo(GoogleCloudDialogflowCxV3SessionInfo $sessionInfo) { $this->sessionInfo = $sessionInfo; } /** * @return GoogleCloudDialogflowCxV3SessionInfo */ public function getSessionInfo() { return $this->sessionInfo; } /** * @param string */ public function setText($text) { $this->text = $text; } /** * @return string */ public function getText() { return $this->text; } /** * @param string */ public function setTranscript($transcript) { $this->transcript = $transcript; } /** * @return string */ public function getTranscript() { return $this->transcript; } /** * @param string */ public function setTriggerEvent($triggerEvent) { $this->triggerEvent = $triggerEvent; } /** * @return string */ public function getTriggerEvent() { return $this->triggerEvent; } /** * @param string */ public function setTriggerIntent($triggerIntent) { $this->triggerIntent = $triggerIntent; } /** * @return string */ public function getTriggerIntent() { return $this->triggerIntent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3WebhookRequest::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3WebhookRequest');