Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API.
|
com.google.cloud.dialogflow.v2.stub |
Modifier and Type | Method and Description |
---|---|
ContextsClient.ListContextsPagedResponse |
ContextsClient.listContexts(com.google.cloud.dialogflow.v2.ListContextsRequest request)
Returns the list of all contexts in the specified session.
|
ContextsClient.ListContextsPagedResponse |
ContextsClient.listContexts(com.google.cloud.dialogflow.v2.SessionName parent)
Returns the list of all contexts in the specified session.
|
ContextsClient.ListContextsPagedResponse |
ContextsClient.listContexts(String parent)
Returns the list of all contexts in the specified session.
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<ContextsClient.ListContextsPagedResponse> |
ContextsClient.ListContextsPagedResponse.createAsync(PageContext<com.google.cloud.dialogflow.v2.ListContextsRequest,com.google.cloud.dialogflow.v2.ListContextsResponse,com.google.cloud.dialogflow.v2.Context> context,
com.google.api.core.ApiFuture<com.google.cloud.dialogflow.v2.ListContextsResponse> futureResponse) |
UnaryCallable<com.google.cloud.dialogflow.v2.ListContextsRequest,ContextsClient.ListContextsPagedResponse> |
ContextsClient.listContextsPagedCallable()
Returns the list of all contexts in the specified session.
|
PagedCallSettings<com.google.cloud.dialogflow.v2.ListContextsRequest,com.google.cloud.dialogflow.v2.ListContextsResponse,ContextsClient.ListContextsPagedResponse> |
ContextsSettings.listContextsSettings()
Returns the object with the settings used for calls to listContexts.
|
PagedCallSettings.Builder<com.google.cloud.dialogflow.v2.ListContextsRequest,com.google.cloud.dialogflow.v2.ListContextsResponse,ContextsClient.ListContextsPagedResponse> |
ContextsSettings.Builder.listContextsSettings()
Returns the builder for the settings used for calls to listContexts.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<com.google.cloud.dialogflow.v2.ListContextsRequest,ContextsClient.ListContextsPagedResponse> |
GrpcContextsStub.listContextsPagedCallable() |
UnaryCallable<com.google.cloud.dialogflow.v2.ListContextsRequest,ContextsClient.ListContextsPagedResponse> |
ContextsStub.listContextsPagedCallable() |
PagedCallSettings<com.google.cloud.dialogflow.v2.ListContextsRequest,com.google.cloud.dialogflow.v2.ListContextsResponse,ContextsClient.ListContextsPagedResponse> |
ContextsStubSettings.listContextsSettings()
Returns the object with the settings used for calls to listContexts.
|
PagedCallSettings.Builder<com.google.cloud.dialogflow.v2.ListContextsRequest,com.google.cloud.dialogflow.v2.ListContextsResponse,ContextsClient.ListContextsPagedResponse> |
ContextsStubSettings.Builder.listContextsSettings()
Returns the builder for the settings used for calls to listContexts.
|
Copyright © 2019 Google LLC. All rights reserved.