Notification Parameters
Status Message

timeout.seconds (optional) (Default : 10) Status message will disappear after x seconds
webchat_control_event.params.status_message ( text / markdown / html )
Notification Parameters

timeout.seconds (optional) (Default : 10) Status message will disappear after x seconds
webchat_control_event.params.status_message ( text / markdown / html )
{
"webchat": {
"sessionuuid": "~~stub.data.heimdall.webchat.sessionuuid",
"webchat_control_event": {
"action": "_stubber_webchat_status_message",
"params": {
"status_message": "Please wait",
"timeout": {
"seconds": 10
}
}
},
}
}