Class GoogleCloudContactcenterinsightsV1QaQuestionTuningMetadata
Metadata about the tuning operation for the question. Will only be set if a scorecard containing this question has been tuned.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1QaQuestionTuningMetadata : IDirectResponseSchema
Properties
DatasetValidationWarnings
A list of any applicable data validation warnings about the question's feedback labels.
Declaration
[JsonProperty("datasetValidationWarnings")]
public virtual IList<string> DatasetValidationWarnings { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalValidLabelCount
Total number of valid labels provided for the question at the time of tuining.
Declaration
[JsonProperty("totalValidLabelCount")]
public virtual long? TotalValidLabelCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
TuningError
Error status of the tuning operation for the question. Will only be set if the tuning operation failed.
Declaration
[JsonProperty("tuningError")]
public virtual string TuningError { get; set; }
Property Value
Type | Description |
---|---|
string |