Skip to content

Create Conversation Handler



wss conversation_handler_create

The conversation_handler_create request registers the schema for the specified chat in the system.

NameTypeDescription
contentstringHandler logic in string form
cidstringConverstaion ID
{
"id": "RequestId",
"success": true
}
{
"request": {
"conversation_handler_create": {
"content": "...",
"cid": "507f1f77bcf86cd799439012"
},
"id": "RequestId"
}
}