Google Cloud Contact Center Insights V1 Client - Class CorrectnessLevel (1.9.4)

Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class CorrectnessLevel.

The correctness level of an answer.

Protobuf type google.cloud.contactcenterinsights.v1.AnswerFeedback.CorrectnessLevel

Namespace

Google \ Cloud \ ContactCenterInsights \ V1 \ 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;

FULLY_CORRECT

Value: 3

Answer is fully correct.

Generated from protobuf enum FULLY_CORRECT = 3;