Class GoogleCloudContactcenterinsightsV1AnnotatorSelectorQaConfig
Configuration for the QA feature.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1AnnotatorSelectorQaConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ScorecardList
A manual list of scorecards to score.
Declaration
[JsonProperty("scorecardList")]
public virtual GoogleCloudContactcenterinsightsV1AnnotatorSelectorQaConfigScorecardList ScorecardList { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1AnnotatorSelectorQaConfigScorecardList |