Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/Resource/
H A DProjectsLocationsAgentsEntityTypes.php20 use Google\Service\Dialogflow\GoogleCloudDialogflowCxV3EntityType; alias
42 * @param GoogleCloudDialogflowCxV3EntityType $postBody
52 * @return GoogleCloudDialogflowCxV3EntityType
54 public function create($parent, GoogleCloudDialogflowCxV3EntityType $postBody, $optParams = [])
58 return $this->call('create', [$params], GoogleCloudDialogflowCxV3EntityType::class);
99 * @return GoogleCloudDialogflowCxV3EntityType
105 return $this->call('get', [$params], GoogleCloudDialogflowCxV3EntityType::class);
143 * @param GoogleCloudDialogflowCxV3EntityType $postBody
154 * @return GoogleCloudDialogflowCxV3EntityType
156 public function patch($name, GoogleCloudDialogflowCxV3EntityType $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3ListEntityTypesResponse.php23 protected $entityTypesType = GoogleCloudDialogflowCxV3EntityType::class;
31 * @param GoogleCloudDialogflowCxV3EntityType[]
38 * @return GoogleCloudDialogflowCxV3EntityType[]
H A DGoogleCloudDialogflowCxV3EntityType.php20 class GoogleCloudDialogflowCxV3EntityType extends \Google\Collection class
167 class_alias(GoogleCloudDialogflowCxV3EntityType::class, 'Google_Service_Dialogflow_GoogleCloudDialo…