Skip to content

Amazon lex

The ecosystem

Lex gives lot of functionalities out of the box. Lets discuss about each of them one by one.

Note

for detailed explaination check the "Amazon Lex tutorial by iNeuron" on the Reference page of the docs.

1. Lex console-

lexDash


2. Create bot-

lexDash


3. Bot dashboard-

lexDash


4. Create intent-

lexDash


5. Response cards and messages-

lexDash


6. Create lot of possible Qs for an intent-

lexDash


7. Create slots to extract entity-

lexDash


8. Create a lambda function as per requirement

lexDash


9. Use Lambds function to connect with extenal API-

lexDash


10. Test your lambda function output by creating tests-

lexDash


11. Multiple response msgs or utterances

lexDash


12. Error handling

lexDash