currentPage = $currentPage; } /** * @return GoogleCloudDialogflowCxV3Page */ public function getCurrentPage() { return $this->currentPage; } /** * @param array[] */ public function setDiagnosticInfo($diagnosticInfo) { $this->diagnosticInfo = $diagnosticInfo; } /** * @return array[] */ public function getDiagnosticInfo() { return $this->diagnosticInfo; } /** * @param GoogleCloudDialogflowCxV3DtmfInput */ public function setDtmf(GoogleCloudDialogflowCxV3DtmfInput $dtmf) { $this->dtmf = $dtmf; } /** * @return GoogleCloudDialogflowCxV3DtmfInput */ public function getDtmf() { return $this->dtmf; } /** * @param GoogleCloudDialogflowCxV3Intent */ public function setIntent(GoogleCloudDialogflowCxV3Intent $intent) { $this->intent = $intent; } /** * @return GoogleCloudDialogflowCxV3Intent */ public function getIntent() { return $this->intent; } /** * @param float */ public function setIntentDetectionConfidence($intentDetectionConfidence) { $this->intentDetectionConfidence = $intentDetectionConfidence; } /** * @return float */ public function getIntentDetectionConfidence() { return $this->intentDetectionConfidence; } /** * @param string */ public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } /** * @return string */ public function getLanguageCode() { return $this->languageCode; } /** * @param GoogleCloudDialogflowCxV3Match */ public function setMatch(GoogleCloudDialogflowCxV3Match $match) { $this->match = $match; } /** * @return GoogleCloudDialogflowCxV3Match */ public function getMatch() { return $this->match; } /** * @param array[] */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return array[] */ public function getParameters() { return $this->parameters; } /** * @param GoogleCloudDialogflowCxV3ResponseMessage[] */ public function setResponseMessages($responseMessages) { $this->responseMessages = $responseMessages; } /** * @return GoogleCloudDialogflowCxV3ResponseMessage[] */ public function getResponseMessages() { return $this->responseMessages; } /** * @param GoogleCloudDialogflowCxV3SentimentAnalysisResult */ public function setSentimentAnalysisResult(GoogleCloudDialogflowCxV3SentimentAnalysisResult $sentimentAnalysisResult) { $this->sentimentAnalysisResult = $sentimentAnalysisResult; } /** * @return GoogleCloudDialogflowCxV3SentimentAnalysisResult */ public function getSentimentAnalysisResult() { return $this->sentimentAnalysisResult; } /** * @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; } /** * @param array[] */ public function setWebhookPayloads($webhookPayloads) { $this->webhookPayloads = $webhookPayloads; } /** * @return array[] */ public function getWebhookPayloads() { return $this->webhookPayloads; } /** * @param GoogleRpcStatus[] */ public function setWebhookStatuses($webhookStatuses) { $this->webhookStatuses = $webhookStatuses; } /** * @return GoogleRpcStatus[] */ public function getWebhookStatuses() { return $this->webhookStatuses; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3QueryResult::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3QueryResult');