{ "name": "neo-hub multichunk audio chat flow", "session": { "hostName": "neo-hub.jibo.com", "path": "/listen", "kind": "neo-hub-listen", "token": "fixture-audio-chat-token" }, "steps": [ { "text": { "type": "LISTEN", "transID": "fixture-trans-audio-chat", "data": { "rules": [ "wake-word" ] } }, "expectedReplyTypes": [] }, { "text": { "type": "CONTEXT", "transID": "fixture-trans-audio-chat", "data": { "audioTranscriptHint": "hello from buffered audio" } }, "expectedReplyTypes": [] }, { "binary": [1, 2, 3], "expectedReplyTypes": [] }, { "binary": [4, 5, 6, 7], "expectedReplyTypes": [] }, { "text": { "type": "CLIENT_ASR", "transID": "fixture-trans-audio-chat", "data": { } }, "expectedReplyTypes": [ "LISTEN", "EOS", "SKILL_ACTION" ] } ] }