ProjectsLocationsAgentsWebhooks
class ProjectsLocationsAgentsWebhooks extends Resource (View source)
The "webhooks" collection of methods.
Typical usage is:
$dialogflowService = new Google\Service\Dialogflow(...);
$webhooks = $dialogflowService->projects_locations_agents_webhooks;
Methods
create(string $parent, GoogleCloudDialogflowCxV3Webhook $postBody, array $optParams = [])
Creates a webhook in the specified agent. (webhooks.create)
delete(string $name, array $optParams = [])
Deletes the specified webhook. (webhooks.delete)
get(string $name, array $optParams = [])
Retrieves the specified webhook. (webhooks.get)
listProjectsLocationsAgentsWebhooks(string $parent, array $optParams = [])
Returns the list of all webhooks in the specified agent.
patch(string $name, GoogleCloudDialogflowCxV3Webhook $postBody, array $optParams = [])
Updates the specified webhook. (webhooks.patch)
Details
GoogleCloudDialogflowCxV3Webhook
create(string $parent, GoogleCloudDialogflowCxV3Webhook $postBody, array $optParams = [])
Creates a webhook in the specified agent. (webhooks.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes the specified webhook. (webhooks.delete)
GoogleCloudDialogflowCxV3Webhook
get(string $name, array $optParams = [])
Retrieves the specified webhook. (webhooks.get)
GoogleCloudDialogflowCxV3ListWebhooksResponse
listProjectsLocationsAgentsWebhooks(string $parent, array $optParams = [])
Returns the list of all webhooks in the specified agent.
(webhooks.listProjectsLocationsAgentsWebhooks)
GoogleCloudDialogflowCxV3Webhook
patch(string $name, GoogleCloudDialogflowCxV3Webhook $postBody, array $optParams = [])
Updates the specified webhook. (webhooks.patch)