
Answer-first summary for fast verification
Answer: Intent
## Explanation In Amazon Lex, the **Intent** component identifies what the user wants to do. An intent represents an action that the user wants to perform, such as: - Book an appointment - Check order status - Make a reservation - Get weather information **Key components of Amazon Lex:** 1. **Intent**: Defines what the user wants to accomplish 2. **Utterances**: Sample phrases that users might say to invoke the intent 3. **Slots**: Pieces of data that the bot needs to collect from the user to fulfill the intent 4. **Fulfillment**: The action taken after all required slots are filled **Why other options are incorrect:** - **A) Slots**: These are parameters or pieces of information needed to fulfill the intent (e.g., date, time, location) - **C) Utterances**: These are sample phrases users might say, not what they want to do - **D) Fulfillment**: This is the action taken after collecting all necessary information The intent is the core component that defines the purpose or goal of the user's interaction with the chatbot.
Author: Jin H
Ultimate access to all questions.
No comments yet.