Google Cloud Contact Center Insights V1 Client - Class SourceType (2.4.1)

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

What created the score.

Protobuf type google.cloud.contactcenterinsights.v1.QaScorecardResult.ScoreSource.SourceType

Namespace

Google \ Cloud \ ContactCenterInsights \ V1 \ QaScorecardResult \ ScoreSource

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SOURCE_TYPE_UNSPECIFIED

Value: 0

Source type is unspecified.

Generated from protobuf enum SOURCE_TYPE_UNSPECIFIED = 0;

SYSTEM_GENERATED_ONLY

Value: 1

Score is derived only from system-generated answers.

Generated from protobuf enum SYSTEM_GENERATED_ONLY = 1;

INCLUDES_MANUAL_EDITS

Value: 2

Score is derived from both system-generated answers, and includes any manual edits if they exist.

Generated from protobuf enum INCLUDES_MANUAL_EDITS = 2;