Contact Center AI Insights v1 API - Class IssueModel (2.3.0)

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

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

The issue model resource.

Inheritance

Object > IssueModel

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

IssueModel()

public IssueModel()

IssueModel(IssueModel)

public IssueModel(IssueModel other)
Parameter
NameDescription
otherIssueModel

Properties

CreateTime

public Timestamp CreateTime { get; set; }

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

Property Value
TypeDescription
Timestamp

DisplayName

public string DisplayName { get; set; }

The representative name for the issue model.

Property Value
TypeDescription
String

InputDataConfig

public IssueModel.Types.InputDataConfig InputDataConfig { get; set; }

Configs for the input data that used to create the issue model.

Property Value
TypeDescription
IssueModel.Types.InputDataConfig

IssueModelName

public IssueModelName IssueModelName { get; set; }

IssueModelName-typed view over the Name resource name property.

Property Value
TypeDescription
IssueModelName

Name

public string Name { get; set; }

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

Property Value
TypeDescription
String

State

public IssueModel.Types.State State { get; set; }

Output only. State of the model.

Property Value
TypeDescription
IssueModel.Types.State

TrainingStats

public IssueModelLabelStats TrainingStats { get; set; }

Output only. Immutable. The issue model's label statistics on its training data.

Property Value
TypeDescription
IssueModelLabelStats

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The most recent time at which the issue model was updated.

Property Value
TypeDescription
Timestamp