I’m developing a bot and I need to print complex templates.
Basically I’m creating a list of templates, for example, a text, an image, a text and a list of buttons. And I need to show these 4 templates in the same answer to the user. I’m using a Message node to show the final answer to the user.
I have already tried to loop all the elements and print one by one, combine all in a list and print the list…but I can’t find a solution for that.
@ruben.costa, In this scenario, you could either present multiple message node show different templates or create a custom template. Please refer to the section ‘Custom templates’ at the below link for more details.
Custom templates can be configured at the webSDK which the developer uses to integrate with website.
Please access the webSDK on our GitHub repository which will guide you on configuring the custom templates as needed.