aws-samples / aws-lex-web-ui

Sample Amazon Lex chat bot web interface
Other
745 stars 471 forks source link

response cards in lambda function #172

Closed rahulss14 closed 8 months ago

rahulss14 commented 5 years ago

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.

kirstenEhlers commented 4 years 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.

shashi-dhuppe commented 4 years ago

I can see the response card in Lex chatbot test section but they are not visible in vue web ui

kirstenEhlers commented 4 years ago

I remember having to set something to true in the configuration settings in my S3 bucket.

rahulss14 commented 4 years ago

Do check the version you are passing . The version should be 1 .

shashi-dhuppe commented 4 years ago

I remember having to set something to true in the configuration settings in my S3 bucket.

Can you tell me more about this?

iota-008 commented 3 years ago

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.