Home
last modified time | relevance | path

Searched refs:GoogleCloudDialogflowCxV3Agent (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/Resource/
DProjectsLocationsAgents.php20 use Google\Service\Dialogflow\GoogleCloudDialogflowCxV3Agent; alias
47 * @param GoogleCloudDialogflowCxV3Agent $postBody
49 * @return GoogleCloudDialogflowCxV3Agent
51 public function create($parent, GoogleCloudDialogflowCxV3Agent $postBody, $optParams = [])
55 return $this->call('create', [$params], GoogleCloudDialogflowCxV3Agent::class);
97 * @return GoogleCloudDialogflowCxV3Agent
103 return $this->call('get', [$params], GoogleCloudDialogflowCxV3Agent::class);
152 * @param GoogleCloudDialogflowCxV3Agent $postBody
157 * @return GoogleCloudDialogflowCxV3Agent
159 public function patch($name, GoogleCloudDialogflowCxV3Agent $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowCxV3ListAgentsResponse.php23 protected $agentsType = GoogleCloudDialogflowCxV3Agent::class;
31 * @param GoogleCloudDialogflowCxV3Agent[]
38 * @return GoogleCloudDialogflowCxV3Agent[]
DGoogleCloudDialogflowCxV3Agent.php20 class GoogleCloudDialogflowCxV3Agent extends \Google\Collection class
275 class_alias(GoogleCloudDialogflowCxV3Agent::class, 'Google_Service_Dialogflow_GoogleCloudDialogflow…