Spaces:
Runtime error
Runtime error
{ | |
"intents": [ | |
{ | |
"tag": "greeting", | |
"patterns": ["hello", "hi", "good morning", "good evening"], | |
"responses": ["Hello! How can I assist you with your hotel booking today?"] | |
}, | |
{ | |
"tag": "book_room", | |
"patterns": ["I want to book a room", "Can I book a hotel room?", "Room booking"], | |
"responses": ["Sure! What type of room would you like to book?"] | |
}, | |
{ | |
"tag": "thanks", | |
"patterns": ["thank you", "thanks", "that's all"], | |
"responses": ["You're welcome! Have a great day!"] | |
} | |
] | |
} | |