Dialogflow v3 API - Class Webhooks.WebhooksClient (2.17.0)

public class Webhooks.WebhooksClient : ClientBase<Webhooks.WebhooksClient>

Reference documentation and code samples for the Dialogflow v3 API class Webhooks.WebhooksClient.

Client for Webhooks

Inheritance

object > ClientBase > ClientBaseWebhooksWebhooksClient > Webhooks.WebhooksClient

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

WebhooksClient()

protected WebhooksClient()

Protected parameterless constructor to allow creation of test doubles.

WebhooksClient(CallInvoker)

public WebhooksClient(CallInvoker callInvoker)

Creates a new client for Webhooks that uses a custom CallInvoker.

Parameter
NameDescription
callInvokerCallInvoker

The callInvoker to use to make remote calls.

WebhooksClient(ChannelBase)

public WebhooksClient(ChannelBase channel)

Creates a new client for Webhooks

Parameter
NameDescription
channelChannelBase

The channel to use to make remote calls.

WebhooksClient(ClientBaseConfiguration)

protected WebhooksClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration

The client configuration.

Methods

CreateLocationsClient()

public virtual Locations.LocationsClient CreateLocationsClient()

Creates a new instance of Locations.LocationsClient using the same call invoker as this client.

Returns
TypeDescription
LocationsLocationsClient

A new Locations.LocationsClient for the same target as this client.

CreateWebhook(CreateWebhookRequest, CallOptions)

public virtual Webhook CreateWebhook(CreateWebhookRequest request, CallOptions options)

Creates a webhook in the specified agent.

Parameters
NameDescription
requestCreateWebhookRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Webhook

The response received from the server.

CreateWebhook(CreateWebhookRequest, Metadata, DateTime?, CancellationToken)

public virtual Webhook CreateWebhook(CreateWebhookRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a webhook in the specified agent.

Parameters
NameDescription
requestCreateWebhookRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Webhook

The response received from the server.

CreateWebhookAsync(CreateWebhookRequest, CallOptions)

public virtual AsyncUnaryCall<Webhook> CreateWebhookAsync(CreateWebhookRequest request, CallOptions options)

Creates a webhook in the specified agent.

Parameters
NameDescription
requestCreateWebhookRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallWebhook

The call object.

CreateWebhookAsync(CreateWebhookRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Webhook> CreateWebhookAsync(CreateWebhookRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a webhook in the specified agent.

Parameters
NameDescription
requestCreateWebhookRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallWebhook

The call object.

DeleteWebhook(DeleteWebhookRequest, CallOptions)

public virtual Empty DeleteWebhook(DeleteWebhookRequest request, CallOptions options)

Deletes the specified webhook.

Parameters
NameDescription
requestDeleteWebhookRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Empty

The response received from the server.

DeleteWebhook(DeleteWebhookRequest, Metadata, DateTime?, CancellationToken)

public virtual Empty DeleteWebhook(DeleteWebhookRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes the specified webhook.

Parameters
NameDescription
requestDeleteWebhookRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Empty

The response received from the server.

DeleteWebhookAsync(DeleteWebhookRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> DeleteWebhookAsync(DeleteWebhookRequest request, CallOptions options)

Deletes the specified webhook.

Parameters
NameDescription
requestDeleteWebhookRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallEmpty

The call object.

DeleteWebhookAsync(DeleteWebhookRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Empty> DeleteWebhookAsync(DeleteWebhookRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes the specified webhook.

Parameters
NameDescription
requestDeleteWebhookRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallEmpty

The call object.

GetWebhook(GetWebhookRequest, CallOptions)

public virtual Webhook GetWebhook(GetWebhookRequest request, CallOptions options)

Retrieves the specified webhook.

Parameters
NameDescription
requestGetWebhookRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Webhook

The response received from the server.

GetWebhook(GetWebhookRequest, Metadata, DateTime?, CancellationToken)

public virtual Webhook GetWebhook(GetWebhookRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieves the specified webhook.

Parameters
NameDescription
requestGetWebhookRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Webhook

The response received from the server.

GetWebhookAsync(GetWebhookRequest, CallOptions)

public virtual AsyncUnaryCall<Webhook> GetWebhookAsync(GetWebhookRequest request, CallOptions options)

Retrieves the specified webhook.

Parameters
NameDescription
requestGetWebhookRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallWebhook

The call object.

GetWebhookAsync(GetWebhookRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Webhook> GetWebhookAsync(GetWebhookRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieves the specified webhook.

Parameters
NameDescription
requestGetWebhookRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallWebhook

The call object.

ListWebhooks(ListWebhooksRequest, CallOptions)

public virtual ListWebhooksResponse ListWebhooks(ListWebhooksRequest request, CallOptions options)

Returns the list of all webhooks in the specified agent.

Parameters
NameDescription
requestListWebhooksRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ListWebhooksResponse

The response received from the server.

ListWebhooks(ListWebhooksRequest, Metadata, DateTime?, CancellationToken)

public virtual ListWebhooksResponse ListWebhooks(ListWebhooksRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the list of all webhooks in the specified agent.

Parameters
NameDescription
requestListWebhooksRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListWebhooksResponse

The response received from the server.

ListWebhooksAsync(ListWebhooksRequest, CallOptions)

public virtual AsyncUnaryCall<ListWebhooksResponse> ListWebhooksAsync(ListWebhooksRequest request, CallOptions options)

Returns the list of all webhooks in the specified agent.

Parameters
NameDescription
requestListWebhooksRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallListWebhooksResponse

The call object.

ListWebhooksAsync(ListWebhooksRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListWebhooksResponse> ListWebhooksAsync(ListWebhooksRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the list of all webhooks in the specified agent.

Parameters
NameDescription
requestListWebhooksRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListWebhooksResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override Webhooks.WebhooksClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration
Returns
TypeDescription
WebhooksWebhooksClient
Overrides

UpdateWebhook(UpdateWebhookRequest, CallOptions)

public virtual Webhook UpdateWebhook(UpdateWebhookRequest request, CallOptions options)

Updates the specified webhook.

Parameters
NameDescription
requestUpdateWebhookRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Webhook

The response received from the server.

UpdateWebhook(UpdateWebhookRequest, Metadata, DateTime?, CancellationToken)

public virtual Webhook UpdateWebhook(UpdateWebhookRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the specified webhook.

Parameters
NameDescription
requestUpdateWebhookRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Webhook

The response received from the server.

UpdateWebhookAsync(UpdateWebhookRequest, CallOptions)

public virtual AsyncUnaryCall<Webhook> UpdateWebhookAsync(UpdateWebhookRequest request, CallOptions options)

Updates the specified webhook.

Parameters
NameDescription
requestUpdateWebhookRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallWebhook

The call object.

UpdateWebhookAsync(UpdateWebhookRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Webhook> UpdateWebhookAsync(UpdateWebhookRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the specified webhook.

Parameters
NameDescription
requestUpdateWebhookRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallWebhook

The call object.