Dispatcher.utter_button_message

for i, item in enumerate (arr [‘examples’]): for item in list: dispatcher.utter_button_message (‘text’, item, button_type = “custom”) return [SlotSet (‘user’, username)]

How to create a loop in the button without the text message? Thanks.

Hey there, the utter_button_message can actually take multiple buttons, no need for a loop. You can check out an example here for formatting them

1 Like

this works and I can get the appropriate response via the api but the buttons are not rendered on Rasa X UI when done though actions.

@agrawal-mohit can you share your custom action that dispatches the button message?

did it got fixed?i too have same issues