Uses of Class
com.google.cloud.dialogflow.v2beta1.Context
-
Packages that use Context Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of Context in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return Context Modifier and Type Method Description Context
Context.Builder. build()
Context
Context.Builder. buildPartial()
Context
ContextsClient. createContext(CreateContextRequest request)
Creates a context.Context
ContextsClient. createContext(SessionName parent, Context context)
Creates a context.Context
ContextsClient. createContext(String parent, Context context)
Creates a context.Context
ContextsGrpc.ContextsBlockingStub. createContext(CreateContextRequest request)
Creates a context.Context
ContextsClient. getContext(ContextName name)
Retrieves the specified context.Context
ContextsClient. getContext(GetContextRequest request)
Retrieves the specified context.Context
ContextsClient. getContext(String name)
Retrieves the specified context.Context
ContextsGrpc.ContextsBlockingStub. getContext(GetContextRequest request)
Retrieves the specified context.Context
CreateContextRequest.Builder. getContext()
Required.Context
CreateContextRequest. getContext()
Required.Context
CreateContextRequestOrBuilder. getContext()
Required.Context
UpdateContextRequest.Builder. getContext()
Required.Context
UpdateContextRequest. getContext()
Required.Context
UpdateContextRequestOrBuilder. getContext()
Required.Context
ListContextsResponse.Builder. getContexts(int index)
The list of contexts.Context
ListContextsResponse. getContexts(int index)
The list of contexts.Context
ListContextsResponseOrBuilder. getContexts(int index)
The list of contexts.Context
QueryParameters.Builder. getContexts(int index)
The collection of contexts to be activated before this query is executed.Context
QueryParameters. getContexts(int index)
The collection of contexts to be activated before this query is executed.Context
QueryParametersOrBuilder. getContexts(int index)
The collection of contexts to be activated before this query is executed.static Context
Context. getDefaultInstance()
Context
Context.Builder. getDefaultInstanceForType()
Context
Context. getDefaultInstanceForType()
Context
Intent.Builder. getOutputContexts(int index)
Optional.Context
Intent. getOutputContexts(int index)
Optional.Context
IntentOrBuilder. getOutputContexts(int index)
Optional.Context
QueryResult.Builder. getOutputContexts(int index)
The collection of output contexts.Context
QueryResult. getOutputContexts(int index)
The collection of output contexts.Context
QueryResultOrBuilder. getOutputContexts(int index)
The collection of output contexts.Context
WebhookResponse.Builder. getOutputContexts(int index)
Optional.Context
WebhookResponse. getOutputContexts(int index)
Optional.Context
WebhookResponseOrBuilder. getOutputContexts(int index)
Optional.static Context
Context. parseDelimitedFrom(InputStream input)
static Context
Context. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Context
Context. parseFrom(byte[] data)
static Context
Context. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Context
Context. parseFrom(com.google.protobuf.ByteString data)
static Context
Context. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Context
Context. parseFrom(com.google.protobuf.CodedInputStream input)
static Context
Context. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Context
Context. parseFrom(InputStream input)
static Context
Context. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Context
Context. parseFrom(ByteBuffer data)
static Context
Context. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Context
ContextsClient. updateContext(Context context)
Updates the specified context.Context
ContextsClient. updateContext(Context context, com.google.protobuf.FieldMask updateMask)
Updates the specified context.Context
ContextsClient. updateContext(UpdateContextRequest request)
Updates the specified context.Context
ContextsGrpc.ContextsBlockingStub. updateContext(UpdateContextRequest request)
Updates the specified context.Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type Context Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Context>
ContextsGrpc.ContextsFutureStub. createContext(CreateContextRequest request)
Creates a context.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.com.google.common.util.concurrent.ListenableFuture<Context>
ContextsGrpc.ContextsFutureStub. getContext(GetContextRequest request)
Retrieves the specified context.com.google.api.gax.rpc.UnaryCallable<GetContextRequest,Context>
ContextsClient. getContextCallable()
Retrieves the specified context.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetContextRequest,Context>
ContextsSettings.Builder. getContextSettings()
Returns the builder for the settings used for calls to getContext.com.google.api.gax.rpc.UnaryCallSettings<GetContextRequest,Context>
ContextsSettings. getContextSettings()
Returns the object with the settings used for calls to getContext.List<Context>
ListContextsResponse.Builder. getContextsList()
The list of contexts.List<Context>
ListContextsResponse. getContextsList()
The list of contexts.List<Context>
ListContextsResponseOrBuilder. getContextsList()
The list of contexts.List<Context>
QueryParameters.Builder. getContextsList()
The collection of contexts to be activated before this query is executed.List<Context>
QueryParameters. getContextsList()
The collection of contexts to be activated before this query is executed.List<Context>
QueryParametersOrBuilder. getContextsList()
The collection of contexts to be activated before this query is executed.static io.grpc.MethodDescriptor<CreateContextRequest,Context>
ContextsGrpc. getCreateContextMethod()
static io.grpc.MethodDescriptor<GetContextRequest,Context>
ContextsGrpc. getGetContextMethod()
List<Context>
Intent.Builder. getOutputContextsList()
Optional.List<Context>
Intent. getOutputContextsList()
Optional.List<Context>
IntentOrBuilder. getOutputContextsList()
Optional.List<Context>
QueryResult.Builder. getOutputContextsList()
The collection of output contexts.List<Context>
QueryResult. getOutputContextsList()
The collection of output contexts.List<Context>
QueryResultOrBuilder. getOutputContextsList()
The collection of output contexts.List<Context>
WebhookResponse.Builder. getOutputContextsList()
Optional.List<Context>
WebhookResponse. getOutputContextsList()
Optional.List<Context>
WebhookResponseOrBuilder. getOutputContextsList()
Optional.com.google.protobuf.Parser<Context>
Context. getParserForType()
static io.grpc.MethodDescriptor<UpdateContextRequest,Context>
ContextsGrpc. getUpdateContextMethod()
static com.google.protobuf.Parser<Context>
Context. parser()
com.google.common.util.concurrent.ListenableFuture<Context>
ContextsGrpc.ContextsFutureStub. updateContext(UpdateContextRequest request)
Updates the specified context.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.v2beta1 with parameters of type Context Modifier and Type Method Description ListContextsResponse.Builder
ListContextsResponse.Builder. addContexts(int index, Context value)
The list of contexts.ListContextsResponse.Builder
ListContextsResponse.Builder. addContexts(Context value)
The list of contexts.QueryParameters.Builder
QueryParameters.Builder. addContexts(int index, Context value)
The collection of contexts to be activated before this query is executed.QueryParameters.Builder
QueryParameters.Builder. addContexts(Context value)
The collection of contexts to be activated before this query is executed.Intent.Builder
Intent.Builder. addOutputContexts(int index, Context value)
Optional.Intent.Builder
Intent.Builder. addOutputContexts(Context value)
Optional.QueryResult.Builder
QueryResult.Builder. addOutputContexts(int index, Context value)
The collection of output contexts.QueryResult.Builder
QueryResult.Builder. addOutputContexts(Context value)
The collection of output contexts.WebhookResponse.Builder
WebhookResponse.Builder. addOutputContexts(int index, Context value)
Optional.WebhookResponse.Builder
WebhookResponse.Builder. addOutputContexts(Context value)
Optional.Context
ContextsClient. createContext(SessionName parent, Context context)
Creates a context.Context
ContextsClient. createContext(String parent, Context context)
Creates a context.CreateContextRequest.Builder
CreateContextRequest.Builder. mergeContext(Context value)
Required.UpdateContextRequest.Builder
UpdateContextRequest.Builder. mergeContext(Context value)
Required.Context.Builder
Context.Builder. mergeFrom(Context other)
static Context.Builder
Context. newBuilder(Context prototype)
CreateContextRequest.Builder
CreateContextRequest.Builder. setContext(Context value)
Required.UpdateContextRequest.Builder
UpdateContextRequest.Builder. setContext(Context value)
Required.ListContextsResponse.Builder
ListContextsResponse.Builder. setContexts(int index, Context value)
The list of contexts.QueryParameters.Builder
QueryParameters.Builder. setContexts(int index, Context value)
The collection of contexts to be activated before this query is executed.Intent.Builder
Intent.Builder. setOutputContexts(int index, Context value)
Optional.QueryResult.Builder
QueryResult.Builder. setOutputContexts(int index, Context value)
The collection of output contexts.WebhookResponse.Builder
WebhookResponse.Builder. setOutputContexts(int index, Context value)
Optional.Context
ContextsClient. updateContext(Context context)
Updates the specified context.Context
ContextsClient. updateContext(Context context, com.google.protobuf.FieldMask updateMask)
Updates the specified context.Method parameters in com.google.cloud.dialogflow.v2beta1 with type arguments of type Context Modifier and Type Method Description ListContextsResponse.Builder
ListContextsResponse.Builder. addAllContexts(Iterable<? extends Context> values)
The list of contexts.QueryParameters.Builder
QueryParameters.Builder. addAllContexts(Iterable<? extends Context> values)
The collection of contexts to be activated before this query is executed.Intent.Builder
Intent.Builder. addAllOutputContexts(Iterable<? extends Context> values)
Optional.QueryResult.Builder
QueryResult.Builder. addAllOutputContexts(Iterable<? extends Context> values)
The collection of output contexts.WebhookResponse.Builder
WebhookResponse.Builder. addAllOutputContexts(Iterable<? extends Context> values)
Optional.static com.google.api.core.ApiFuture<ContextsClient.ListContextsPagedResponse>
ContextsClient.ListContextsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, com.google.api.core.ApiFuture<ListContextsResponse> futureResponse)
default void
ContextsGrpc.AsyncService. createContext(CreateContextRequest request, io.grpc.stub.StreamObserver<Context> responseObserver)
Creates a context.void
ContextsGrpc.ContextsStub. createContext(CreateContextRequest request, io.grpc.stub.StreamObserver<Context> responseObserver)
Creates a context.protected ContextsClient.ListContextsPage
ContextsClient.ListContextsPage. createPage(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, ListContextsResponse response)
com.google.api.core.ApiFuture<ContextsClient.ListContextsPage>
ContextsClient.ListContextsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, com.google.api.core.ApiFuture<ListContextsResponse> futureResponse)
default void
ContextsGrpc.AsyncService. getContext(GetContextRequest request, io.grpc.stub.StreamObserver<Context> responseObserver)
Retrieves the specified context.void
ContextsGrpc.ContextsStub. getContext(GetContextRequest request, io.grpc.stub.StreamObserver<Context> responseObserver)
Retrieves the specified context.default void
ContextsGrpc.AsyncService. updateContext(UpdateContextRequest request, io.grpc.stub.StreamObserver<Context> responseObserver)
Updates the specified context.void
ContextsGrpc.ContextsStub. updateContext(UpdateContextRequest request, io.grpc.stub.StreamObserver<Context> responseObserver)
Updates the specified context. -
Uses of Context in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type Context 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.com.google.api.gax.rpc.UnaryCallable<GetContextRequest,Context>
ContextsStub. getContextCallable()
com.google.api.gax.rpc.UnaryCallable<GetContextRequest,Context>
GrpcContextsStub. getContextCallable()
com.google.api.gax.rpc.UnaryCallable<GetContextRequest,Context>
HttpJsonContextsStub. getContextCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetContextRequest,Context>
ContextsStubSettings.Builder. getContextSettings()
Returns the builder for the settings used for calls to getContext.com.google.api.gax.rpc.UnaryCallSettings<GetContextRequest,Context>
ContextsStubSettings. getContextSettings()
Returns the object with the settings used for calls to getContext.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.
-