Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse

Response of querying an issue model's statistics.

Inheritance
object
GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX