Skip to content

Latest commit

 

History

History

10_ExtraCredit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Extra credit

There are many options to expand on what you've built in the previous modules.

The challenges here are, pick your battle :)

Challenge 1: integrate the bot with other messaging platforms

Why not add more channels your customer can use to reach your customer service? Here are some ideas:

Challenge 2: make the bot support additional intents

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)

Challenge 3: build a bot for your own customer service use case

What do your customers need help with?