Contact Center AI Insights v1 API - Class IssueModel (2.14.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
IssueModelTypesInputDataConfig

IssueCount

public long IssueCount { get; set; }

Output only. Number of issues in this issue model.

Property Value
TypeDescription
long

IssueModelName

public IssueModelName IssueModelName { get; set; }

IssueModelName-typed view over the Name resource name property.

Property Value
TypeDescription
IssueModelName

LanguageCode

public string LanguageCode { get; set; }

Language of the model.

Property Value
TypeDescription
string

ModelType

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

Type of the model.

Property Value
TypeDescription
IssueModelTypesModelType

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
IssueModelTypesState

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