| 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 |
|---|---|
GeneratorsClient.ListGeneratorsPagedResponse |
GeneratorsClient.listGenerators(AgentName parent)
Returns the list of all generators in the specified agent.
|
GeneratorsClient.ListGeneratorsPagedResponse |
GeneratorsClient.listGenerators(ListGeneratorsRequest request)
Returns the list of all generators in the specified agent.
|
GeneratorsClient.ListGeneratorsPagedResponse |
GeneratorsClient.listGenerators(String parent)
Returns the list of all generators in the specified agent.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<GeneratorsClient.ListGeneratorsPagedResponse> |
GeneratorsClient.ListGeneratorsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListGeneratorsRequest,ListGeneratorsResponse,Generator> context,
com.google.api.core.ApiFuture<ListGeneratorsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListGeneratorsRequest,GeneratorsClient.ListGeneratorsPagedResponse> |
GeneratorsClient.listGeneratorsPagedCallable()
Returns the list of all generators in the specified agent.
|
com.google.api.gax.rpc.PagedCallSettings<ListGeneratorsRequest,ListGeneratorsResponse,GeneratorsClient.ListGeneratorsPagedResponse> |
GeneratorsSettings.listGeneratorsSettings()
Returns the object with the settings used for calls to listGenerators.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListGeneratorsRequest,ListGeneratorsResponse,GeneratorsClient.ListGeneratorsPagedResponse> |
GeneratorsSettings.Builder.listGeneratorsSettings()
Returns the builder for the settings used for calls to listGenerators.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListGeneratorsRequest,GeneratorsClient.ListGeneratorsPagedResponse> |
GeneratorsStub.listGeneratorsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListGeneratorsRequest,GeneratorsClient.ListGeneratorsPagedResponse> |
HttpJsonGeneratorsStub.listGeneratorsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListGeneratorsRequest,GeneratorsClient.ListGeneratorsPagedResponse> |
GrpcGeneratorsStub.listGeneratorsPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListGeneratorsRequest,ListGeneratorsResponse,GeneratorsClient.ListGeneratorsPagedResponse> |
GeneratorsStubSettings.listGeneratorsSettings()
Returns the object with the settings used for calls to listGenerators.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListGeneratorsRequest,ListGeneratorsResponse,GeneratorsClient.ListGeneratorsPagedResponse> |
GeneratorsStubSettings.Builder.listGeneratorsSettings()
Returns the builder for the settings used for calls to listGenerators.
|
Copyright © 2025 Google LLC. All rights reserved.