Class GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse
Response of querying an issue model's statistics.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse : IDirectResponseSchema
Properties
CurrentStats
The latest label statistics for the queried issue model. Includes results on both training data and data labeled after deployment.
Declaration
[JsonProperty("currentStats")]
public virtual GoogleCloudContactcenterinsightsV1IssueModelLabelStats CurrentStats { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1IssueModelLabelStats |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |