- JSON representation
- AiCaseAssistantStatus
- CaseAssistantSummaryData
- CaseAssistantType
- CaseAssistantReasonsData
- CaseAssistantNextStepsData
Case assistant widget.
| JSON representation | 
|---|
| { "state" : enum ( | 
| Fields | |
|---|---|
| state |   Output only. The widget state. | 
| summaryPrediction |   Output only. The summary prediction. | 
| reasonsPrediction |   Output only. The case assistant reasons data. | 
| nextStepsPrediction |   Output only. The case assistant next steps prediction data. | 
| alertsCount |   Output only. The number of alerts in the case. | 
| eventsCount |   Output only. The number of events in the case. | 
| entitiesCount |   Output only. The number of entities in the case. | 
| environment |   Output only. The environment of the case. | 
| modificationTimeUnixTimeInMs |   Output only. The case modification time in milliseconds. | 
| 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. | 
| investigationNotebookId |   Output only. The investigation notebook id. | 
AiCaseAssistantStatus
AI Case assistant widget status.
| Enums | |
|---|---|
| AI_CASE_ASSISTANT_STATUS_UNSPECIFIED | Unspecified AI case assistant widget status. | 
| PENDING_START | AI case assistant widget is pending start. | 
| IN_PROGRESS | AI case assistant widget is in progress. | 
| SUCCESSFUL | AI case assistant widget is successful. | 
| AI_CASE_ASSISTANT_ERROR | AI case assistant widget is error. | 
CaseAssistantSummaryData
Case assistant summary data.
| JSON representation | 
|---|
|  { 
 "caseSummary" 
 : 
 string 
 , 
 "caseSummaryId" 
 : 
 integer 
 , 
 "caseAssistantType" 
 : 
 enum (  | 
| Fields | |
|---|---|
| caseSummary |   Output only. The case summary. | 
| caseSummaryId |   Output only. The case summary id. | 
| caseAssistantType |   Output only. The case assistant type. | 
CaseAssistantType
Case assistant type.
| Enums | |
|---|---|
| CASE_ASSISTANT_TYPE_UNSPECIFIED | Unspecified case assistant type. | 
| THREAT_SUMMARY | Case assistant type is summary. | 
| RECOMMENDATION_REASONS | Case assistant type is recommendation. | 
| RECOMMENDATION_NEXT_STEPS | Case assistant type is recommendation next steps. | 
CaseAssistantReasonsData
Case assistant reasons data.
| JSON representation | 
|---|
|  { 
 "reasons" 
 : 
 [ 
 string 
 ] 
 , 
 "score" 
 : 
 number 
 , 
 "caseSummaryId" 
 : 
 integer 
 , 
 "caseAssistantType" 
 : 
 enum (  | 
| Fields | |
|---|---|
| reasons[] |   Output only. The case assistant reasons. | 
| score |   Output only. The case assistant score. | 
| caseSummaryId |   Output only. The case summary id. | 
| caseAssistantType |   Output only. The case assistant type. | 
CaseAssistantNextStepsData
Case assistant next steps data.
| JSON representation | 
|---|
|  { 
 "nextSteps" 
 : 
 [ 
 string 
 ] 
 , 
 "caseSummaryId" 
 : 
 integer 
 , 
 "caseAssistantType" 
 : 
 enum (  | 
| Fields | |
|---|---|
| nextSteps[] |   Output only. The case assistant next steps. | 
| caseSummaryId |   Output only. The case summary id. | 
| caseAssistantType |   Output only. The case assistant type. | 

