mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboExperiments.git
synced 2026-06-16 19:36:15 +00:00
54 lines
1.0 KiB
JSON
54 lines
1.0 KiB
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
}
|