Uses of Class
com.google.cloud.dialogflow.v2.Context
-
Packages that use Context Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of Context in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return Context Modifier and Type Method Description ContextContext.Builder. build()ContextContext.Builder. buildPartial()ContextContextsClient. createContext(CreateContextRequest request)Creates a context.ContextContextsClient. createContext(SessionName parent, Context context)Creates a context.ContextContextsClient. createContext(String parent, Context context)Creates a context.ContextContextsGrpc.ContextsBlockingStub. createContext(CreateContextRequest request)Creates a context.ContextContextsClient. getContext(ContextName name)Retrieves the specified context.ContextContextsClient. getContext(GetContextRequest request)Retrieves the specified context.ContextContextsClient. getContext(String name)Retrieves the specified context.ContextContextsGrpc.ContextsBlockingStub. getContext(GetContextRequest request)Retrieves the specified context.ContextCreateContextRequest.Builder. getContext()Required.ContextCreateContextRequest. getContext()Required.ContextCreateContextRequestOrBuilder. getContext()Required.ContextUpdateContextRequest.Builder. getContext()Required.ContextUpdateContextRequest. getContext()Required.ContextUpdateContextRequestOrBuilder. getContext()Required.ContextListContextsResponse.Builder. getContexts(int index)The list of contexts.ContextListContextsResponse. getContexts(int index)The list of contexts.ContextListContextsResponseOrBuilder. getContexts(int index)The list of contexts.ContextQueryParameters.Builder. getContexts(int index)The collection of contexts to be activated before this query is executed.ContextQueryParameters. getContexts(int index)The collection of contexts to be activated before this query is executed.ContextQueryParametersOrBuilder. getContexts(int index)The collection of contexts to be activated before this query is executed.static ContextContext. getDefaultInstance()ContextContext.Builder. getDefaultInstanceForType()ContextContext. getDefaultInstanceForType()ContextIntent.Builder. getOutputContexts(int index)Optional.ContextIntent. getOutputContexts(int index)Optional.ContextIntentOrBuilder. getOutputContexts(int index)Optional.ContextQueryResult.Builder. getOutputContexts(int index)The collection of output contexts.ContextQueryResult. getOutputContexts(int index)The collection of output contexts.ContextQueryResultOrBuilder. getOutputContexts(int index)The collection of output contexts.ContextWebhookResponse.Builder. getOutputContexts(int index)Optional.ContextWebhookResponse. getOutputContexts(int index)Optional.ContextWebhookResponseOrBuilder. getOutputContexts(int index)Optional.static ContextContext. parseDelimitedFrom(InputStream input)static ContextContext. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContextContext. parseFrom(byte[] data)static ContextContext. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContextContext. parseFrom(com.google.protobuf.ByteString data)static ContextContext. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContextContext. parseFrom(com.google.protobuf.CodedInputStream input)static ContextContext. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContextContext. parseFrom(InputStream input)static ContextContext. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContextContext. parseFrom(ByteBuffer data)static ContextContext. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ContextContextsClient. updateContext(Context context, com.google.protobuf.FieldMask updateMask)Updates the specified context.ContextContextsClient. updateContext(UpdateContextRequest request)Updates the specified context.ContextContextsGrpc.ContextsBlockingStub. updateContext(UpdateContextRequest request)Updates the specified context.Methods in com.google.cloud.dialogflow.v2 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.v2 with parameters of type Context Modifier and Type Method Description ListContextsResponse.BuilderListContextsResponse.Builder. addContexts(int index, Context value)The list of contexts.ListContextsResponse.BuilderListContextsResponse.Builder. addContexts(Context value)The list of contexts.QueryParameters.BuilderQueryParameters.Builder. addContexts(int index, Context value)The collection of contexts to be activated before this query is executed.QueryParameters.BuilderQueryParameters.Builder. addContexts(Context value)The collection of contexts to be activated before this query is executed.Intent.BuilderIntent.Builder. addOutputContexts(int index, Context value)Optional.Intent.BuilderIntent.Builder. addOutputContexts(Context value)Optional.QueryResult.BuilderQueryResult.Builder. addOutputContexts(int index, Context value)The collection of output contexts.QueryResult.BuilderQueryResult.Builder. addOutputContexts(Context value)The collection of output contexts.WebhookResponse.BuilderWebhookResponse.Builder. addOutputContexts(int index, Context value)Optional.WebhookResponse.BuilderWebhookResponse.Builder. addOutputContexts(Context value)Optional.ContextContextsClient. createContext(SessionName parent, Context context)Creates a context.ContextContextsClient. createContext(String parent, Context context)Creates a context.CreateContextRequest.BuilderCreateContextRequest.Builder. mergeContext(Context value)Required.UpdateContextRequest.BuilderUpdateContextRequest.Builder. mergeContext(Context value)Required.Context.BuilderContext.Builder. mergeFrom(Context other)static Context.BuilderContext. newBuilder(Context prototype)CreateContextRequest.BuilderCreateContextRequest.Builder. setContext(Context value)Required.UpdateContextRequest.BuilderUpdateContextRequest.Builder. setContext(Context value)Required.ListContextsResponse.BuilderListContextsResponse.Builder. setContexts(int index, Context value)The list of contexts.QueryParameters.BuilderQueryParameters.Builder. setContexts(int index, Context value)The collection of contexts to be activated before this query is executed.Intent.BuilderIntent.Builder. setOutputContexts(int index, Context value)Optional.QueryResult.BuilderQueryResult.Builder. setOutputContexts(int index, Context value)The collection of output contexts.WebhookResponse.BuilderWebhookResponse.Builder. setOutputContexts(int index, Context value)Optional.ContextContextsClient. updateContext(Context context, com.google.protobuf.FieldMask updateMask)Updates the specified context.Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type Context Modifier and Type Method Description ListContextsResponse.BuilderListContextsResponse.Builder. addAllContexts(Iterable<? extends Context> values)The list of contexts.QueryParameters.BuilderQueryParameters.Builder. addAllContexts(Iterable<? extends Context> values)The collection of contexts to be activated before this query is executed.Intent.BuilderIntent.Builder. addAllOutputContexts(Iterable<? extends Context> values)Optional.QueryResult.BuilderQueryResult.Builder. addAllOutputContexts(Iterable<? extends Context> values)The collection of output contexts.WebhookResponse.BuilderWebhookResponse.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 voidContextsGrpc.AsyncService. createContext(CreateContextRequest request, io.grpc.stub.StreamObserver<Context> responseObserver)Creates a context.voidContextsGrpc.ContextsStub. createContext(CreateContextRequest request, io.grpc.stub.StreamObserver<Context> responseObserver)Creates a context.protected ContextsClient.ListContextsPageContextsClient.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 voidContextsGrpc.AsyncService. getContext(GetContextRequest request, io.grpc.stub.StreamObserver<Context> responseObserver)Retrieves the specified context.voidContextsGrpc.ContextsStub. getContext(GetContextRequest request, io.grpc.stub.StreamObserver<Context> responseObserver)Retrieves the specified context.default voidContextsGrpc.AsyncService. updateContext(UpdateContextRequest request, io.grpc.stub.StreamObserver<Context> responseObserver)Updates the specified context.voidContextsGrpc.ContextsStub. updateContext(UpdateContextRequest request, io.grpc.stub.StreamObserver<Context> responseObserver)Updates the specified context. -
Uses of Context in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.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.
-