| Modifier and Type | Method and Description |
|---|---|
QaQuestion.AnswerChoice |
QaQuestion.AnswerChoice.Builder.build() |
QaQuestion.AnswerChoice |
QaQuestion.AnswerChoice.Builder.buildPartial() |
QaQuestion.AnswerChoice |
QaQuestion.getAnswerChoices(int index)
A list of valid answers to the question, which the LLM must choose from.
|
QaQuestion.AnswerChoice |
QaQuestion.Builder.getAnswerChoices(int index)
A list of valid answers to the question, which the LLM must choose from.
|
QaQuestion.AnswerChoice |
QaQuestionOrBuilder.getAnswerChoices(int index)
A list of valid answers to the question, which the LLM must choose from.
|
static QaQuestion.AnswerChoice |
QaQuestion.AnswerChoice.getDefaultInstance() |
QaQuestion.AnswerChoice |
QaQuestion.AnswerChoice.getDefaultInstanceForType() |
QaQuestion.AnswerChoice |
QaQuestion.AnswerChoice.Builder.getDefaultInstanceForType() |
static QaQuestion.AnswerChoice |
QaQuestion.AnswerChoice.parseDelimitedFrom(InputStream input) |
static QaQuestion.AnswerChoice |
QaQuestion.AnswerChoice.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QaQuestion.AnswerChoice |
QaQuestion.AnswerChoice.parseFrom(byte[] data) |
static QaQuestion.AnswerChoice |
QaQuestion.AnswerChoice.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QaQuestion.AnswerChoice |
QaQuestion.AnswerChoice.parseFrom(ByteBuffer data) |
static QaQuestion.AnswerChoice |
QaQuestion.AnswerChoice.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QaQuestion.AnswerChoice |
QaQuestion.AnswerChoice.parseFrom(com.google.protobuf.ByteString data) |
static QaQuestion.AnswerChoice |
QaQuestion.AnswerChoice.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QaQuestion.AnswerChoice |
QaQuestion.AnswerChoice.parseFrom(com.google.protobuf.CodedInputStream input) |
static QaQuestion.AnswerChoice |
QaQuestion.AnswerChoice.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QaQuestion.AnswerChoice |
QaQuestion.AnswerChoice.parseFrom(InputStream input) |
static QaQuestion.AnswerChoice |
QaQuestion.AnswerChoice.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<QaQuestion.AnswerChoice> |
QaQuestion.getAnswerChoicesList()
A list of valid answers to the question, which the LLM must choose from.
|
List<QaQuestion.AnswerChoice> |
QaQuestion.Builder.getAnswerChoicesList()
A list of valid answers to the question, which the LLM must choose from.
|
List<QaQuestion.AnswerChoice> |
QaQuestionOrBuilder.getAnswerChoicesList()
A list of valid answers to the question, which the LLM must choose from.
|
com.google.protobuf.Parser<QaQuestion.AnswerChoice> |
QaQuestion.AnswerChoice.getParserForType() |
static com.google.protobuf.Parser<QaQuestion.AnswerChoice> |
QaQuestion.AnswerChoice.parser() |
| Modifier and Type | Method and Description |
|---|---|
QaQuestion.Builder |
QaQuestion.Builder.addAnswerChoices(int index,
QaQuestion.AnswerChoice value)
A list of valid answers to the question, which the LLM must choose from.
|
QaQuestion.Builder |
QaQuestion.Builder.addAnswerChoices(QaQuestion.AnswerChoice value)
A list of valid answers to the question, which the LLM must choose from.
|
QaQuestion.AnswerChoice.Builder |
QaQuestion.AnswerChoice.Builder.mergeFrom(QaQuestion.AnswerChoice other) |
static QaQuestion.AnswerChoice.Builder |
QaQuestion.AnswerChoice.newBuilder(QaQuestion.AnswerChoice prototype) |
QaQuestion.Builder |
QaQuestion.Builder.setAnswerChoices(int index,
QaQuestion.AnswerChoice value)
A list of valid answers to the question, which the LLM must choose from.
|
| Modifier and Type | Method and Description |
|---|---|
QaQuestion.Builder |
QaQuestion.Builder.addAllAnswerChoices(Iterable<? extends QaQuestion.AnswerChoice> values)
A list of valid answers to the question, which the LLM must choose from.
|
Copyright © 2025 Google LLC. All rights reserved.