Spaces:
Sleeping
Sleeping
{ | |
"intents": [ | |
{ | |
"tag": "0", | |
"patterns": [ | |
"Hi", "Hello", "Hey", "How are you?", "Good morning", "Good evening", | |
"Hi there", "Hello there", "Hey there", "What's up?", "How's it going?" | |
], | |
"responses": [ | |
"Hello!", "Hi there, how can I assist you today?", "Greetings! How can I help?", | |
"Hi! What can I do for you?", "Hello, how are you?", "Hey! What can I help with?" | |
], | |
"context": [""] | |
}, | |
{ | |
"tag": "1", | |
"patterns": [ | |
"Bye", "Goodbye", "See you later", "I have to go", "Catch you later", | |
"Talk to you later", "I'm leaving", "Farewell", "Until next time" | |
], | |
"responses": [ | |
"Goodbye! Have a great day!", "See you later!", "Take care!", | |
"Bye! Have a nice day!", "Catch you later!", "Goodbye, stay safe!" | |
], | |
"context": [""] | |
}, | |
{ | |
"tag": "2", | |
"patterns": [ | |
"Thanks", "Thank you", "That's helpful", "Thank you so much", | |
"I appreciate it", "Many thanks", "Thanks a lot", "Thanks a bunch" | |
], | |
"responses": [ | |
"You're welcome!", "Happy to help!", "Anytime!", | |
"No problem!", "Glad to be of assistance!", "You're very welcome!" | |
], | |
"context": [""] | |
}, | |
{ | |
"tag": "3", | |
"patterns": [ | |
"Yes", "Sure", "Absolutely", "Of course", "Definitely", | |
"That's right", "You bet", "Indeed", "Correct", "Affirmative" | |
], | |
"responses": [ | |
"Great!", "Good to hear!", "Okay, let's proceed.", | |
"Awesome!", "Fantastic!", "Sounds good!" | |
], | |
"context": [""] | |
}, | |
{ | |
"tag": "4", | |
"patterns": [ | |
"No", "Nope", "Not really", "I don't think so", "Nah", | |
"Not at all", "I don't agree", "Negative" | |
], | |
"responses": [ | |
"Okay, no problem.", "Alright, let me know if you need anything else.", | |
"Understood, feel free to ask if you need anything.", "Got it. Let me know if you need further assistance." | |
], | |
"context": [""] | |
}, | |
{ | |
"tag": "5", | |
"patterns": [ | |
"Can you help me?", "I need assistance", "Help me please", "Could you assist me?", "I need help with something", | |
"I require help", "Please assist", "I need support" | |
], | |
"responses": [ | |
"Sure, I'm here to help. What do you need assistance with?", "Of course, what do you need help with?", | |
"I'm happy to assist. Please tell me more.", "Certainly! How can I help you?", "Absolutely, what do you need?" | |
], | |
"context": [""] | |
}, | |
{ | |
"tag": "6", | |
"patterns": [ | |
"What's the weather like?", "Tell me the weather", "Is it going to rain today?", "What's the forecast?", "Will it be sunny today?", | |
"What's the temperature?", "How's the weather?", "Is it cold outside?" | |
], | |
"responses": [ | |
"I'm sorry, but I cannot provide real-time weather information. You can check the weather using your local weather service.", | |
"I can't provide weather updates. Please check your weather app or website.", | |
"Unfortunately, I don't have weather information. Try using a weather service for accurate details." | |
], | |
"context": [""] | |
}, | |
{ | |
"tag": "7", | |
"patterns": [ | |
"I'm not sure", "I don't know", "What do you mean?", "Explain that to me", "Can you elaborate?", | |
"I'm confused", "Can you clarify?", "What do you mean by that?" | |
], | |
"responses": [ | |
"I'm not sure what you mean. Could you please rephrase?", "I'm sorry, I don't understand. Can you clarify?", | |
"Could you provide more details so I can help better?", "Please provide more information so I can assist you.", | |
"I'm not clear on that. Could you explain further?" | |
], | |
"context": [""] | |
} | |
] | |
} | |