aws-solutions / qnabot-on-aws

AWS QnABot is a multi-channel, multi-language conversational interface (chatbot) that responds to your customer's questions, answers, and feedback. The solution allows you to deploy a fully functional chatbot across multiple channels including chat, voice, SMS and Amazon Alexa.
https://aws.amazon.com/solutions/implementations/aws-qnabot
Apache License 2.0
401 stars 253 forks source link

Displaying Messages and Response Cards Sequentially in a Chatbot #770

Closed preethy-1 closed 1 month ago

preethy-1 commented 1 month ago

Hi, How can I display a message followed by a response card (like buttons) and then another message in a chatbot? I would like the flow to appear as follows:

Test message 1 Response Card (Buttons) Test message 2

I want the second message to display without requiring the user to click the buttons.

fhoueto-amz commented 1 month ago

Thanks for submitting this, we will revert back

fhoueto-amz commented 1 month ago

Hi @preethy-1 How is this different from https://github.com/aws-solutions/qnabot-on-aws/issues/727

preethy-1 commented 1 month ago

Hi @fhoueto-amz Thanks for your response. I'm looking for something like this,

Here are the topics: Button1 Button 2 Is there anything else?

I want to display a message followed by buttons, and after the buttons, the next message should appear. However, when I tried, this is what happens:

Here are the topics: Is there anything else? Button1 Button 2

fhoueto-amz commented 1 month ago

Can you make a sample set of questions to reproduce this and attach them