Google Cloud Dialogflow V2 Client - Class CorrectnessLevel (2.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ AnswerFeedback
Methods
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;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-18 UTC."],[],[]]