
Explanation:
Sample utterances is the correct answer because:
Sample utterances in Amazon Lex are example phrases that users might say to invoke an intent. They help the chatbot understand different ways users might express the same intent.
In this scenario, the developer needs to help the chatbot understand various ways users might express the intent to "book an appointment" - such as "schedule meeting" or "set up a call". These are all different phrasings of the same intent.
Why other options are incorrect:
Best Practice: When configuring intents in Amazon Lex, developers should provide multiple sample utterances to cover the various ways users might express the same intent, which improves the chatbot's natural language understanding capabilities.
Ultimate access to all questions.
To help the chatbot understand various ways a user might say "book an appointment," such as "schedule meeting" or "set up a call," which Lex feature should the developer configure?
A
Slots
B
Sample utterances
C
Dialog Code Hooks
D
Lambda integration
No comments yet.