Class GroundingSignals (1.33.0)

GroundingSignals(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Grounding signals.

Attributes

NameDescription
decision google.cloud.dialogflowcx_v3beta1.types.DataStoreConnectionSignals.GroundingSignals.GroundingDecision
Represents the decision of the grounding check.
score google.cloud.dialogflowcx_v3beta1.types.DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket
Grounding score bucket setting.

Classes

GroundingDecision

GroundingDecision(value)

Represents the decision of the grounding check.

Values: GROUNDING_DECISION_UNSPECIFIED (0): Decision not specified. ACCEPTED_BY_GROUNDING (1): Grounding have accepted the answer. REJECTED_BY_GROUNDING (2): Grounding have rejected the answer.

GroundingScoreBucket

GroundingScoreBucket(value)

Grounding score buckets.

Values: GROUNDING_SCORE_BUCKET_UNSPECIFIED (0): Score not specified. VERY_LOW (1): We have very low confidence that the answer is grounded. LOW (3): We have low confidence that the answer is grounded. MEDIUM (4): We have medium confidence that the answer is grounded. HIGH (5): We have high confidence that the answer is grounded. VERY_HIGH (6): We have very high confidence that the answer is grounded.