| Package | Description | 
|---|---|
| com.google.cloud.dialogflow.v2 | 
 A client to Dialogflow API. 
 | 
| com.google.cloud.dialogflow.v2.stub | 
| Modifier and Type | Method and Description | 
|---|---|
IntentsClient.ListIntentsPagedResponse | 
IntentsClient.listIntents(ListIntentsRequest request)
Returns the list of all intents in the specified agent. 
 | 
IntentsClient.ListIntentsPagedResponse | 
IntentsClient.listIntents(ProjectAgentName parent)
Returns the list of all intents in the specified agent. 
 | 
IntentsClient.ListIntentsPagedResponse | 
IntentsClient.listIntents(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(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> | 
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 © 2019 Google LLC. All rights reserved.