{ "intents": [ { "tag": "greeting", "patterns": ["Hi", "Hey", "Is anyone there?", "Hi there", "Hello", "Hey there", "Howdy", "Hola", "Bonjour", "Konnichiwa", "Guten tag", "Ola"], "responses": ["Hello there. Tell me how are you feeling today?", "Hi there. What brings you here today?", "Hi there. How are you feeling today?", "Great to see you. How do you feel currently?", "Hello there. Glad to see you're back. What's going on in your world right now?"] }, { "tag": "morning", "patterns": ["Good morning"], "responses": ["Good morning. I hope you had a good night's sleep. How are you feeling today?"] }, { "tag": "afternoon", "patterns": ["Good afternoon"], "responses": ["Good afternoon. How is your day going?"] }, { "tag": "evening", "patterns": ["Good evening"], "responses": ["Good evening. How has your day been?"] }, { "tag": "night", "patterns": ["Good night"], "responses": ["Good night. Get some proper sleep", "Good night. Sweet dreams."] }, { "tag": "goodbye", "patterns": ["Bye", "See you later", "Goodbye", "Au revoir", "Sayonara", "ok bye", "Bye then", "Fare thee well"], "responses": ["See you later.", "Have a nice day.", "Bye! Come back again.", "I'll see you soon."] }, { "tag": "thanks", "patterns": ["Thanks", "Thank you", "That's helpful", "Thanks for the help", "Than you very much"], "responses": ["Happy to help!", "Any time!", "My pleasure", "You're most welcome!"] }, { "tag": "no-response", "patterns": [""], "responses": ["Sorry, I didn't understand you.", "Please go on.", "Not sure I understand that.", "Please don't hesitate to talk to me."] }, { "tag": "neutral-response", "patterns": ["nothing much"], "responses": ["Oh I see. Do you want to talk about something?"] }, { "tag": "about", "patterns": ["Who are you?", "What are you?", "Who you are?", "Tell me more about yourself.", "What is your name?", "What should I call you?", "What's your name?", "Tell me about yourself"], "responses": ["I'm Pandora, your Personal Therapeutic AI Assistant. How are you feeling today", "I'm Pandora, a Therapeutic AI Assitant designed to assist you. Tell me about yourself.", "I'm Pandora. I am a conversational agent designed to mimic a therapist. So how are you feeling today?", "You can call me Pandora.", "I'm Pandora!", "Call me Pandora"] }, { "tag": "skill", "patterns": ["What can you do?"], "responses": ["I can provide general advice regarding anxiety and depression, answer questions related to mental health and make daily conversations. Do not consider me as a subsitute for an actual mental healthcare worker. Please seek help if you don't feel satisfied with me."] }, { "command": "tell me a joke", "intent": "tellJoke" }, { "command": "what's the weather today?", "intent": "getWeatherLocal" }, { "command": "weather", "intent": "getWeatherOnline" }, { "command": "play music", "intent": "playMusic" }, { "command": "add owner", "intent": "addOwner" }, { "command": "remove owner", "intent": "removeOwner" }, { "command": "change manager name", "intent": "changeManagerName" }, { "command": "change admin pin", "intent": "changeAdminPin" }, { "command": "turn off", "intent": "turnOff" }, { "command": "google search", "intent": "searchGoogle" }, { "command": "who are you?", "intent": "offlineAssistantInfo" } ] }