Case recommendations widget.
JSON representation |
---|
{ "similarCases" : [ { object ( |
Fields | |
---|---|
similarCases[]
|
Output only. The similar cases. |
relevantAnalysts[]
|
Output only. The relevant analysts. |
relevantTags[]
|
Output only. The relevant tags. |
title
|
Output only. The widget title. |
order
|
Output only. The widget order. |
type
|
Output only. The widget template type. |
gridColumns
|
Output only. The widget template grid columns. |
description
|
Output only. The widget description. |
identifier
|
Output only. The widget identifier. |
jsonData
|
Output only. The widget json data. |
errorJsonData
|
Output only. The widget error json data. |
resultStatus
|
Output only. The widget result status. |
SimilarCase
The similar case.
JSON representation |
---|
{ "id" : integer , "title" : string , "similarCaseRescordOutcomeStatus" : enum ( |
Fields | |
---|---|
id
|
Output only. The similar case id. |
title
|
Output only. The similar case title. |
similarCaseRescordOutcomeStatus
|
Output only. The similar case outcome status. |
priority
|
Output only. The similar case priority. |
creationTimeUnixTimeInMs
|
Output only. The similar case creation time in milliseconds. |
scorePercent
|
Output only. The similar case score percent. |
isClosed
|
Output only. The similar case closed flag. |
closeRootCause
|
Output only. The similar case root cause. |
closeComment
|
Output only. The similar case close comment. |
SimilarCaseOutcomeStatus
The similar case outcome status.
Enums | |
---|---|
SIMILAR_CASE_OUTCOME_STATUS_UNSPECIFIED
|
Unspecified similar case outcome status. |
OPEN
|
Similar case outcome status is open. |
MALICIOUS
|
Similar case outcome status is malicious. |
NOT_MALICIOUS
|
Similar case outcome status is not malicious. |
MAINTENANCE
|
Similar case outcome status is maintenance. |
AnalystUserDetails
The analyst user details.
JSON representation |
---|
{ "userName" : string , "fullName" : string } |
Fields | |
---|---|
userName
|
Output only. The user name. |
fullName
|
Output only. The full name. |