123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219 |
- <?php
- /*
- * Copyright 2014 Google Inc.
- *
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy of
- * the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
- */
-
- class Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent extends Google_Collection
- {
- protected $collection_key = 'trainingPhrases';
- public $action;
- public $defaultResponsePlatforms;
- public $displayName;
- public $events;
- protected $followupIntentInfoType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentFollowupIntentInfo';
- protected $followupIntentInfoDataType = 'array';
- public $inputContextNames;
- public $isFallback;
- protected $messagesType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessage';
- protected $messagesDataType = 'array';
- public $mlDisabled;
- public $name;
- protected $outputContextsType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2Context';
- protected $outputContextsDataType = 'array';
- protected $parametersType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentParameter';
- protected $parametersDataType = 'array';
- public $parentFollowupIntentName;
- public $priority;
- public $resetContexts;
- public $rootFollowupIntentName;
- protected $trainingPhrasesType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentTrainingPhrase';
- protected $trainingPhrasesDataType = 'array';
- public $webhookState;
-
- public function setAction($action)
- {
- $this->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 setEvents($events)
- {
- $this->events = $events;
- }
- public function getEvents()
- {
- return $this->events;
- }
- /**
- * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentFollowupIntentInfo
- */
- public function setFollowupIntentInfo($followupIntentInfo)
- {
- $this->followupIntentInfo = $followupIntentInfo;
- }
- /**
- * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentFollowupIntentInfo
- */
- 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_GoogleCloudDialogflowV2IntentMessage
- */
- public function setMessages($messages)
- {
- $this->messages = $messages;
- }
- /**
- * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessage
- */
- public function getMessages()
- {
- return $this->messages;
- }
- public function setMlDisabled($mlDisabled)
- {
- $this->mlDisabled = $mlDisabled;
- }
- public function getMlDisabled()
- {
- return $this->mlDisabled;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- /**
- * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Context
- */
- public function setOutputContexts($outputContexts)
- {
- $this->outputContexts = $outputContexts;
- }
- /**
- * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Context
- */
- public function getOutputContexts()
- {
- return $this->outputContexts;
- }
- /**
- * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentParameter
- */
- public function setParameters($parameters)
- {
- $this->parameters = $parameters;
- }
- /**
- * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentParameter
- */
- 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_GoogleCloudDialogflowV2IntentTrainingPhrase
- */
- public function setTrainingPhrases($trainingPhrases)
- {
- $this->trainingPhrases = $trainingPhrases;
- }
- /**
- * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentTrainingPhrase
- */
- public function getTrainingPhrases()
- {
- return $this->trainingPhrases;
- }
- public function setWebhookState($webhookState)
- {
- $this->webhookState = $webhookState;
- }
- public function getWebhookState()
- {
- return $this->webhookState;
- }
- }
|