Interface protos.google.cloud.contactcenterinsights.v1.IIssueModel (1.5.0)

Properties of an IssueModel.

Package

@google-cloud/contact-center-insights!

Properties

createTime

createTime?: (google.protobuf.ITimestamp|null);

IssueModel createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

displayName

displayName?: (string|null);

IssueModel displayName

Property Value
TypeDescription
(string|null)

inputDataConfig

inputDataConfig?: (google.cloud.contactcenterinsights.v1.IssueModel.IInputDataConfig|null);

IssueModel inputDataConfig

Property Value
TypeDescription
(google.cloud.contactcenterinsights.v1.IssueModel.IInputDataConfig|null)

name

name?: (string|null);

IssueModel name

Property Value
TypeDescription
(string|null)

state

state?: (google.cloud.contactcenterinsights.v1.IssueModel.State|keyof typeof google.cloud.contactcenterinsights.v1.IssueModel.State|null);

IssueModel state

Property Value
TypeDescription
(google.cloud.contactcenterinsights.v1.IssueModel.State|keyof typeof google.cloud.contactcenterinsights.v1.IssueModel.State|null)

trainingStats

trainingStats?: (google.cloud.contactcenterinsights.v1.IIssueModelLabelStats|null);

IssueModel trainingStats

Property Value
TypeDescription
(google.cloud.contactcenterinsights.v1.IIssueModelLabelStats|null)

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

IssueModel updateTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)