| 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 |
|---|---|
ExperimentsClient.ListExperimentsPagedResponse |
ExperimentsClient.listExperiments(EnvironmentName parent)
Returns the list of all experiments in the specified
[Environment][google.cloud.dialogflow.cx.v3.Environment].
|
ExperimentsClient.ListExperimentsPagedResponse |
ExperimentsClient.listExperiments(ListExperimentsRequest request)
Returns the list of all experiments in the specified
[Environment][google.cloud.dialogflow.cx.v3.Environment].
|
ExperimentsClient.ListExperimentsPagedResponse |
ExperimentsClient.listExperiments(String parent)
Returns the list of all experiments in the specified
[Environment][google.cloud.dialogflow.cx.v3.Environment].
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<ExperimentsClient.ListExperimentsPagedResponse> |
ExperimentsClient.ListExperimentsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListExperimentsRequest,ListExperimentsResponse,Experiment> context,
com.google.api.core.ApiFuture<ListExperimentsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListExperimentsRequest,ExperimentsClient.ListExperimentsPagedResponse> |
ExperimentsClient.listExperimentsPagedCallable()
Returns the list of all experiments in the specified
[Environment][google.cloud.dialogflow.cx.v3.Environment].
|
com.google.api.gax.rpc.PagedCallSettings<ListExperimentsRequest,ListExperimentsResponse,ExperimentsClient.ListExperimentsPagedResponse> |
ExperimentsSettings.listExperimentsSettings()
Returns the object with the settings used for calls to listExperiments.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListExperimentsRequest,ListExperimentsResponse,ExperimentsClient.ListExperimentsPagedResponse> |
ExperimentsSettings.Builder.listExperimentsSettings()
Returns the builder for the settings used for calls to listExperiments.
|
Copyright © 2025 Google LLC. All rights reserved.