Module: Google::Cloud::Dialogflow::CX::V3::DataStoreConnectionSignals::GroundingSignals::GroundingDecision
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb
Overview
Represents the decision of the grounding check.
Constant Summary collapse
- GROUNDING_DECISION_UNSPECIFIED =
Decision not specified.
0
- ACCEPTED_BY_GROUNDING =
Grounding have accepted the answer.
1
- REJECTED_BY_GROUNDING =
Grounding have rejected the answer.
2