minhvtt commited on
Commit
3455280
·
verified ·
1 Parent(s): ffb5f88

Delete scenarios/mini_survey_lead.json

Browse files
Files changed (1) hide show
  1. scenarios/mini_survey_lead.json +0 -37
scenarios/mini_survey_lead.json DELETED
@@ -1,37 +0,0 @@
1
- {
2
- "scenario_id": "mini_survey_lead",
3
- "name": "Mini survey thu lead",
4
- "description": "Kịch bản khảo sát 3 câu hỏi để thu email nhẹ nhàng",
5
- "triggers": ["survey", "khảo sát", "quiz"],
6
- "steps": [
7
- {
8
- "id": 1,
9
- "bot_message": "Đi event kiểu gì hợp vibe bạn nhất nè? 😆 (Chọn 1)\n• Chill\n• Sôi động\n• Hài\n• Học hỏi",
10
- "expected_input_type": "choice",
11
- "save_data": {"preference": "{user_choice}"},
12
- "next_step": 2
13
- },
14
- {
15
- "id": 2,
16
- "bot_message": "Bạn thường đi event: 1 mình – bạn thân – nhóm?",
17
- "expected_input_type": "choice",
18
- "save_data": {"group_type": "{user_choice}"},
19
- "next_step": 3
20
- },
21
- {
22
- "id": 3,
23
- "bot_message": "Bạn thích mức giá nào để thoải mái nhất? (<500k / 500–1tr / >1tr)",
24
- "expected_input_type": "choice",
25
- "save_data": {"budget": "{user_choice}"},
26
- "next_step": 4
27
- },
28
- {
29
- "id": 4,
30
- "bot_message": "Doneee! 🎉 Mình có sự kiện này 'Gợi ý sự kiện hợp vibe 2025' tổng hợp theo câu trả lời của bạn. Gửi email để nhận nhé?",
31
- "expected_input_type": "email",
32
- "validation": "email",
33
- "action": "send_survey_pdf",
34
- "next_step": 5
35
- }
36
- ]
37
- }