| Modifier and Type | Class and Description |
|---|---|
static class |
QaQuestion.AnswerChoice
Message representing a possible answer to the question.
|
static class |
QaQuestion.AnswerChoice.Builder
Message representing a possible answer to the question.
|
| Modifier and Type | Method and Description |
|---|---|
QaQuestion.AnswerChoiceOrBuilder |
QaQuestion.getAnswerChoicesOrBuilder(int index)
A list of valid answers to the question, which the LLM must choose from.
|
QaQuestion.AnswerChoiceOrBuilder |
QaQuestion.Builder.getAnswerChoicesOrBuilder(int index)
A list of valid answers to the question, which the LLM must choose from.
|
QaQuestion.AnswerChoiceOrBuilder |
QaQuestionOrBuilder.getAnswerChoicesOrBuilder(int index)
A list of valid answers to the question, which the LLM must choose from.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends QaQuestion.AnswerChoiceOrBuilder> |
QaQuestion.getAnswerChoicesOrBuilderList()
A list of valid answers to the question, which the LLM must choose from.
|
List<? extends QaQuestion.AnswerChoiceOrBuilder> |
QaQuestion.Builder.getAnswerChoicesOrBuilderList()
A list of valid answers to the question, which the LLM must choose from.
|
List<? extends QaQuestion.AnswerChoiceOrBuilder> |
QaQuestionOrBuilder.getAnswerChoicesOrBuilderList()
A list of valid answers to the question, which the LLM must choose from.
|
Copyright © 2025 Google LLC. All rights reserved.