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 |
ListContextsResponse.Builder.build() |
ListContextsResponse |
ListContextsResponse.Builder.buildPartial() |
static ListContextsResponse |
ListContextsResponse.getDefaultInstance() |
ListContextsResponse |
ListContextsResponse.getDefaultInstanceForType() |
ListContextsResponse |
ListContextsResponse.Builder.getDefaultInstanceForType() |
ListContextsResponse |
ContextsGrpc.ContextsBlockingStub.listContexts(ListContextsRequest request)
Returns the list of all contexts in the specified session.
|
static ListContextsResponse |
ListContextsResponse.parseDelimitedFrom(InputStream input) |
static ListContextsResponse |
ListContextsResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListContextsResponse |
ListContextsResponse.parseFrom(byte[] data) |
static ListContextsResponse |
ListContextsResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ListContextsResponse |
ListContextsResponse.parseFrom(ByteBuffer data) |
static ListContextsResponse |
ListContextsResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ListContextsResponse |
ListContextsResponse.parseFrom(ByteString data) |
static ListContextsResponse |
ListContextsResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ListContextsResponse |
ListContextsResponse.parseFrom(CodedInputStream input) |
static ListContextsResponse |
ListContextsResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListContextsResponse |
ListContextsResponse.parseFrom(InputStream input) |
static ListContextsResponse |
ListContextsResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListContextsRequest,ListContextsResponse> |
ContextsGrpc.getListContextsMethod() |
Parser<ListContextsResponse> |
ListContextsResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<ListContextsResponse> |
ContextsGrpc.ContextsFutureStub.listContexts(ListContextsRequest request)
Returns the list of all contexts in the specified session.
|
UnaryCallable<ListContextsRequest,ListContextsResponse> |
ContextsClient.listContextsCallable()
Returns the list of all contexts in the specified session.
|
PagedCallSettings<ListContextsRequest,ListContextsResponse,ContextsClient.ListContextsPagedResponse> |
ContextsSettings.listContextsSettings()
Returns the object with the settings used for calls to listContexts.
|
PagedCallSettings.Builder<ListContextsRequest,ListContextsResponse,ContextsClient.ListContextsPagedResponse> |
ContextsSettings.Builder.listContextsSettings()
Returns the builder for the settings used for calls to listContexts.
|
static Parser<ListContextsResponse> |
ListContextsResponse.parser() |
Modifier and Type | Method and Description |
---|---|
protected ContextsClient.ListContextsPage |
ContextsClient.ListContextsPage.createPage(PageContext<ListContextsRequest,ListContextsResponse,Context> context,
ListContextsResponse response) |
ListContextsResponse.Builder |
ListContextsResponse.Builder.mergeFrom(ListContextsResponse other) |
static ListContextsResponse.Builder |
ListContextsResponse.newBuilder(ListContextsResponse prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListContextsRequest,ListContextsResponse> |
GrpcContextsStub.listContextsCallable() |
UnaryCallable<ListContextsRequest,ListContextsResponse> |
HttpJsonContextsStub.listContextsCallable() |
UnaryCallable<ListContextsRequest,ListContextsResponse> |
ContextsStub.listContextsCallable() |
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.