voicekkk / intents.json
prasanth345's picture
Create intents.json
7cad251 verified
raw
history blame contribute delete
558 Bytes
{
"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!"]
}
]
}