2026-04-12 08:31:33 -05:00
|
|
|
{
|
|
|
|
|
"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"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-04-24 06:55:15 -05:00
|
|
|
"expectedReplyTypes": []
|
2026-04-12 08:31:33 -05:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"text": {
|
|
|
|
|
"type": "CONTEXT",
|
|
|
|
|
"transID": "fixture-trans-audio-chat",
|
|
|
|
|
"data": {
|
|
|
|
|
"audioTranscriptHint": "hello from buffered audio"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-04-24 06:55:15 -05:00
|
|
|
"expectedReplyTypes": []
|
2026-04-12 08:31:33 -05:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"binary": [1, 2, 3],
|
2026-04-23 07:13:24 -05:00
|
|
|
"expectedReplyTypes": []
|
2026-04-12 08:31:33 -05:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"binary": [4, 5, 6, 7],
|
2026-04-23 07:13:24 -05:00
|
|
|
"expectedReplyTypes": []
|
2026-04-12 08:31:33 -05:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"text": {
|
|
|
|
|
"type": "CLIENT_ASR",
|
|
|
|
|
"transID": "fixture-trans-audio-chat",
|
|
|
|
|
"data": { }
|
|
|
|
|
},
|
|
|
|
|
"expectedReplyTypes": [
|
|
|
|
|
"LISTEN",
|
|
|
|
|
"EOS",
|
|
|
|
|
"SKILL_ACTION"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|