Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1QaQuestionTuningMetadata

Metadata about the tuning operation for the question. Will only be set if a scorecard containing this question has been tuned.

Inheritance
object
GoogleCloudContactcenterinsightsV1QaQuestionTuningMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX