Can we use sessionAttributes as inputTranscript in Lex V2?
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.