Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API.
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
IntentsClient.ListIntentsPagedResponse |
IntentsClient.listIntents(com.google.cloud.dialogflow.v2beta1.ListIntentsRequest request)
Returns the list of all intents in the specified agent.
|
IntentsClient.ListIntentsPagedResponse |
IntentsClient.listIntents(com.google.cloud.dialogflow.v2beta1.ProjectAgentName parent)
Returns the list of all intents in the specified agent.
|
IntentsClient.ListIntentsPagedResponse |
IntentsClient.listIntents(com.google.cloud.dialogflow.v2beta1.ProjectAgentName parent,
String languageCode)
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.
|
IntentsClient.ListIntentsPagedResponse |
IntentsClient.listIntents(String parent,
String languageCode)
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(PageContext<com.google.cloud.dialogflow.v2beta1.ListIntentsRequest,com.google.cloud.dialogflow.v2beta1.ListIntentsResponse,com.google.cloud.dialogflow.v2beta1.Intent> context,
com.google.api.core.ApiFuture<com.google.cloud.dialogflow.v2beta1.ListIntentsResponse> futureResponse) |
UnaryCallable<com.google.cloud.dialogflow.v2beta1.ListIntentsRequest,IntentsClient.ListIntentsPagedResponse> |
IntentsClient.listIntentsPagedCallable()
Returns the list of all intents in the specified agent.
|
PagedCallSettings<com.google.cloud.dialogflow.v2beta1.ListIntentsRequest,com.google.cloud.dialogflow.v2beta1.ListIntentsResponse,IntentsClient.ListIntentsPagedResponse> |
IntentsSettings.listIntentsSettings()
Returns the object with the settings used for calls to listIntents.
|
PagedCallSettings.Builder<com.google.cloud.dialogflow.v2beta1.ListIntentsRequest,com.google.cloud.dialogflow.v2beta1.ListIntentsResponse,IntentsClient.ListIntentsPagedResponse> |
IntentsSettings.Builder.listIntentsSettings()
Returns the builder for the settings used for calls to listIntents.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<com.google.cloud.dialogflow.v2beta1.ListIntentsRequest,IntentsClient.ListIntentsPagedResponse> |
IntentsStub.listIntentsPagedCallable() |
UnaryCallable<com.google.cloud.dialogflow.v2beta1.ListIntentsRequest,IntentsClient.ListIntentsPagedResponse> |
GrpcIntentsStub.listIntentsPagedCallable() |
PagedCallSettings<com.google.cloud.dialogflow.v2beta1.ListIntentsRequest,com.google.cloud.dialogflow.v2beta1.ListIntentsResponse,IntentsClient.ListIntentsPagedResponse> |
IntentsStubSettings.listIntentsSettings()
Returns the object with the settings used for calls to listIntents.
|
PagedCallSettings.Builder<com.google.cloud.dialogflow.v2beta1.ListIntentsRequest,com.google.cloud.dialogflow.v2beta1.ListIntentsResponse,IntentsClient.ListIntentsPagedResponse> |
IntentsStubSettings.Builder.listIntentsSettings()
Returns the builder for the settings used for calls to listIntents.
|
Copyright © 2019 Google LLC. All rights reserved.