Module: Google::Cloud::Dialogflow::V2::AnswerFeedback::CorrectnessLevel
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/answer_record.rb
Overview
The correctness level of an answer.
Constant Summary collapse
- CORRECTNESS_LEVEL_UNSPECIFIED =
Correctness level unspecified.
0
- NOT_CORRECT =
Answer is totally wrong.
1
- PARTIALLY_CORRECT =
Answer is partially correct.
2
- FULLY_CORRECT =
Answer is fully correct.
3