There are many options to expand on what you've built in the previous modules.
The challenges here are, pick your battle :)
Why not add more channels your customer can use to reach your customer service? Here are some ideas:
-
Facebook Messenger
See guide here on integrating your Lex bot with Facebook Messenger.
-
Slack
See guide here on integrating your Lex bot with Slack
-
Amazon Alexa Skill
See guide here on exporting your Lex bot to an Alexa skill.
-
Kik Messenger
See guide here on integrating your Lex bot with Kik Messenger.
-
Mobile app
Use AWS Mobile Hub to generate an Android/iOS mobile app that integrates with your Lex chatbot.
-
Web app
Refer to these examples to embed a chatbot in your website powered by Amazon Lex:
-
Any Messenging service Refer to this blog post to integrate your Lex bot with any messenging service:
Some ideas:
-
Add a
Hello
intent to greet users and give them guidance on what the bot can help them with. (The bot handler lambda function already has support for this) -
Add a
ListInternationalPlans
intent to allow users to check what international travel plans they already have on their account. (The bot handler lambda function already has support for this) -
Add a
Finish
intent to allow users to signal they are done with the conversation (The bot handler lambda function already has support for this) -
Add an intent to describe in more detail how a particular plan works. (you need to update the lambda function to add support for this)
What do your customers need help with?