1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
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
répondu il y a 2 ans
Contenus pertinents
demandé il y a un an
demandé il y a un an
demandé il y a 3 ans
- AWS OFFICIELA mis à jour il y a 2 ans
