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
1{
2 "type": "ack",
3 "msgid": "1cvh3MNHh1xrJaHmnitqA1",
4 "data": [
5 {
6 "text": "Hi there and welcome!",
7 "verb": "say"
8 }
9 ]
10}