public sealed class Issue : IMessage<Issue>, IEquatable<Issue>, IDeepCloneable<Issue>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class Issue.
The issue resource.
Namespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
Issue()
public Issue()Issue(Issue)
public Issue(Issue other)| Parameter | |
|---|---|
| Name | Description |
other |
Issue |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The time at which this issue was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DisplayDescription
public string DisplayDescription { get; set; }Representative description of the issue.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DisplayName
public string DisplayName { get; set; }The representative name for the issue.
| Property Value | |
|---|---|
| Type | Description |
string |
|
IssueName
public IssueName IssueName { get; set; }| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
SampleUtterances
public RepeatedField<string> SampleUtterances { get; }Output only. Resource names of the sample representative utterances that match to this issue.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The most recent time that this issue was updated.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|