| 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 |
|---|---|
VersionsClient.ListVersionsPagedResponse |
VersionsClient.listVersions(FlowName parent)
Returns the list of all versions in the specified [Flow][google.cloud.dialogflow.cx.v3.Flow].
|
VersionsClient.ListVersionsPagedResponse |
VersionsClient.listVersions(ListVersionsRequest request)
Returns the list of all versions in the specified [Flow][google.cloud.dialogflow.cx.v3.Flow].
|
VersionsClient.ListVersionsPagedResponse |
VersionsClient.listVersions(String parent)
Returns the list of all versions in the specified [Flow][google.cloud.dialogflow.cx.v3.Flow].
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<VersionsClient.ListVersionsPagedResponse> |
VersionsClient.ListVersionsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListVersionsRequest,ListVersionsResponse,Version> context,
com.google.api.core.ApiFuture<ListVersionsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListVersionsRequest,VersionsClient.ListVersionsPagedResponse> |
VersionsClient.listVersionsPagedCallable()
Returns the list of all versions in the specified [Flow][google.cloud.dialogflow.cx.v3.Flow].
|
com.google.api.gax.rpc.PagedCallSettings<ListVersionsRequest,ListVersionsResponse,VersionsClient.ListVersionsPagedResponse> |
VersionsSettings.listVersionsSettings()
Returns the object with the settings used for calls to listVersions.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListVersionsRequest,ListVersionsResponse,VersionsClient.ListVersionsPagedResponse> |
VersionsSettings.Builder.listVersionsSettings()
Returns the builder for the settings used for calls to listVersions.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListVersionsRequest,VersionsClient.ListVersionsPagedResponse> |
VersionsStub.listVersionsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListVersionsRequest,VersionsClient.ListVersionsPagedResponse> |
HttpJsonVersionsStub.listVersionsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListVersionsRequest,VersionsClient.ListVersionsPagedResponse> |
GrpcVersionsStub.listVersionsPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListVersionsRequest,ListVersionsResponse,VersionsClient.ListVersionsPagedResponse> |
VersionsStubSettings.listVersionsSettings()
Returns the object with the settings used for calls to listVersions.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListVersionsRequest,ListVersionsResponse,VersionsClient.ListVersionsPagedResponse> |
VersionsStubSettings.Builder.listVersionsSettings()
Returns the builder for the settings used for calls to listVersions.
|
Copyright © 2025 Google LLC. All rights reserved.