| 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 |
|---|---|
AgentsClient.ListAgentsPagedResponse |
AgentsClient.listAgents(ListAgentsRequest request)
Returns the list of all agents in the specified location.
|
AgentsClient.ListAgentsPagedResponse |
AgentsClient.listAgents(LocationName parent)
Returns the list of all agents in the specified location.
|
AgentsClient.ListAgentsPagedResponse |
AgentsClient.listAgents(String parent)
Returns the list of all agents in the specified location.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<AgentsClient.ListAgentsPagedResponse> |
AgentsClient.ListAgentsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListAgentsRequest,ListAgentsResponse,Agent> context,
com.google.api.core.ApiFuture<ListAgentsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListAgentsRequest,AgentsClient.ListAgentsPagedResponse> |
AgentsClient.listAgentsPagedCallable()
Returns the list of all agents in the specified location.
|
com.google.api.gax.rpc.PagedCallSettings<ListAgentsRequest,ListAgentsResponse,AgentsClient.ListAgentsPagedResponse> |
AgentsSettings.listAgentsSettings()
Returns the object with the settings used for calls to listAgents.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListAgentsRequest,ListAgentsResponse,AgentsClient.ListAgentsPagedResponse> |
AgentsSettings.Builder.listAgentsSettings()
Returns the builder for the settings used for calls to listAgents.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListAgentsRequest,AgentsClient.ListAgentsPagedResponse> |
GrpcAgentsStub.listAgentsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListAgentsRequest,AgentsClient.ListAgentsPagedResponse> |
HttpJsonAgentsStub.listAgentsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListAgentsRequest,AgentsClient.ListAgentsPagedResponse> |
AgentsStub.listAgentsPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListAgentsRequest,ListAgentsResponse,AgentsClient.ListAgentsPagedResponse> |
AgentsStubSettings.listAgentsSettings()
Returns the object with the settings used for calls to listAgents.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListAgentsRequest,ListAgentsResponse,AgentsClient.ListAgentsPagedResponse> |
AgentsStubSettings.Builder.listAgentsSettings()
Returns the builder for the settings used for calls to listAgents.
|
Copyright © 2025 Google LLC. All rights reserved.