Creating An Amazon Chatbot!
Here we will create a customer service chatbot for a “FinTech” company using Amazon Lex. After I’ve created the chatbot I will integrate it into Amazon Connect to create a call center workflow.
Create the Bot
We will then create the initiating input. These are called utterances and they will prompt the proper response from the chatbot.
We have to input the responses that automate after input from the user. Within the creation of each slot we can determine how to order the steps of the conversation.
Once this has been setup and the proper prompt-response slots have been created, we can now interact with the chatbot.
Now we have a conversation!
Next, we need to envoke a lambda function to be able to make the chatbot more dynamic in regards to correct/incorrect input.