This server event occurs when a user asked a question using the AI Case deflection component, and chooses to create a support ticket with the Create a ticket button.
This event contains the following fields:
| Field | Description |
|---|---|
context |
The Case deflection component's context. |
generationId |
The query ID of the last triggered completion. |
searchQuery |
An object containing information about the search query. |
terms |
Contains the keywords of the user's query. |
facets |
An object containing information about the search facets. |
key |
The metadata key used as facet. |
type |
Takes one of the following values: VALUE, DATE, RANGE. |
value |
The facet value. |
Example:
{
"context": "Test_RAG",
"generationId": "4e5ae947-acb9-446d-9bfb-4194a789aa43",
"searchQuery": {
"terms": "installation guidelines for iot",
"facets": [
{
"key": "Product",
"values": [
"Cortex XSOAR"
]
}
]
}
}
Since this event originates from the server and not the web application, it is not possible to listen to it.
A table for the most common fields is in Analytics events.