GenerateAnswerRequest_AnswerStyle class final
Style for grounded answers.
- Inheritance
-
- Object
- ProtoEnum
- GenerateAnswerRequest_AnswerStyle
Constructors
- GenerateAnswerRequest_AnswerStyle(String value)
-
const
- GenerateAnswerRequest_AnswerStyle.fromJson(String json)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNotDefault → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- $default → const GenerateAnswerRequest_AnswerStyle
- The default value for GenerateAnswerRequest_AnswerStyle.
- abstractive → const GenerateAnswerRequest_AnswerStyle
- Succinct but abstract style.
- answerStyleUnspecified → const GenerateAnswerRequest_AnswerStyle
- Unspecified answer style.
- extractive → const GenerateAnswerRequest_AnswerStyle
- Very brief and extractive style.
- verbose → const GenerateAnswerRequest_AnswerStyle
- Verbose style including extra details. The response may be formatted as a sentence, paragraph, multiple paragraphs, or bullet points, etc.