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.

147 lines
3.8 KiB

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