Google Cloud Contact Center Insights V1 Client - Class FeedbackLabelType (2.2.0)

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

Possible feedback label types that will be downloaded.

Protobuf type google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.FeedbackLabelType

Namespace

Google \ Cloud \ ContactCenterInsights \ V1 \ BulkDownloadFeedbackLabelsRequest

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

FEEDBACK_LABEL_TYPE_UNSPECIFIED

Value: 0

Unspecified format

Generated from protobuf enum FEEDBACK_LABEL_TYPE_UNSPECIFIED = 0;

QUALITY_AI

Value: 1

Downloaded file will contain all Quality AI labels from the latest scorecard revision.

Generated from protobuf enum QUALITY_AI = 1;

TOPIC_MODELING

Value: 2

Downloaded file will contain only Topic Modeling labels.

Generated from protobuf enum TOPIC_MODELING = 2;