Advertisement
Guest User

Untitled

a guest
Mar 1st, 2022
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.89 KB | None | 0 0
  1. {"intents": [
  2.     {"tag": "greeting",
  3.      "patterns": ["Hi", "Hey", "Is anyone there?", "Hello", "Hay"],
  4.      "responses": ["Hello", "Hi", "Hi there"]
  5.     },
  6.     {"tag": "goodbye",
  7.      "patterns": ["Bye", "See you later", "Goodbye"],
  8.      "responses": ["See you later", "Have a nice day", "Bye! Come back again"]
  9.     },
  10.     {"tag": "thanks",
  11.      "patterns": ["Thanks", "Thank you", "That's helpful", "Thanks for the help"],
  12.      "responses": ["Happy to help!", "Any time!", "My pleasure", "You're most welcome!"]
  13.     },
  14.     {"tag": "about",
  15.      "patterns": ["Who are you?", "What are you?", "Who you are?" ],
  16.      "responses": ["I'm Joana, your bot assistant", "I'm Joana, an Artificial Intelligent bot"]
  17.     },
  18.     {"tag": "name",
  19.     "patterns": ["what is your name", "what should I call you", "whats your name?"],
  20.     "responses": ["You can call me Joana.", "I'm Joana!", "Just call me as Joana"]
  21.     },
  22.     {"tag": "help",
  23.     "patterns": ["Could you help me?", "give me a hand please", "Can you help?", "What can you do for me?", "I need a support", "I need help", "support me please"],
  24.     "responses": ["Tell me how can assist you", "Tell me your problem to assist you", "Yes Sure, How can I support you"]
  25.     },
  26.     {"tag": "createaccount",
  27.     "patterns": ["I need to create a new account", "how to open a new account", "I want to create an account", "can you create an account for me", "how to open a new account"],
  28.     "responses": ["You can just easily create a new account from our web site", "Just go to our web site and follow the guidelines to create a new account"]
  29.     },
  30.     {"tag": "complaint",
  31.     "patterns": ["have a complaint", "I want to raise a complaint", "there is a complaint about a service"],
  32.     "responses": ["Please provide us your complaint in order to assist you", "Please mention your complaint, we will reach you and sorry for any inconvenience caused"]
  33.     }
  34. ]
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement