public sealed class QualityReport : IMessage<QualityReport>, IEquatable<QualityReport>, IDeepCloneable<QualityReport>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class QualityReport.
The report describing any identified quality issues in the app.
Implements
IMessageQualityReport, IEquatableQualityReport, IDeepCloneableQualityReport, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
QualityReport()
public QualityReport()QualityReport(QualityReport)
public QualityReport(QualityReport other)| Parameter | |
|---|---|
| Name | Description |
other |
QualityReport |
Properties
EvaluationRuns
public RepeatedField<string> EvaluationRuns { get; }Optional. A list of evaluation runs used to generate the quality report.
Format:
projects/{project}/locations/{location}/evaluationRuns/{evaluationRun}.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
GeneralIssues
public RepeatedField<QualityReport.Types.Issue> GeneralIssues { get; }Optional. General issues not specific to any agent.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldQualityReportTypesIssue |
|
Issues
public RepeatedField<QualityReport.Types.AgentIssues> Issues { get; }Optional. The issues grouped by agent.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldQualityReportTypesAgentIssues |
|