| 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 |
|---|---|
ToolsClient.ListToolsPagedResponse |
ToolsClient.listTools(AgentName parent)
Returns a list of [Tools][google.cloud.dialogflow.cx.v3beta1.Tool] in the specified agent.
|
ToolsClient.ListToolsPagedResponse |
ToolsClient.listTools(ListToolsRequest request)
Returns a list of [Tools][google.cloud.dialogflow.cx.v3beta1.Tool] in the specified agent.
|
ToolsClient.ListToolsPagedResponse |
ToolsClient.listTools(String parent)
Returns a list of [Tools][google.cloud.dialogflow.cx.v3beta1.Tool] in the specified agent.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<ToolsClient.ListToolsPagedResponse> |
ToolsClient.ListToolsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListToolsRequest,ListToolsResponse,Tool> context,
com.google.api.core.ApiFuture<ListToolsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListToolsRequest,ToolsClient.ListToolsPagedResponse> |
ToolsClient.listToolsPagedCallable()
Returns a list of [Tools][google.cloud.dialogflow.cx.v3beta1.Tool] in the specified agent.
|
com.google.api.gax.rpc.PagedCallSettings<ListToolsRequest,ListToolsResponse,ToolsClient.ListToolsPagedResponse> |
ToolsSettings.listToolsSettings()
Returns the object with the settings used for calls to listTools.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListToolsRequest,ListToolsResponse,ToolsClient.ListToolsPagedResponse> |
ToolsSettings.Builder.listToolsSettings()
Returns the builder for the settings used for calls to listTools.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListToolsRequest,ToolsClient.ListToolsPagedResponse> |
ToolsStub.listToolsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListToolsRequest,ToolsClient.ListToolsPagedResponse> |
HttpJsonToolsStub.listToolsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListToolsRequest,ToolsClient.ListToolsPagedResponse> |
GrpcToolsStub.listToolsPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListToolsRequest,ListToolsResponse,ToolsClient.ListToolsPagedResponse> |
ToolsStubSettings.listToolsSettings()
Returns the object with the settings used for calls to listTools.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListToolsRequest,ListToolsResponse,ToolsClient.ListToolsPagedResponse> |
ToolsStubSettings.Builder.listToolsSettings()
Returns the builder for the settings used for calls to listTools.
|
Copyright © 2025 Google LLC. All rights reserved.