Properties of an IssueModel.
Package
@google-cloud/contact-center-insights!Properties
createTime
createTime?: (google.protobuf.ITimestamp|null);
IssueModel createTime
Type | Description |
(google.protobuf.ITimestamp|null) |
displayName
displayName?: (string|null);
IssueModel displayName
Type | Description |
(string|null) |
name
name?: (string|null);
IssueModel name
Type | Description |
(string|null) |
state
state?: (google.cloud.contactcenterinsights.v1.IssueModel.State|keyof typeof google.cloud.contactcenterinsights.v1.IssueModel.State|null);
IssueModel state
Type | Description |
(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
Type | Description |
(google.cloud.contactcenterinsights.v1.IIssueModelLabelStats|null) |
updateTime
updateTime?: (google.protobuf.ITimestamp|null);
IssueModel updateTime
Type | Description |
(google.protobuf.ITimestamp|null) |