Contact Center AI Insights v1 API - Enum DatasetValidationWarning (2.18.0)

public enum DatasetValidationWarning

Reference documentation and code samples for the Contact Center AI Insights v1 API enum DatasetValidationWarning.

Enum for the different types of issues a tuning dataset can have. These warnings are currentlyraised when trying to validate a dataset for tuning a scorecard.

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Fields

Name Description
AllFeedbackLabelsHaveTheSameAnswer

All the labels in the dataset come from a single answer choice.

InsufficientFeedbackLabels

The quantity of valid feedback labels provided is less than the recommended minimum.

InsufficientFeedbackLabelsPerAnswer

One or more of the answers have less than the recommended minimum of feedback labels.

TooManyInvalidFeedbackLabels

A non-trivial percentage of the feedback labels are invalid.

Unspecified

Unspecified data validation warning.