answerType property

String? answerType
getter/setter pair

The type of the answer. Possible string values are:

  • "ANSWER_TYPE_UNSPECIFIED" : The answer has a unspecified type.
  • "FAQ" : The answer is from FAQ doucments.
  • "GENERATIVE" : The answer is from generative model.

Implementation

core.String? answerType;