ack

websocket server => jambonz

An ack message is sent by the websocket server to jambonz in response to a session:new or verb:hook message. The ack message may optionally contain a payload of new instructions for jambonz to execute.

propertytypemeaningrequired
typestring “ack”indicates this is an ack messageyes
msgidstringreferences the message this is in reply toyes
dataarrayarray of jambonz verbs to executeno
{
"type": "ack",
"msgid": "1cvh3MNHh1xrJaHmnitqA1",
"data": [
{
"text": "Hi there and welcome!",
"verb": "say"
}
]
}