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 UpdateContextRequestUpdateContextRequest.Builder. build()UpdateContextRequestUpdateContextRequest.Builder. buildPartial()static UpdateContextRequestUpdateContextRequest. getDefaultInstance()UpdateContextRequestUpdateContextRequest.Builder. getDefaultInstanceForType()UpdateContextRequestUpdateContextRequest. getDefaultInstanceForType()static UpdateContextRequestUpdateContextRequest. parseDelimitedFrom(InputStream input)static UpdateContextRequestUpdateContextRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateContextRequestUpdateContextRequest. parseFrom(byte[] data)static UpdateContextRequestUpdateContextRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateContextRequestUpdateContextRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateContextRequestUpdateContextRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateContextRequestUpdateContextRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateContextRequestUpdateContextRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateContextRequestUpdateContextRequest. parseFrom(InputStream input)static UpdateContextRequestUpdateContextRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateContextRequestUpdateContextRequest. parseFrom(ByteBuffer data)static UpdateContextRequestUpdateContextRequest. 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.BuilderUpdateContextRequest.Builder. mergeFrom(UpdateContextRequest other)static UpdateContextRequest.BuilderUpdateContextRequest. newBuilder(UpdateContextRequest prototype)ContextContextsClient. updateContext(UpdateContextRequest request)Updates the specified context.default voidContextsGrpc.AsyncService. updateContext(UpdateContextRequest request, io.grpc.stub.StreamObserver<Context> responseObserver)Updates the specified context.ContextContextsGrpc.ContextsBlockingStub. updateContext(UpdateContextRequest request)Updates the specified context.com.google.common.util.concurrent.ListenableFuture<Context>ContextsGrpc.ContextsFutureStub. updateContext(UpdateContextRequest request)Updates the specified context.voidContextsGrpc.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.
-