You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

143 lines
3.7 KiB

{
"cuelist": [
{
"id": 1,
"name": "Q1",
"type": "space",
"description": "Annonce",
"audioFile": "assets/q1.mp3",
"loop": true
},
{
"id": 2,
"name": "Q2",
"type": "headphone",
"description": "Guide for drink",
"auto": true,
"audioFile": "assets/q2.mp3",
"nextcue": 3
},
{
"id": 3,
"name": "Q3",
"description": "Guide for phone",
"type": "headphone",
"auto": false,
"audioFile": "assets/q3.mp3"
},
{
"id": 4,
"name": "Q4",
"type": "phone",
"description": "Guide to call",
"auto": false,
"audioFile": "assets/q4.mp3",
"nextcue": 4.1,
"callback":"numpad"
},
{
"id": 4.1,
"name": "Q4.1",
"type": "phone",
"description": "Guide to construct scene",
"auto": true,
"audioFile": "assets/q4-1.mp3",
"nextcue": 4.2
},
{
"id": 4.2,
"name": "Q4.2",
"type": "chat",
"description": "chat-1 system",
"auto": true,
"nextcue": 4.3,
"callback":"start_conversation"
},
{
"id": 4.3,
"name": "Q4.3",
"type": "user_input",
"description": "chat-1 user",
"auto": true,
"duration": 20,
"nextcue": 4.4
},
{
"id": 4.4,
"name": "Q4.4",
"type": "chat",
"description": "chat-2 system",
"auto": true,
"nextcue": 4.5
},
{
"id": 4.5,
"name": "Q4.5",
"type": "user_input",
"description": "chat-2 user",
"auto": true,
"duration": 20,
"nextcue": 4.6
},
{
"id": 4.6,
"name": "Q4.6",
"type": "chat",
"description": "chat-3 system",
"auto": true,
"nextcue": 4.7
},
{
"id": 4.7,
"name": "Q4.7",
"type": "user_input",
"description": "chat-3 user",
"auto": true,
"duration": 20,
"nextcue": 4.8
},
{
"id": 4.8,
"name": "Q4.8",
"type": "chat",
"description": "chat-3 system",
"auto": true,
"nextcue": 5
},
{
"id": 5,
"name": "Q5",
"type": "phone",
"description": "Guide to call",
"audioFile": "assets/q5.mp3",
"auto": true,
"nextcue": 5.1
},
{
"id": 5.1,
"name": "Q5.1",
"type": "user_input",
"description": "call",
"duration": 60,
"auto": true,
"nextcue": 5.2
},
{
"id": 5.2,
"name": "Q5.2",
"type": "chat",
"description": "summary",
"auto": true,
"nextcue": 6,
"callback":"summary"
},
{
"id": 6,
"name": "Q6",
"type": "space",
"description": "Ending",
"audioFile": "assets/q6.mp3"
}
]
}