| Modifier and Type | Method and Description |
|---|---|
Context |
Context.Builder.build() |
Context |
Context.Builder.buildPartial() |
Context |
UpdateContextRequestOrBuilder.getContext()
Required.
|
Context |
CreateContextRequestOrBuilder.getContext()
Required.
|
Context |
CreateContextRequest.getContext()
Required.
|
Context |
CreateContextRequest.Builder.getContext()
Required.
|
Context |
UpdateContextRequest.getContext()
Required.
|
Context |
UpdateContextRequest.Builder.getContext()
Required.
|
Context |
ListContextsResponse.getContexts(int index)
The list of contexts.
|
Context |
ListContextsResponse.Builder.getContexts(int index)
The list of contexts.
|
Context |
QueryParametersOrBuilder.getContexts(int index)
Optional.
|
Context |
QueryParameters.getContexts(int index)
Optional.
|
Context |
QueryParameters.Builder.getContexts(int index)
Optional.
|
Context |
ListContextsResponseOrBuilder.getContexts(int index)
The list of contexts.
|
static Context |
Context.getDefaultInstance() |
Context |
Context.getDefaultInstanceForType() |
Context |
Context.Builder.getDefaultInstanceForType() |
Context |
WebhookResponseOrBuilder.getOutputContexts(int index)
Optional.
|
Context |
Intent.getOutputContexts(int index)
Optional.
|
Context |
Intent.Builder.getOutputContexts(int index)
Optional.
|
Context |
WebhookResponse.getOutputContexts(int index)
Optional.
|
Context |
WebhookResponse.Builder.getOutputContexts(int index)
Optional.
|
Context |
QueryResult.getOutputContexts(int index)
The collection of output contexts.
|
Context |
QueryResult.Builder.getOutputContexts(int index)
The collection of output contexts.
|
Context |
IntentOrBuilder.getOutputContexts(int index)
Optional.
|
Context |
QueryResultOrBuilder.getOutputContexts(int index)
The collection of output contexts.
|
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(ByteBuffer data) |
static Context |
Context.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
List<Context> |
ListContextsResponse.getContextsList()
The list of contexts.
|
List<Context> |
ListContextsResponse.Builder.getContextsList()
The list of contexts.
|
List<Context> |
QueryParametersOrBuilder.getContextsList()
Optional.
|
List<Context> |
QueryParameters.getContextsList()
Optional.
|
List<Context> |
QueryParameters.Builder.getContextsList()
Optional.
|
List<Context> |
ListContextsResponseOrBuilder.getContextsList()
The list of contexts.
|
List<Context> |
WebhookResponseOrBuilder.getOutputContextsList()
Optional.
|
List<Context> |
Intent.getOutputContextsList()
Optional.
|
List<Context> |
Intent.Builder.getOutputContextsList()
Optional.
|
List<Context> |
WebhookResponse.getOutputContextsList()
Optional.
|
List<Context> |
WebhookResponse.Builder.getOutputContextsList()
Optional.
|
List<Context> |
QueryResult.getOutputContextsList()
The collection of output contexts.
|
List<Context> |
QueryResult.Builder.getOutputContextsList()
The collection of output contexts.
|
List<Context> |
IntentOrBuilder.getOutputContextsList()
Optional.
|
List<Context> |
QueryResultOrBuilder.getOutputContextsList()
The collection of output contexts.
|
com.google.protobuf.Parser<Context> |
Context.getParserForType() |
static com.google.protobuf.Parser<Context> |
Context.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListContextsResponse.Builder |
ListContextsResponse.Builder.addContexts(Context value)
The list of contexts.
|
QueryParameters.Builder |
QueryParameters.Builder.addContexts(Context value)
Optional.
|
ListContextsResponse.Builder |
ListContextsResponse.Builder.addContexts(int index,
Context value)
The list of contexts.
|
QueryParameters.Builder |
QueryParameters.Builder.addContexts(int index,
Context value)
Optional.
|
Intent.Builder |
Intent.Builder.addOutputContexts(Context value)
Optional.
|
WebhookResponse.Builder |
WebhookResponse.Builder.addOutputContexts(Context value)
Optional.
|
QueryResult.Builder |
QueryResult.Builder.addOutputContexts(Context value)
The collection of output contexts.
|
Intent.Builder |
Intent.Builder.addOutputContexts(int index,
Context value)
Optional.
|
WebhookResponse.Builder |
WebhookResponse.Builder.addOutputContexts(int index,
Context value)
Optional.
|
QueryResult.Builder |
QueryResult.Builder.addOutputContexts(int index,
Context value)
The collection of output contexts.
|
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)
Optional.
|
Intent.Builder |
Intent.Builder.setOutputContexts(int index,
Context value)
Optional.
|
WebhookResponse.Builder |
WebhookResponse.Builder.setOutputContexts(int index,
Context value)
Optional.
|
QueryResult.Builder |
QueryResult.Builder.setOutputContexts(int index,
Context value)
The collection of output contexts.
|
| Modifier and Type | Method and Description |
|---|---|
ListContextsResponse.Builder |
ListContextsResponse.Builder.addAllContexts(Iterable<? extends Context> values)
The list of contexts.
|
QueryParameters.Builder |
QueryParameters.Builder.addAllContexts(Iterable<? extends Context> values)
Optional.
|
Intent.Builder |
Intent.Builder.addAllOutputContexts(Iterable<? extends Context> values)
Optional.
|
WebhookResponse.Builder |
WebhookResponse.Builder.addAllOutputContexts(Iterable<? extends Context> values)
Optional.
|
QueryResult.Builder |
QueryResult.Builder.addAllOutputContexts(Iterable<? extends Context> values)
The collection of output contexts.
|
Copyright © 2019 Google LLC. All rights reserved.