
Ultimate access to all questions.
Explanation:
In Amazon Lex, slots are used to extract specific pieces of information from user utterances. When a user says "Book an appointment for tomorrow," the word "tomorrow" is a date/time value that needs to be captured as input for processing. Slots are designed to extract such parameter values from natural language input.
Therefore, the correct answer is B) Slot.
No comments yet.
When a user says "Book an appointment for tomorrow," which Lex feature extracts "tomorrow" as an input for processing?
A
Intent
B
Slot
C
Lambda Function
D
Alias