Closed rahulss14 closed 8 months ago
When using response cards in the web ui, you have to send the card directly from lambda. You cannot use the response card option in lex. See https://docs.aws.amazon.com/lex/latest/dg/lambda-input-response-format.html under dialogAction.
I can see the response card in Lex chatbot test section but they are not visible in vue web ui
I remember having to set something to true in the configuration settings in my S3 bucket.
Do check the version you are passing . The version should be 1 .
I remember having to set something to true in the configuration settings in my S3 bucket.
Can you tell me more about this?
I am also facing the same issue, image response card is not showing in web ui. I can see it in the network tab of dev console but not in ui. I am sending it from lambda function. Using lex-v2.
I have passed the url in my lambda function in generic attachments . It is showing the response card in the test console but not in web ui.