| Package | Description |
|---|---|
| com.google.cloud.dialogflow.cx.v3 |
A client to Dialogflow API
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.dialogflow.cx.v3.stub |
| Modifier and Type | Method and Description |
|---|---|
FlowsClient.ListFlowsPagedResponse |
FlowsClient.listFlows(AgentName parent)
Returns the list of all flows in the specified agent.
|
FlowsClient.ListFlowsPagedResponse |
FlowsClient.listFlows(ListFlowsRequest request)
Returns the list of all flows in the specified agent.
|
FlowsClient.ListFlowsPagedResponse |
FlowsClient.listFlows(String parent)
Returns the list of all flows in the specified agent.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<FlowsClient.ListFlowsPagedResponse> |
FlowsClient.ListFlowsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListFlowsRequest,ListFlowsResponse,Flow> context,
com.google.api.core.ApiFuture<ListFlowsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListFlowsRequest,FlowsClient.ListFlowsPagedResponse> |
FlowsClient.listFlowsPagedCallable()
Returns the list of all flows in the specified agent.
|
com.google.api.gax.rpc.PagedCallSettings<ListFlowsRequest,ListFlowsResponse,FlowsClient.ListFlowsPagedResponse> |
FlowsSettings.listFlowsSettings()
Returns the object with the settings used for calls to listFlows.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListFlowsRequest,ListFlowsResponse,FlowsClient.ListFlowsPagedResponse> |
FlowsSettings.Builder.listFlowsSettings()
Returns the builder for the settings used for calls to listFlows.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListFlowsRequest,FlowsClient.ListFlowsPagedResponse> |
GrpcFlowsStub.listFlowsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListFlowsRequest,FlowsClient.ListFlowsPagedResponse> |
FlowsStub.listFlowsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListFlowsRequest,FlowsClient.ListFlowsPagedResponse> |
HttpJsonFlowsStub.listFlowsPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListFlowsRequest,ListFlowsResponse,FlowsClient.ListFlowsPagedResponse> |
FlowsStubSettings.listFlowsSettings()
Returns the object with the settings used for calls to listFlows.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListFlowsRequest,ListFlowsResponse,FlowsClient.ListFlowsPagedResponse> |
FlowsStubSettings.Builder.listFlowsSettings()
Returns the builder for the settings used for calls to listFlows.
|
Copyright © 2025 Google LLC. All rights reserved.