-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add welcome page and quick replies #32
Conversation
geekyme
commented
Nov 2, 2020
•
edited
Loading
edited
bots/faq_bot.py
Outdated
WELCOME_QUICK_REPLIES = ["What's gold card?", | ||
"How's the rent?", "Tax in taiwan"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's gold card? > Gold Card?
Tax in taiwan> Tax in Taiwan?
bots/faq_bot.py
Outdated
@@ -13,6 +13,9 @@ | |||
SESSION_TIMEOUT_SECONDS = 300 | |||
UNKNOWN_ANSWER = "Sorry, I can't help with that yet. Try to ask another question!" | |||
UNKNOWN_THRESHOLD = 0.5 | |||
DEFAULT_WELCOME_MESSAGE = "Greetings! I'm the taiwan chat bot! You may ask me anything about taiwan and I'll do my best to answer your questions 🧙 For starters, you may select a question from below 👇" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DEFAULT_WELCOME_MESSAGE = "Greetings! Taiwan chat bot! You may ask me anything about Taiwan and I'll do my best to answer your questions 🧙 For starters, you may select a question from below 👇"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol this sounds funny -> "Greetings! Taiwan chat bot!" The bot is calling his own name. I think i'll just drop "Taiwan chat bot" here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!