| Package | Description |
|---|---|
| com.google.cloud.dialogflow.cx.v3beta1 |
A client to Dialogflow API
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.dialogflow.cx.v3beta1.stub |
| Modifier and Type | Method and Description |
|---|---|
WebhooksClient.ListWebhooksPagedResponse |
WebhooksClient.listWebhooks(AgentName parent)
Returns the list of all webhooks in the specified agent.
|
WebhooksClient.ListWebhooksPagedResponse |
WebhooksClient.listWebhooks(ListWebhooksRequest request)
Returns the list of all webhooks in the specified agent.
|
WebhooksClient.ListWebhooksPagedResponse |
WebhooksClient.listWebhooks(String parent)
Returns the list of all webhooks in the specified agent.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<WebhooksClient.ListWebhooksPagedResponse> |
WebhooksClient.ListWebhooksPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListWebhooksRequest,ListWebhooksResponse,Webhook> context,
com.google.api.core.ApiFuture<ListWebhooksResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListWebhooksRequest,WebhooksClient.ListWebhooksPagedResponse> |
WebhooksClient.listWebhooksPagedCallable()
Returns the list of all webhooks in the specified agent.
|
com.google.api.gax.rpc.PagedCallSettings<ListWebhooksRequest,ListWebhooksResponse,WebhooksClient.ListWebhooksPagedResponse> |
WebhooksSettings.listWebhooksSettings()
Returns the object with the settings used for calls to listWebhooks.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListWebhooksRequest,ListWebhooksResponse,WebhooksClient.ListWebhooksPagedResponse> |
WebhooksSettings.Builder.listWebhooksSettings()
Returns the builder for the settings used for calls to listWebhooks.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListWebhooksRequest,WebhooksClient.ListWebhooksPagedResponse> |
GrpcWebhooksStub.listWebhooksPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListWebhooksRequest,WebhooksClient.ListWebhooksPagedResponse> |
HttpJsonWebhooksStub.listWebhooksPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListWebhooksRequest,WebhooksClient.ListWebhooksPagedResponse> |
WebhooksStub.listWebhooksPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListWebhooksRequest,ListWebhooksResponse,WebhooksClient.ListWebhooksPagedResponse> |
WebhooksStubSettings.listWebhooksSettings()
Returns the object with the settings used for calls to listWebhooks.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListWebhooksRequest,ListWebhooksResponse,WebhooksClient.ListWebhooksPagedResponse> |
WebhooksStubSettings.Builder.listWebhooksSettings()
Returns the builder for the settings used for calls to listWebhooks.
|
Copyright © 2025 Google LLC. All rights reserved.