This web service responds with a list of contexts to trigger an AI Case deflection event on the portal.
| Method | Endpoint |
|---|---|
GET |
|
The AI Case deflection component is a premium feature and requires a subscription. Get in touch with a Fluid Topics representative for more information.
Response body
The following example shows a JSON response body for this web service:
{
"results": [
"Context 1",
"Context 2"
]
}
| Field | Type | Description |
|---|---|---|
results |
Array | The list of case deflection contexts. |
| Return code | Description |
|---|---|
200 OK |
Returns results. |