Home
last modified time | relevance | path

Searched refs:GoogleCloudDialogflowCxV3Intent (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/Resource/
H A DProjectsLocationsAgentsIntents.php20 use Google\Service\Dialogflow\GoogleCloudDialogflowCxV3Intent; alias
42 * @param GoogleCloudDialogflowCxV3Intent $postBody
51 * @return GoogleCloudDialogflowCxV3Intent
53 public function create($parent, GoogleCloudDialogflowCxV3Intent $postBody, $optParams = [])
57 return $this->call('create', [$params], GoogleCloudDialogflowCxV3Intent::class);
90 * @return GoogleCloudDialogflowCxV3Intent
96 return $this->call('get', [$params], GoogleCloudDialogflowCxV3Intent::class);
136 * @param GoogleCloudDialogflowCxV3Intent $postBody
147 * @return GoogleCloudDialogflowCxV3Intent
149 public function patch($name, GoogleCloudDialogflowCxV3Intent $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3Match.php30 protected $intentType = GoogleCloudDialogflowCxV3Intent::class;
74 * @param GoogleCloudDialogflowCxV3Intent
76 public function setIntent(GoogleCloudDialogflowCxV3Intent $intent)
81 * @return GoogleCloudDialogflowCxV3Intent
H A DGoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput.php39 protected $triggeredIntentType = GoogleCloudDialogflowCxV3Intent::class;
127 * @param GoogleCloudDialogflowCxV3Intent
129 public function setTriggeredIntent(GoogleCloudDialogflowCxV3Intent $triggeredIntent)
134 * @return GoogleCloudDialogflowCxV3Intent
H A DGoogleCloudDialogflowCxV3ListIntentsResponse.php23 protected $intentsType = GoogleCloudDialogflowCxV3Intent::class;
31 * @param GoogleCloudDialogflowCxV3Intent[]
38 * @return GoogleCloudDialogflowCxV3Intent[]
H A DGoogleCloudDialogflowCxV3QueryResult.php31 protected $intentType = GoogleCloudDialogflowCxV3Intent::class;
117 * @param GoogleCloudDialogflowCxV3Intent
119 public function setIntent(GoogleCloudDialogflowCxV3Intent $intent)
124 * @return GoogleCloudDialogflowCxV3Intent
H A DGoogleCloudDialogflowCxV3Intent.php20 class GoogleCloudDialogflowCxV3Intent extends \Google\Collection class
167 class_alias(GoogleCloudDialogflowCxV3Intent::class, 'Google_Service_Dialogflow_GoogleCloudDialogflo…