Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/Resource/
H A DProjectsLocationsAgentsWebhooks.php21 use Google\Service\Dialogflow\GoogleCloudDialogflowCxV3Webhook; alias
39 * @param GoogleCloudDialogflowCxV3Webhook $postBody
41 * @return GoogleCloudDialogflowCxV3Webhook
43 public function create($parent, GoogleCloudDialogflowCxV3Webhook $postBody, $optParams = [])
47 return $this->call('create', [$params], GoogleCloudDialogflowCxV3Webhook::class);
76 * @return GoogleCloudDialogflowCxV3Webhook
82 return $this->call('get', [$params], GoogleCloudDialogflowCxV3Webhook::class);
110 * @param GoogleCloudDialogflowCxV3Webhook $postBody
115 * @return GoogleCloudDialogflowCxV3Webhook
117 public function patch($name, GoogleCloudDialogflowCxV3Webhook $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3ListWebhooksResponse.php27 protected $webhooksType = GoogleCloudDialogflowCxV3Webhook::class;
45 * @param GoogleCloudDialogflowCxV3Webhook[]
52 * @return GoogleCloudDialogflowCxV3Webhook[]
H A DGoogleCloudDialogflowCxV3Webhook.php20 class GoogleCloudDialogflowCxV3Webhook extends \Google\Model class
130 class_alias(GoogleCloudDialogflowCxV3Webhook::class, 'Google_Service_Dialogflow_GoogleCloudDialogfl…