- Newest
- Most votes
- Most comments
When adding the slot to your intent you can mark it as mandatory to fulfil the intent.
This way you can either collect the Slot directly on the intent or if it has not been part of pass a followup question to the customer directly asking for the account number.
For example you can create a sample utterance:
Customer: I have a question about my account with the number {AccountNumber}
Where "AccountNumber" represents your slot and it will be filled on the first utterance.
Also you can have:
Customer: I have a question about my account
And the Slot "AccountNumber" is being marked as required for this intent with a Prompt "What is your account number?".
In this case the conversation would go:
Customer: I have a question about my account Bot: What is your account number? Customer: It's 123456789
Relevant content
- asked 2 years ago
- asked 2 months ago
- asked a year ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated a year ago