Uses of Class
com.google.cloud.dialogflow.v2beta1.CreateContextRequest
-
Packages that use CreateContextRequest Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of CreateContextRequest in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return CreateContextRequest Modifier and Type Method Description CreateContextRequest
CreateContextRequest.Builder. build()
CreateContextRequest
CreateContextRequest.Builder. buildPartial()
static CreateContextRequest
CreateContextRequest. getDefaultInstance()
CreateContextRequest
CreateContextRequest.Builder. getDefaultInstanceForType()
CreateContextRequest
CreateContextRequest. getDefaultInstanceForType()
static CreateContextRequest
CreateContextRequest. parseDelimitedFrom(InputStream input)
static CreateContextRequest
CreateContextRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateContextRequest
CreateContextRequest. parseFrom(byte[] data)
static CreateContextRequest
CreateContextRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateContextRequest
CreateContextRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateContextRequest
CreateContextRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateContextRequest
CreateContextRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateContextRequest
CreateContextRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateContextRequest
CreateContextRequest. parseFrom(InputStream input)
static CreateContextRequest
CreateContextRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateContextRequest
CreateContextRequest. parseFrom(ByteBuffer data)
static CreateContextRequest
CreateContextRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type CreateContextRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateContextRequest,Context>
ContextsClient. createContextCallable()
Creates a context.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateContextRequest,Context>
ContextsSettings.Builder. createContextSettings()
Returns the builder for the settings used for calls to createContext.com.google.api.gax.rpc.UnaryCallSettings<CreateContextRequest,Context>
ContextsSettings. createContextSettings()
Returns the object with the settings used for calls to createContext.static io.grpc.MethodDescriptor<CreateContextRequest,Context>
ContextsGrpc. getCreateContextMethod()
com.google.protobuf.Parser<CreateContextRequest>
CreateContextRequest. getParserForType()
static com.google.protobuf.Parser<CreateContextRequest>
CreateContextRequest. parser()
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type CreateContextRequest Modifier and Type Method Description Context
ContextsClient. createContext(CreateContextRequest request)
Creates a context.default void
ContextsGrpc.AsyncService. createContext(CreateContextRequest request, io.grpc.stub.StreamObserver<Context> responseObserver)
Creates a context.Context
ContextsGrpc.ContextsBlockingStub. createContext(CreateContextRequest request)
Creates a context.com.google.common.util.concurrent.ListenableFuture<Context>
ContextsGrpc.ContextsFutureStub. createContext(CreateContextRequest request)
Creates a context.void
ContextsGrpc.ContextsStub. createContext(CreateContextRequest request, io.grpc.stub.StreamObserver<Context> responseObserver)
Creates a context.CreateContextRequest.Builder
CreateContextRequest.Builder. mergeFrom(CreateContextRequest other)
static CreateContextRequest.Builder
CreateContextRequest. newBuilder(CreateContextRequest prototype)
-
Uses of CreateContextRequest in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type CreateContextRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateContextRequest,Context>
ContextsStub. createContextCallable()
com.google.api.gax.rpc.UnaryCallable<CreateContextRequest,Context>
GrpcContextsStub. createContextCallable()
com.google.api.gax.rpc.UnaryCallable<CreateContextRequest,Context>
HttpJsonContextsStub. createContextCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateContextRequest,Context>
ContextsStubSettings.Builder. createContextSettings()
Returns the builder for the settings used for calls to createContext.com.google.api.gax.rpc.UnaryCallSettings<CreateContextRequest,Context>
ContextsStubSettings. createContextSettings()
Returns the object with the settings used for calls to createContext.
-