Script
[
{
"content": "Welcome to Galactic Getaways! 🚀 Ready to escape Earth’s gravity?",
"delay": 2000
},
{
"content": "What’s your name, future Martian?",
"variable": "userName",
"delayAfterAnswer": 1000,
"meta": {
"header": "Please enter your name.",
"answerType": "text"
}
},
{
"content": "Great, {{userName}}! How many tickets to Mars do you need?",
"variable": "ticketCount",
"delayAfterAnswer": 1000,
"meta": {
"header": "Number of Tickets",
"answerType": "choice",
"choices": [
{
"label": "Just one, I’m a lone star!",
"value": "1"
},
{
"label": "Two to tango on Mars.",
"value": "2"
},
{
"label": "A family pack, the more the merrier!",
"value": "3+"
}
]
}
},
{
"content": "Do you prefer a window seat to gaze at the stars, or an aisle seat to stretch your space legs?",
"variable": "seatPreference",
"delayAfterAnswer": 1000,
"meta": {
"header": "Seat Preference",
"answerType": "choice",
"choices": [
{
"label": "Window Seat",
"value": "window"
},
{
"label": "Aisle Seat",
"value": "aisle"
}
]
}
},
{
"content": "Any dietary preferences for your in-flight meal? Martian cuisine is quite exotic!",
"variable": "mealPreference",
"delayAfterAnswer": 1000,
"meta": {
"header": "Meal Preference",
"answerType": "choice",
"choices": [
{
"label": "Galactic Gumbo",
"value": "gumbo"
},
{
"label": "Saturn Rings Salad",
"value": "salad"
},
{
"label": "Asteroid Ice Cream",
"value": "ice-cream"
},
{
"label": "I’ll eat anything!",
"value": "anything"
}
]
}
},
{
"content": "Ready to launch! Just processing your payment through our interstellar banking system...",
"delay": 3000
},
{
"content": "All set! 🎉 Your rocket to Mars departs next Tuesday. Pack your space suit and adventurous spirit!",
"delay": 2000
},
{
"content": "Thanks for choosing Galactic Getaways. See you on Mars!",
"delay": 0
}
]