Uses of Class
com.google.cloud.dialogflow.v2.UpdateContextRequest
-
Packages that use UpdateContextRequest Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of UpdateContextRequest in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return UpdateContextRequest Modifier and Type Method Description UpdateContextRequest
UpdateContextRequest.Builder. build()
UpdateContextRequest
UpdateContextRequest.Builder. buildPartial()
static UpdateContextRequest
UpdateContextRequest. getDefaultInstance()
UpdateContextRequest
UpdateContextRequest.Builder. getDefaultInstanceForType()
UpdateContextRequest
UpdateContextRequest. getDefaultInstanceForType()
static UpdateContextRequest
UpdateContextRequest. parseDelimitedFrom(InputStream input)
static UpdateContextRequest
UpdateContextRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateContextRequest
UpdateContextRequest. parseFrom(byte[] data)
static UpdateContextRequest
UpdateContextRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateContextRequest
UpdateContextRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateContextRequest
UpdateContextRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateContextRequest
UpdateContextRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateContextRequest
UpdateContextRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateContextRequest
UpdateContextRequest. parseFrom(InputStream input)
static UpdateContextRequest
UpdateContextRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateContextRequest
UpdateContextRequest. parseFrom(ByteBuffer data)
static UpdateContextRequest
UpdateContextRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type UpdateContextRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateContextRequest>
UpdateContextRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateContextRequest,Context>
ContextsGrpc. getUpdateContextMethod()
static com.google.protobuf.Parser<UpdateContextRequest>
UpdateContextRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateContextRequest,Context>
ContextsClient. updateContextCallable()
Updates the specified context.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateContextRequest,Context>
ContextsSettings.Builder. updateContextSettings()
Returns the builder for the settings used for calls to updateContext.com.google.api.gax.rpc.UnaryCallSettings<UpdateContextRequest,Context>
ContextsSettings. updateContextSettings()
Returns the object with the settings used for calls to updateContext.Methods in com.google.cloud.dialogflow.v2 with parameters of type UpdateContextRequest Modifier and Type Method Description UpdateContextRequest.Builder
UpdateContextRequest.Builder. mergeFrom(UpdateContextRequest other)
static UpdateContextRequest.Builder
UpdateContextRequest. newBuilder(UpdateContextRequest prototype)
Context
ContextsClient. updateContext(UpdateContextRequest request)
Updates the specified context.default void
ContextsGrpc.AsyncService. updateContext(UpdateContextRequest request, io.grpc.stub.StreamObserver<Context> responseObserver)
Updates the specified context.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.void
ContextsGrpc.ContextsStub. updateContext(UpdateContextRequest request, io.grpc.stub.StreamObserver<Context> responseObserver)
Updates the specified context. -
Uses of UpdateContextRequest in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type UpdateContextRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateContextRequest,Context>
ContextsStub. updateContextCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateContextRequest,Context>
GrpcContextsStub. updateContextCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateContextRequest,Context>
HttpJsonContextsStub. updateContextCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateContextRequest,Context>
ContextsStubSettings.Builder. updateContextSettings()
Returns the builder for the settings used for calls to updateContext.com.google.api.gax.rpc.UnaryCallSettings<UpdateContextRequest,Context>
ContextsStubSettings. updateContextSettings()
Returns the object with the settings used for calls to updateContext.
-