| Modifier and Type | Method and Description |
|---|---|
ConversationContext |
ConversationContext.Builder.build() |
ConversationContext |
ConversationContext.Builder.buildPartial() |
ConversationContext |
TextInput.getContext()
Conversation context of the input.
|
ConversationContext |
TextInput.Builder.getContext()
Conversation context of the input.
|
ConversationContext |
TextInputOrBuilder.getContext()
Conversation context of the input.
|
static ConversationContext |
ConversationContext.getDefaultInstance() |
ConversationContext |
ConversationContext.getDefaultInstanceForType() |
ConversationContext |
ConversationContext.Builder.getDefaultInstanceForType() |
static ConversationContext |
ConversationContext.parseDelimitedFrom(InputStream input) |
static ConversationContext |
ConversationContext.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConversationContext |
ConversationContext.parseFrom(byte[] data) |
static ConversationContext |
ConversationContext.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConversationContext |
ConversationContext.parseFrom(ByteBuffer data) |
static ConversationContext |
ConversationContext.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConversationContext |
ConversationContext.parseFrom(com.google.protobuf.ByteString data) |
static ConversationContext |
ConversationContext.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConversationContext |
ConversationContext.parseFrom(com.google.protobuf.CodedInputStream input) |
static ConversationContext |
ConversationContext.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConversationContext |
ConversationContext.parseFrom(InputStream input) |
static ConversationContext |
ConversationContext.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ConversationContext> |
ConversationContext.getParserForType() |
static com.google.protobuf.Parser<ConversationContext> |
ConversationContext.parser() |
| Modifier and Type | Method and Description |
|---|---|
TextInput.Builder |
TextInput.Builder.mergeContext(ConversationContext value)
Conversation context of the input.
|
ConversationContext.Builder |
ConversationContext.Builder.mergeFrom(ConversationContext other) |
static ConversationContext.Builder |
ConversationContext.newBuilder(ConversationContext prototype) |
TextInput.Builder |
TextInput.Builder.setContext(ConversationContext value)
Conversation context of the input.
|
Copyright © 2024 Google LLC. All rights reserved.