Gemini Enterprise for Customer Experience v1beta API - Class QualityReport.Types.Issue (1.0.0-beta03)

public sealed class QualityReport.Types.Issue : IMessage<QualityReport.Types.Issue>, IEquatable<QualityReport.Types.Issue>, IDeepCloneable<QualityReport.Types.Issue>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class QualityReport.Types.Issue.

The issue identified.

Inheritance

object > QualityReport.Types.Issue

Namespace

Google.Cloud.Ces.V1Beta

Assembly

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