Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
ListIntentsResponse |
IntentsGrpc.IntentsBlockingStub.listIntents(ListIntentsRequest request)
Returns the list of all intents in the specified agent.
|
com.google.common.util.concurrent.ListenableFuture<ListIntentsResponse> |
IntentsGrpc.IntentsFutureStub.listIntents(ListIntentsRequest request)
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.
|
void |
IntentsGrpc.IntentsImplBase.listIntents(ListIntentsRequest request,
StreamObserver<ListIntentsResponse> responseObserver)
Returns the list of all intents in the specified agent.
|
void |
IntentsGrpc.IntentsStub.listIntents(ListIntentsRequest request,
StreamObserver<ListIntentsResponse> responseObserver)
Returns the list of all intents in the specified agent.
|
ListIntentsRequest.Builder |
ListIntentsRequest.Builder.mergeFrom(ListIntentsRequest other) |
static ListIntentsRequest.Builder |
ListIntentsRequest.newBuilder(ListIntentsRequest prototype) |
Modifier and Type | Method and Description |
---|---|
static ApiFuture<IntentsClient.ListIntentsPagedResponse> |
IntentsClient.ListIntentsPagedResponse.createAsync(PageContext<ListIntentsRequest,ListIntentsResponse,Intent> context,
ApiFuture<ListIntentsResponse> futureResponse) |
protected IntentsClient.ListIntentsPage |
IntentsClient.ListIntentsPage.createPage(PageContext<ListIntentsRequest,ListIntentsResponse,Intent> context,
ListIntentsResponse response) |
ApiFuture<IntentsClient.ListIntentsPage> |
IntentsClient.ListIntentsPage.createPageAsync(PageContext<ListIntentsRequest,ListIntentsResponse,Intent> context,
ApiFuture<ListIntentsResponse> futureResponse) |
Copyright © 2022 Google LLC. All rights reserved.