| 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 |
|---|---|
IntentsClient.ListIntentsPagedResponse |
IntentsClient.listIntents(AgentName parent)
Returns the list of all intents in the specified agent.
|
IntentsClient.ListIntentsPagedResponse |
IntentsClient.listIntents(ListIntentsRequest request)
Returns the list of all intents in the specified agent.
|
IntentsClient.ListIntentsPagedResponse |
IntentsClient.listIntents(String parent)
Returns the list of all intents in the specified agent.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<IntentsClient.ListIntentsPagedResponse> |
IntentsClient.ListIntentsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListIntentsRequest,ListIntentsResponse,Intent> context,
com.google.api.core.ApiFuture<ListIntentsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListIntentsRequest,IntentsClient.ListIntentsPagedResponse> |
IntentsClient.listIntentsPagedCallable()
Returns the list of all intents in the specified agent.
|
com.google.api.gax.rpc.PagedCallSettings<ListIntentsRequest,ListIntentsResponse,IntentsClient.ListIntentsPagedResponse> |
IntentsSettings.listIntentsSettings()
Returns the object with the settings used for calls to listIntents.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListIntentsRequest,ListIntentsResponse,IntentsClient.ListIntentsPagedResponse> |
IntentsSettings.Builder.listIntentsSettings()
Returns the builder for the settings used for calls to listIntents.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListIntentsRequest,IntentsClient.ListIntentsPagedResponse> |
HttpJsonIntentsStub.listIntentsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListIntentsRequest,IntentsClient.ListIntentsPagedResponse> |
IntentsStub.listIntentsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListIntentsRequest,IntentsClient.ListIntentsPagedResponse> |
GrpcIntentsStub.listIntentsPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListIntentsRequest,ListIntentsResponse,IntentsClient.ListIntentsPagedResponse> |
IntentsStubSettings.listIntentsSettings()
Returns the object with the settings used for calls to listIntents.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListIntentsRequest,ListIntentsResponse,IntentsClient.ListIntentsPagedResponse> |
IntentsStubSettings.Builder.listIntentsSettings()
Returns the builder for the settings used for calls to listIntents.
|
Copyright © 2025 Google LLC. All rights reserved.