Insights widget.
JSON representation |
---|
{ "insights" : [ { object ( |
Fields | |
---|---|
insights[]
|
Output only. The insights to display. |
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. |
CaseInsight
Case insight.
JSON representation |
---|
{ "alertIdentifier" : string , "caseId" : integer , "triggeredBy" : string , "title" : string , "content" : string , "entity" : { object ( |
Fields | |
---|---|
alertIdentifier
|
Output only. The alert identifier. |
caseId
|
Output only. The case id. |
triggeredBy
|
Output only. The triggered by. |
title
|
Output only. The insight title. |
content
|
Output only. The insight content. |
entity
|
Output only. The entity associated with the insight. |
severity
|
Optional. Case insight severity. |
type
|
Optional. Case insight type. |
additionalDataType
|
Optional. Case additional data insight type. |
additionalData
|
Optional. Case Insight additional data. |
additionalDataTitle
|
Optional. Case Insight additional data. |
creatorUserName
|
Output only. The creator user name. |