1 Answer
- Newest
- Most votes
- Most comments
1
You can define the barge-in behavior per intent and slot using session attributes. You can set these on the getCustomerInput block in connect The documentation for that and other settings like timeouts is available here: https://docs.aws.amazon.com/lexv2/latest/dg/session-attribs-speech.html
How interrupt behavior works in a Lex V2 bot
You can set up the interrupt behavior for the bot. The attribute is defined by Amazon Lex V2.
Allow interrupt
x-amz-lex:allow-interrupt:<intentName>:<slotName> Defines whether user can interrupt the prompt played by Amazon Lex V2 bot. You can selectively turn it off.
Default: True
answered 8 months ago
Relevant content
- asked 2 years ago
- asked 4 years ago