ProblemClassificationsClassificationResult interface
ProblemClassification Classification result object.
Properties
| description | Description of the problem classification result. |
| problem |
Identifier that may be used for support ticket creation. |
| problem |
Identifier that may be used for solution discovery or some other purposes. |
| related |
Related service. |
| service |
Identifier of the service associated with this problem classification result. |
| title | Title of the problem classification result. |
Property Details
description
Description of the problem classification result.
description?: string
Property Value
string
problemClassificationId
Identifier that may be used for support ticket creation.
problemClassificationId?: string
Property Value
string
problemId
Identifier that may be used for solution discovery or some other purposes.
problemId?: string
Property Value
string
relatedService
serviceId
Identifier of the service associated with this problem classification result.
serviceId?: string
Property Value
string
title
Title of the problem classification result.
title?: string
Property Value
string