| 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 |
|---|---|
DeploymentsClient.ListDeploymentsPagedResponse |
DeploymentsClient.listDeployments(EnvironmentName parent)
Returns the list of all deployments in the specified
[Environment][google.cloud.dialogflow.cx.v3beta1.Environment].
|
DeploymentsClient.ListDeploymentsPagedResponse |
DeploymentsClient.listDeployments(ListDeploymentsRequest request)
Returns the list of all deployments in the specified
[Environment][google.cloud.dialogflow.cx.v3beta1.Environment].
|
DeploymentsClient.ListDeploymentsPagedResponse |
DeploymentsClient.listDeployments(String parent)
Returns the list of all deployments in the specified
[Environment][google.cloud.dialogflow.cx.v3beta1.Environment].
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<DeploymentsClient.ListDeploymentsPagedResponse> |
DeploymentsClient.ListDeploymentsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context,
com.google.api.core.ApiFuture<ListDeploymentsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListDeploymentsRequest,DeploymentsClient.ListDeploymentsPagedResponse> |
DeploymentsClient.listDeploymentsPagedCallable()
Returns the list of all deployments in the specified
[Environment][google.cloud.dialogflow.cx.v3beta1.Environment].
|
com.google.api.gax.rpc.PagedCallSettings<ListDeploymentsRequest,ListDeploymentsResponse,DeploymentsClient.ListDeploymentsPagedResponse> |
DeploymentsSettings.listDeploymentsSettings()
Returns the object with the settings used for calls to listDeployments.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDeploymentsRequest,ListDeploymentsResponse,DeploymentsClient.ListDeploymentsPagedResponse> |
DeploymentsSettings.Builder.listDeploymentsSettings()
Returns the builder for the settings used for calls to listDeployments.
|
Copyright © 2025 Google LLC. All rights reserved.