Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
AI BASED MULTI-LANGUAGE CHATBOT SYSTEM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jathursini perinpanathan
AI BASED MULTI-LANGUAGE CHATBOT SYSTEM
Commits
2ae39d39
Commit
2ae39d39
authored
Apr 27, 2022
by
Jathursini perinpanathan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chatbot
parent
4b8b770b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
84 additions
and
0 deletions
+84
-0
intents.json
intents.json
+84
-0
No files found.
intents.json
0 → 100644
View file @
2ae39d39
{
"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."
]
}
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment