Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class CorrectnessLevel.
The correctness level of an answer.
Protobuf type google.cloud.dialogflow.v2.AnswerFeedback.CorrectnessLevel
Namespace
Google \ Cloud \ Dialogflow \ V2 \ AnswerFeedbackMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CORRECTNESS_LEVEL_UNSPECIFIED
Value: 0
Correctness level unspecified.
Generated from protobuf enum CORRECTNESS_LEVEL_UNSPECIFIED = 0;
NOT_CORRECT
Value: 1
Answer is totally wrong.
Generated from protobuf enum NOT_CORRECT = 1;
PARTIALLY_CORRECT
Value: 2
Answer is partially correct.
Generated from protobuf enum PARTIALLY_CORRECT = 2;
FULLY_CORRECT
Value: 3
Answer is fully correct.
Generated from protobuf enum FULLY_CORRECT = 3;