Show / Hide Table of Contents

Class QualityReport

The report describing any identified quality issues in the app.

Inheritance
object
QualityReport
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.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class QualityReport : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EvaluationRuns

Optional. A list of evaluation runs used to generate the quality report. Format: projects/{project}/locations/{location}/evaluationRuns/{evaluationRun}.

Declaration
[JsonProperty("evaluationRuns")]
public virtual IList<string> EvaluationRuns { get; set; }
Property Value
Type Description
IList<string>

GeneralIssues

Optional. General issues not specific to any agent.

Declaration
[JsonProperty("generalIssues")]
public virtual IList<QualityReportIssue> GeneralIssues { get; set; }
Property Value
Type Description
IList<QualityReportIssue>

Issues

Optional. The issues grouped by agent.

Declaration
[JsonProperty("issues")]
public virtual IList<QualityReportAgentIssues> Issues { get; set; }
Property Value
Type Description
IList<QualityReportAgentIssues>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX