Sending a Tiledesk widget-embedded (tdFrame) app from a RASA bot

Hi guys,

if you would like to send an app embedded into the widget from a RASA chatbot with Tiledesk simply use the tdFrame synthax like in the following example:

responses:
  utter_greet:
  - text: |
        Hi
        tdFrame,h300:https://chatbots.tiledesk.repl.co/apps/ratingform/messageId

        How can I help you?
    image: "https://i.imgur.com/nGF1K8f.jpg"

Andrea

1 Like

Thank you @andreasponziello for helping me to solve the issue. This worked for me

1 Like