topicClosed
Event Name  | topicClosed  | 
|---|---|
Event Description  | Event is triggered to notify the agent whenever a topic is closed.  | 
Emitter  | Agent Manager  | 
Name  | Description  | Payload Properties  | 
|---|---|---|
task  | type: String Value is topicClosed is this case  | -  | 
conversationId  | type: String ID of the conversation to be closed  | -  | 
statusCode  | type: Numeric Return value 200 in case of topic closure  | -  | 
{
    "task": "topicClosed",
    "conversationId": "97f460f1-42b5-4970-b77b-0985b17e562c",
    "statusCode": 200
}