Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
ContextsClient.ListContextsPagedResponse |
ContextsClient.listContexts(ListContextsRequest request)
Returns the list of all contexts in the specified session.
|
ContextsClient.ListContextsPagedResponse |
ContextsClient.listContexts(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 |
---|---|
UnaryCallable<ListContextsRequest,ContextsClient.ListContextsPagedResponse> |
GrpcContextsStub.listContextsPagedCallable() |
UnaryCallable<ListContextsRequest,ContextsClient.ListContextsPagedResponse> |
HttpJsonContextsStub.listContextsPagedCallable() |
UnaryCallable<ListContextsRequest,ContextsClient.ListContextsPagedResponse> |
ContextsStub.listContextsPagedCallable() |
PagedCallSettings<ListContextsRequest,ListContextsResponse,ContextsClient.ListContextsPagedResponse> |
ContextsStubSettings.listContextsSettings()
Returns the object with the settings used for calls to listContexts.
|
PagedCallSettings.Builder<ListContextsRequest,ListContextsResponse,ContextsClient.ListContextsPagedResponse> |
ContextsStubSettings.Builder.listContextsSettings()
Returns the builder for the settings used for calls to listContexts.
|
Copyright © 2022 Google LLC. All rights reserved.