Class QualityReportAgentIssues
Issues identified for a single agent.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class QualityReportAgentIssues : IDirectResponseSchema
Properties
Agent
Optional. The name of the agent to which the issues are related. Format:
projects/{project}/locations/{location}/apps/{app}/agents/{agent}
Declaration
[JsonProperty("agent")]
public virtual string Agent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Issues
Optional. List of issues found for this agent.
Declaration
[JsonProperty("issues")]
public virtual IList<QualityReportIssue> Issues { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<QualityReportIssue> |