public sealed class QualityReport.Types.Issue : IMessage<QualityReport.Types.Issue>, IEquatable<QualityReport.Types.Issue>, IDeepCloneable<QualityReport.Types.Issue>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class QualityReport.Types.Issue.
The issue identified.
Implements
IMessageQualityReportTypesIssue, IEquatableQualityReportTypesIssue, IDeepCloneableQualityReportTypesIssue, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
Issue()
public Issue()Issue(Issue)
public Issue(QualityReport.Types.Issue other)| Parameter | |
|---|---|
| Name | Description |
other |
QualityReportTypesIssue |
Properties
Description
public string Description { get; set; }Optional. Description of the issue found.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OccurrenceCount
public int OccurrenceCount { get; set; }Optional. How many times this issue occurred.
| Property Value | |
|---|---|
| Type | Description |
int |
|
ProposedSolution
public string ProposedSolution { get; set; }Optional. Proposed solution to fix the issue by modifying instructions or tools.
| Property Value | |
|---|---|
| Type | Description |
string |
|