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