Contact Center AI Insights v1 API - Class Issue (2.14.0)

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

Reference documentation and code samples for the Contact Center AI Insights v1 API class Issue.

The issue resource.

Inheritance

object > Issue

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

Issue()

public Issue()

Issue(Issue)

public Issue(Issue other)
Parameter
NameDescription
otherIssue

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time at which this issue was created.

Property Value
TypeDescription
Timestamp

DisplayName

public string DisplayName { get; set; }

The representative name for the issue.

Property Value
TypeDescription
string

IssueName

public IssueName IssueName { get; set; }

IssueName-typed view over the Name resource name property.

Property Value
TypeDescription
IssueName

Name

public string Name { get; set; }

Immutable. The resource name of the issue. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}

Property Value
TypeDescription
string

SampleUtterances

public RepeatedField<string> SampleUtterances { get; }

Output only. Resource names of the sample representative utterances that match to this issue.

Property Value
TypeDescription
RepeatedFieldstring

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The most recent time that this issue was updated.

Property Value
TypeDescription
Timestamp