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 documents.
  • "GENERATIVE" : The answer is from generative model.
  • "INTENT" : The answer is from intent matching.

Implementation

core.String? answerType;