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