Migrating two stage fallback policy to rasa 2.0

Im in the process of migrating from Rasa 1 to Rasa 2. Currently using the two stage fallback policy which uses that action_default_ask_affirmation to provide disambiguation buttons. In Rasa 2.0 does the action_two_stage_fallback defined in rules.yml still call the action_default_ask_affirmation or do I need to move that logic elsewhere?

Please take a look at Fallback and Human Handoff

Ive read the docs multiple times, my questions is very specific and the docs are not. Can someone address my question, please? Thank you.

Looking at the code, it should still call the action action_default_ask_affirmation.