A company wants to use Einstein Bots to handle customer inquiries. They need to train the bot to understand different customer intents. Which TWO components are essential for defining bot understanding?
Intents capture the customer's purpose or goal.
Why this answer
Intents are essential because they define the purpose or goal of a customer's input, such as 'Check Order Status' or 'Cancel Subscription'. The bot uses intents to classify user messages and determine the appropriate response or action. Without intents, the bot cannot understand what the customer wants, making them a foundational component of natural language understanding (NLU) in Einstein Bots.
Exam trap
The trap here is that candidates often confuse Topics or Dialogue flows with the core NLU components, mistakenly thinking they define understanding rather than just organizing or responding to it.