In Amazon LexV2, how do I disable barge-in (interruption event) for Fulfillment?

0

I have a LexV2 streaming voice bot that uses a Lambda function as a codehook for fulfillment of intents. Barge-in or interruption of the bot is enabled in the bot by default. For queries where Lex inquires slot values or for Closing responses from Lex, I am able to disable barge-in from the console but the disable barge option doesn't exist for the cases where the Lambda function fulfills the intent and responds.

Is there any way through the console or any API that allows me to disable barge-in for fulfillment?

1 Antwort
0

Have you looked at the CreateIntent API (available in the SDKs too)? it has a allowInterrupt parameter which might be what you're looking for.

AWS
EXPERTE
Raphael
beantwortet vor 2 Jahren
  • Thanks for your suggestion! The "allowInterrupt" options in the CreateIntent API are provided only for the static responses returned by lex that include Fulfillment updates, Success response, Failure response and Timeout response. I wanted to disable allowInterrupt during the actual fulfillment done by the lambda function

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen