Dialogflow v3 API - Class Webhooks.WebhooksBase (2.23.0)
Stay organized with collections
Save and categorize content based on your preferences.
[BindServiceMethod(typeof(Webhooks), "BindService")]
public abstract class Webhooks.WebhooksBaseReference documentation and code samples for the Dialogflow v3 API class Webhooks.WebhooksBase.
Base class for server-side implementations of Webhooks
Namespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Methods
CreateWebhook(CreateWebhookRequest, ServerCallContext)
public virtual Task<Webhook> CreateWebhook(CreateWebhookRequest request, ServerCallContext context)Creates a webhook in the specified agent.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateWebhookRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task Webhook |
The response to send back to the client (wrapped by a task). |
DeleteWebhook(DeleteWebhookRequest, ServerCallContext)
public virtual Task<Empty> DeleteWebhook(DeleteWebhookRequest request, ServerCallContext context)Deletes the specified webhook.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteWebhookRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task Empty |
The response to send back to the client (wrapped by a task). |
GetWebhook(GetWebhookRequest, ServerCallContext)
public virtual Task<Webhook> GetWebhook(GetWebhookRequest request, ServerCallContext context)Retrieves the specified webhook.
| Parameters | |
|---|---|
| Name | Description |
request |
GetWebhookRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task Webhook |
The response to send back to the client (wrapped by a task). |
ListWebhooks(ListWebhooksRequest, ServerCallContext)
public virtual Task<ListWebhooksResponse> ListWebhooks(ListWebhooksRequest request, ServerCallContext context)Returns the list of all webhooks in the specified agent.
| Parameters | |
|---|---|
| Name | Description |
request |
ListWebhooksRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task ListWebhooksResponse |
The response to send back to the client (wrapped by a task). |
UpdateWebhook(UpdateWebhookRequest, ServerCallContext)
public virtual Task<Webhook> UpdateWebhook(UpdateWebhookRequest request, ServerCallContext context)Updates the specified webhook.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateWebhookRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task Webhook |
The response to send back to the client (wrapped by a task). |