Module: Google::Cloud::ContactCenterInsights::V1::AnswerFeedback::CorrectnessLevel
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.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