Rasa web chat add carousel or Card

Hi @chatz I think you are talking about custom actions in Rasa. Actions

To implement Google assistant like carousel selector, you have to write more code for it in JavaScript repo that you are referring. Specially based on response from Rasa Core, in-case there is any custom action, then display it as carousel.

I assume, already for some intent, you have already written some Custom action in utter. Like below

utter_did_that_help:

  • text: “Did that help you?” buttons:
    • title: “yes” payload: ‘/choose{“ans”: “yes”}’
    • title: “no” payload: ‘/choose{“ans”: “no”}’