Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetContextRequest,Context> |
ContextsClient.getContextCallable()
Retrieves the specified context.
|
UnaryCallSettings<GetContextRequest,Context> |
ContextsSettings.getContextSettings()
Returns the object with the settings used for calls to getContext.
|
UnaryCallSettings.Builder<GetContextRequest,Context> |
ContextsSettings.Builder.getContextSettings()
Returns the builder for the settings used for calls to getContext.
|
static MethodDescriptor<GetContextRequest,Context> |
ContextsGrpc.getGetContextMethod() |
Parser<GetContextRequest> |
GetContextRequest.getParserForType() |
static Parser<GetContextRequest> |
GetContextRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Context |
ContextsGrpc.ContextsBlockingStub.getContext(GetContextRequest request)
Retrieves the specified context.
|
com.google.common.util.concurrent.ListenableFuture<Context> |
ContextsGrpc.ContextsFutureStub.getContext(GetContextRequest request)
Retrieves the specified context.
|
Context |
ContextsClient.getContext(GetContextRequest request)
Retrieves the specified context.
|
void |
ContextsGrpc.ContextsImplBase.getContext(GetContextRequest request,
StreamObserver<Context> responseObserver)
Retrieves the specified context.
|
void |
ContextsGrpc.ContextsStub.getContext(GetContextRequest request,
StreamObserver<Context> responseObserver)
Retrieves the specified context.
|
GetContextRequest.Builder |
GetContextRequest.Builder.mergeFrom(GetContextRequest other) |
static GetContextRequest.Builder |
GetContextRequest.newBuilder(GetContextRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetContextRequest,Context> |
GrpcContextsStub.getContextCallable() |
UnaryCallable<GetContextRequest,Context> |
HttpJsonContextsStub.getContextCallable() |
UnaryCallable<GetContextRequest,Context> |
ContextsStub.getContextCallable() |
UnaryCallSettings<GetContextRequest,Context> |
ContextsStubSettings.getContextSettings()
Returns the object with the settings used for calls to getContext.
|
UnaryCallSettings.Builder<GetContextRequest,Context> |
ContextsStubSettings.Builder.getContextSettings()
Returns the builder for the settings used for calls to getContext.
|
Copyright © 2022 Google LLC. All rights reserved.