- Newest
- Most votes
- Most comments
Based on the information available, I can address your questions about Lex streaming support in Amazon Connect:
Currently, Lex fulfillment updates through streaming are not supported in Amazon Connect's standard integration The integration between Amazon Connect and Lex does not support streaming mode or fulfillment updates since Connect uses PutSession API for Lex integration rather than StartConversation. The fulfillment updates feature is only available when using the StartConversation operation with Lex. The standard Connect-Lex integration follows a turn-based conversation model aligned with PutSession API's functionality, which is why fulfillment progress updates are not supported in the default integration.
For alternative solutions when using Lex in Connect, there are a few approaches:
1)Implement a custom solution using a Lambda function as an intermediary between Connect and Lex. This Lambda can initiate the Lex interaction while simultaneously triggering a prompt in Connect during the wait period.
2)Consider breaking the interaction into smaller steps to manage the conversation flow more effectively.
While these suggestions serve as general guidelines. For detailed assistance with your requirements, we recommend reaching out to AWS Support for more targeted solutions with access to your complete context and resources.
Sources
Lex and Connect | AWS re:Post
Integrating an Amazon Lex V2 bot with a contact center - Amazon Lex
https://docs.aws.amazon.com/lexv2/latest/dg/streaming-progress.html
Relevant content
- AWS OFFICIALUpdated 4 years ago
