Commit 26ac4ea2 authored by Mohamed Naseef's avatar Mohamed Naseef

Upload New File

parent 65b2cd87
{
"intents": [
{
"tag": "greeting",
"patterns": [
"Hi",
"Hey",
"How are you",
"Is anyone there?",
"Hello",
"Good day"
],
"responses": [
"Hey :-)",
"water level now oky",
"Hi there, you need anytank water information?",
"what about water information you need?"
]
},
{
"tag": "goodbye",
"patterns": ["Bye", "See you later", "Goodbye"],
"responses": [
"See you later, thanks for visiting",
"Have a nice day",
"Bye! Come back again soon."
]
},
{
"tag": "thanks",
"patterns": ["Thanks", "Thank you", "That's helpful", "Thank's a lot!"],
"responses": ["Happy to help!", "Any time!", "My pleasure"]
},
{
"tag": "items",
"patterns": [
"Which items do you have?",
"What kinds of items are there?",
"What do you sell?"
],
"responses": [
"We sell coffee and tea",
"We have coffee and tea"
]
},
{
"tag": "water",
"patterns": [
"whats is water?",
"what?",
"hi?",
"Are?"
],
"responses": [
"higt water level",
"up area rain fals hight"
]
},
{
"tag": "delivery",
"patterns": [
"How long does delivery take?",
"How long does shipping take?",
"When do I get my delivery?"
],
"responses": [
"water level low",
"up area train falls low"
]
},
{
"tag": "funny",
"patterns": [
"water level hight?",
"Tell me something funny!",
"which information u need?"
],
"responses": [
"which area affect? tank full",
"What did the buffalo say when his son left for college? Bison."
]
}
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment