| 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 |
|---|---|
EnvironmentsClient.ListEnvironmentsPagedResponse |
EnvironmentsClient.listEnvironments(AgentName parent)
Returns the list of all environments in the specified
[Agent][google.cloud.dialogflow.cx.v3beta1.Agent].
|
EnvironmentsClient.ListEnvironmentsPagedResponse |
EnvironmentsClient.listEnvironments(ListEnvironmentsRequest request)
Returns the list of all environments in the specified
[Agent][google.cloud.dialogflow.cx.v3beta1.Agent].
|
EnvironmentsClient.ListEnvironmentsPagedResponse |
EnvironmentsClient.listEnvironments(String parent)
Returns the list of all environments in the specified
[Agent][google.cloud.dialogflow.cx.v3beta1.Agent].
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<EnvironmentsClient.ListEnvironmentsPagedResponse> |
EnvironmentsClient.ListEnvironmentsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListEnvironmentsRequest,ListEnvironmentsResponse,Environment> context,
com.google.api.core.ApiFuture<ListEnvironmentsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListEnvironmentsRequest,EnvironmentsClient.ListEnvironmentsPagedResponse> |
EnvironmentsClient.listEnvironmentsPagedCallable()
Returns the list of all environments in the specified
[Agent][google.cloud.dialogflow.cx.v3beta1.Agent].
|
com.google.api.gax.rpc.PagedCallSettings<ListEnvironmentsRequest,ListEnvironmentsResponse,EnvironmentsClient.ListEnvironmentsPagedResponse> |
EnvironmentsSettings.listEnvironmentsSettings()
Returns the object with the settings used for calls to listEnvironments.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListEnvironmentsRequest,ListEnvironmentsResponse,EnvironmentsClient.ListEnvironmentsPagedResponse> |
EnvironmentsSettings.Builder.listEnvironmentsSettings()
Returns the builder for the settings used for calls to listEnvironments.
|
Copyright © 2025 Google LLC. All rights reserved.