Payload Button are not working for the intents as no actions are being called against the buttons in action_default_ask_affirmation

Here is my code:

buttons = [{‘title’: ‘Yes’, ‘payload’: ‘/{}’.format(last_intent_name)}, {‘title’: ‘No’, ‘payload’: ‘/out_of_scope’}]

Help would be much appreciated. Thanks

Hi @noman, Did u find any solution for this issue? ive been facing the same issue

yes found it. Just pass /IntentName , it will work

@noman, but the intent name here depends on the trackers latest intent, so assigning a particular “/intent name” for two stage fallback policy will utter that particular intent’s reply for all fallback cases. Could you elaborate on how did u handle for two stage fallback ?

You are right. i did the same