action = $action; } public function getAction() { return $this->action; } public function setDefaultResponsePlatforms($defaultResponsePlatforms) { $this->defaultResponsePlatforms = $defaultResponsePlatforms; } public function getDefaultResponsePlatforms() { return $this->defaultResponsePlatforms; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEndInteraction($endInteraction) { $this->endInteraction = $endInteraction; } public function getEndInteraction() { return $this->endInteraction; } public function setEvents($events) { $this->events = $events; } public function getEvents() { return $this->events; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo */ public function setFollowupIntentInfo($followupIntentInfo) { $this->followupIntentInfo = $followupIntentInfo; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo */ public function getFollowupIntentInfo() { return $this->followupIntentInfo; } public function setInputContextNames($inputContextNames) { $this->inputContextNames = $inputContextNames; } public function getInputContextNames() { return $this->inputContextNames; } public function setIsFallback($isFallback) { $this->isFallback = $isFallback; } public function getIsFallback() { return $this->isFallback; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessage */ public function setMessages($messages) { $this->messages = $messages; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessage */ public function getMessages() { return $this->messages; } public function setMlDisabled($mlDisabled) { $this->mlDisabled = $mlDisabled; } public function getMlDisabled() { return $this->mlDisabled; } public function setMlEnabled($mlEnabled) { $this->mlEnabled = $mlEnabled; } public function getMlEnabled() { return $this->mlEnabled; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Context */ public function setOutputContexts($outputContexts) { $this->outputContexts = $outputContexts; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Context */ public function getOutputContexts() { return $this->outputContexts; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentParameter */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentParameter */ public function getParameters() { return $this->parameters; } public function setParentFollowupIntentName($parentFollowupIntentName) { $this->parentFollowupIntentName = $parentFollowupIntentName; } public function getParentFollowupIntentName() { return $this->parentFollowupIntentName; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } public function setResetContexts($resetContexts) { $this->resetContexts = $resetContexts; } public function getResetContexts() { return $this->resetContexts; } public function setRootFollowupIntentName($rootFollowupIntentName) { $this->rootFollowupIntentName = $rootFollowupIntentName; } public function getRootFollowupIntentName() { return $this->rootFollowupIntentName; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentTrainingPhrase */ public function setTrainingPhrases($trainingPhrases) { $this->trainingPhrases = $trainingPhrases; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentTrainingPhrase */ public function getTrainingPhrases() { return $this->trainingPhrases; } public function setWebhookState($webhookState) { $this->webhookState = $webhookState; } public function getWebhookState() { return $this->webhookState; } }