

Here we have a Prompt ‘What is your Name?’ And the Prompt would be a question asked by bot to get the customer name and store this name to the Name parameter in slot. In this example, the input parameter the bot needs in to fulfill the informational query by addressing customer using customer name.īecause there is a built-in slot for names, we will leverage it for this intent and configure a slot Name with built-in type AMAZON.GB.FIRST_NAME. Adding two sample utterances to the intent ‘Hi’ and ‘Hello’.Ĭonfigure Slots: Slots are parameters we define to capture inputs from our customers. Fill all the details given below in the screenshot and click Create.Ĭreate the intent: Let’s create our intent ‘Hello’ in the Lex bot.Ĭonfigure sample utterances: By providing sample utterances for a given intent, you can teach Amazon Lex different ways a user might convey an intent. Would be used to handle information queries coming from customers and answer some of the customer’s questionsĬhecking the requirement to apply a loan, tracking their loan status and required documents to apply for personalĬreate a Lex bot: Use the Lex Console to create a bot named “Loan Status”. Build and Test “Loan Status” chatbot: In this module, we will build a chatbot “Loan Status” in Lex which We Leverage Lex’s integration with AWS Lambda to execute and validate logic or data processing on the backend.īuilding Chatbots using Amazon Lex: In this blog, we will be creating two chatbots “Loan Status” and “Banking Services”.ġ. As a fully managed service, Amazon Lex scales automatically, so you don’t need to worry about managing Lex enables you to quickly & easily build chatbots with highly engaging user experiences and lifelike conversational (ASR) for converting speech to text, and natural language understanding (NLU) to recognize the intent of the text. What is Amazon Lex Bot? Amazon Lex is a fully managed service for building conversational interfaces into anyĪpplication using voice and text which provides the advanced deep learning functionalities of automatic speech recognition Chatbot understands what you are trying to imply and replies with a relevant message or directly completes the desired task for you. What is Chatbot Technology? Chatbot is a service or tool that you can communicate with via chat interface. Let’s take a look at the Chatbot Technology and AWS Service used in this blog: Overview: In this blog, I will walk you through the whole process of making chatbots using Amazon Lex and Lambda function. Deep Dive into building Chatbots using Amazon Lex
