Google Cloud Dialogflow Cx V3 Client - Class GroundingDecision (0.4.0)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class GroundingDecision.

Represents the decision of the grounding check.

Protobuf type google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.GroundingSignals.GroundingDecision

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3 \ DataStoreConnectionSignals \ GroundingSignals

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

GROUNDING_DECISION_UNSPECIFIED

Value: 0

Decision not specified.

Generated from protobuf enum GROUNDING_DECISION_UNSPECIFIED = 0;

ACCEPTED_BY_GROUNDING

Value: 1

Grounding have accepted the answer.

Generated from protobuf enum ACCEPTED_BY_GROUNDING = 1;

REJECTED_BY_GROUNDING

Value: 2

Grounding have rejected the answer.

Generated from protobuf enum REJECTED_BY_GROUNDING = 2;