So, I am working on IVR flow on Amazon Connect and Amazon Lex, in Amazon Connect I am storing customer's initial input to a contact attribute with a key "user_input". In Get Customer input block I am passing that user_input as a session attribute, now in Lex V2 I want to use that user_input as a session attribute and automatically detect the intent (there are 25 intents in a bot) and starts the conversation.
We can achieve this by using Lambda function, but we are planning not to use it. I just want to know is there a way for this.