decision property

String? decision
getter/setter pair

Represents the decision of the grounding check. Possible string values are:

  • "GROUNDING_DECISION_UNSPECIFIED" : Decision not specified.
  • "ACCEPTED_BY_GROUNDING" : Grounding have accepted the answer.
  • "REJECTED_BY_GROUNDING" : Grounding have rejected the answer.

Implementation

core.String? decision;