action = $action; } public function getAction() { return $this->action; } public function setAllRequiredParamsPresent($allRequiredParamsPresent) { $this->allRequiredParamsPresent = $allRequiredParamsPresent; } public function getAllRequiredParamsPresent() { return $this->allRequiredParamsPresent; } public function setDiagnosticInfo($diagnosticInfo) { $this->diagnosticInfo = $diagnosticInfo; } public function getDiagnosticInfo() { return $this->diagnosticInfo; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessage */ public function setFulfillmentMessages($fulfillmentMessages) { $this->fulfillmentMessages = $fulfillmentMessages; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessage */ public function getFulfillmentMessages() { return $this->fulfillmentMessages; } public function setFulfillmentText($fulfillmentText) { $this->fulfillmentText = $fulfillmentText; } public function getFulfillmentText() { return $this->fulfillmentText; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent */ public function setIntent(Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent $intent) { $this->intent = $intent; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent */ public function getIntent() { return $this->intent; } public function setIntentDetectionConfidence($intentDetectionConfidence) { $this->intentDetectionConfidence = $intentDetectionConfidence; } public function getIntentDetectionConfidence() { return $this->intentDetectionConfidence; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Context */ public function setOutputContexts($outputContexts) { $this->outputContexts = $outputContexts; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Context */ public function getOutputContexts() { return $this->outputContexts; } public function setParameters($parameters) { $this->parameters = $parameters; } public function getParameters() { return $this->parameters; } public function setQueryText($queryText) { $this->queryText = $queryText; } public function getQueryText() { return $this->queryText; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SentimentAnalysisResult */ public function setSentimentAnalysisResult(Google_Service_Dialogflow_GoogleCloudDialogflowV2SentimentAnalysisResult $sentimentAnalysisResult) { $this->sentimentAnalysisResult = $sentimentAnalysisResult; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SentimentAnalysisResult */ public function getSentimentAnalysisResult() { return $this->sentimentAnalysisResult; } public function setSpeechRecognitionConfidence($speechRecognitionConfidence) { $this->speechRecognitionConfidence = $speechRecognitionConfidence; } public function getSpeechRecognitionConfidence() { return $this->speechRecognitionConfidence; } public function setWebhookPayload($webhookPayload) { $this->webhookPayload = $webhookPayload; } public function getWebhookPayload() { return $this->webhookPayload; } public function setWebhookSource($webhookSource) { $this->webhookSource = $webhookSource; } public function getWebhookSource() { return $this->webhookSource; } }