Home
last modified time | relevance | path

Searched refs:GoogleCloudDialogflowCxV3Environment (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3DeployFlowResponse.php26 protected $environmentType = GoogleCloudDialogflowCxV3Environment::class;
44 * @param GoogleCloudDialogflowCxV3Environment
46 public function setEnvironment(GoogleCloudDialogflowCxV3Environment $environment)
51 * @return GoogleCloudDialogflowCxV3Environment
H A DGoogleCloudDialogflowCxV3ListEnvironmentsResponse.php23 protected $environmentsType = GoogleCloudDialogflowCxV3Environment::class;
31 * @param GoogleCloudDialogflowCxV3Environment[]
38 * @return GoogleCloudDialogflowCxV3Environment[]
H A DGoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse.php23 protected $environmentsType = GoogleCloudDialogflowCxV3Environment::class;
31 * @param GoogleCloudDialogflowCxV3Environment[]
38 * @return GoogleCloudDialogflowCxV3Environment[]
H A DGoogleCloudDialogflowCxV3Environment.php20 class GoogleCloudDialogflowCxV3Environment extends \Google\Collection class
131 class_alias(GoogleCloudDialogflowCxV3Environment::class, 'Google_Service_Dialogflow_GoogleCloudDial…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/Resource/
H A DProjectsLocationsAgentsEnvironments.php21 use Google\Service\Dialogflow\GoogleCloudDialogflowCxV3Environment; alias
48 * @param GoogleCloudDialogflowCxV3Environment $postBody
52 public function create($parent, GoogleCloudDialogflowCxV3Environment $postBody, $optParams = [])
97 * @return GoogleCloudDialogflowCxV3Environment
103 return $this->call('get', [$params], GoogleCloudDialogflowCxV3Environment::class);
155 * @param GoogleCloudDialogflowCxV3Environment $postBody
162 public function patch($name, GoogleCloudDialogflowCxV3Environment $postBody, $optParams = [])