Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
ListContextsResponse |
ContextsGrpc.ContextsBlockingStub.listContexts(ListContextsRequest request)
Returns the list of all contexts in the specified session.
|
com.google.common.util.concurrent.ListenableFuture<ListContextsResponse> |
ContextsGrpc.ContextsFutureStub.listContexts(ListContextsRequest request)
Returns the list of all contexts in the specified session.
|
ContextsClient.ListContextsPagedResponse |
ContextsClient.listContexts(ListContextsRequest request)
Returns the list of all contexts in the specified session.
|
void |
ContextsGrpc.ContextsImplBase.listContexts(ListContextsRequest request,
StreamObserver<ListContextsResponse> responseObserver)
Returns the list of all contexts in the specified session.
|
void |
ContextsGrpc.ContextsStub.listContexts(ListContextsRequest request,
StreamObserver<ListContextsResponse> responseObserver)
Returns the list of all contexts in the specified session.
|
ListContextsRequest.Builder |
ListContextsRequest.Builder.mergeFrom(ListContextsRequest other) |
static ListContextsRequest.Builder |
ListContextsRequest.newBuilder(ListContextsRequest prototype) |
Modifier and Type | Method and Description |
---|---|
static ApiFuture<ContextsClient.ListContextsPagedResponse> |
ContextsClient.ListContextsPagedResponse.createAsync(PageContext<ListContextsRequest,ListContextsResponse,Context> context,
ApiFuture<ListContextsResponse> futureResponse) |
protected ContextsClient.ListContextsPage |
ContextsClient.ListContextsPage.createPage(PageContext<ListContextsRequest,ListContextsResponse,Context> context,
ListContextsResponse response) |
ApiFuture<ContextsClient.ListContextsPage> |
ContextsClient.ListContextsPage.createPageAsync(PageContext<ListContextsRequest,ListContextsResponse,Context> context,
ApiFuture<ListContextsResponse> futureResponse) |
Copyright © 2022 Google LLC. All rights reserved.