In this chapter, we have learned the following:
- LUIS prompt dialogs: Using this feature, we can make our bot more mature by identifying the missing / expecting entities in a given sentence, which gives a more natural way of conversation with users.
- Third-party APIs: These are used for calling third-party APIs from the bot.
- Bot state: This will help us to store information about the user and important information in the last conversation. Based on the last conversation, we can communicate with users in a more natural way, like how we did in the Employee Enroll bot.