- Newest
- Most votes
- Most comments
Just add a fulfillment lambda block to your fallback intent (if you are using the visual builder), or select the button to set fulfillment to "active" if you are using the standard editor.
No. However what you can do is configure a fulfillment lambda that takes the transcribed utterance regardless of the intent and stores it in a session attribute. You could then access this lex session attribute in Amazon Connect. You could also create a dummy intent that won't get triggered by the customer's utterance and just handle everything through the fallback.
Thank you Thomas, you are right that is a workaround for what I need, what I have not been able to do is to make that the fallback intent activates the fullfilment lambda. Is there any instructions that you may have or provide me? Because i only get this Lex Session Attributes returned by the fullfilment lambda once the intent i configured as "CaptureAllIntent" is triggered. My solution would be great if I could manage everything by the fallback intent. Could you help me with that please?? I'm super grateful with your insights.
Relevant content
- asked 4 years ago
- AWS OFFICIALUpdated 4 years ago

Thank you Thomas, it's working!!