Class QualityReport
The report describing any identified quality issues in the app.
Implements
Inherited Members
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> |