[SOLVED] Generate FormAction utter_ask_{slot_name}

Hi everyone,

Is there any way to generate utter_ask_{slot_name} rather than use the static template? I need to generate utter_ask_{slot_name} dynamically based on another slot value.

Thanks!

Found a way to do it, overwrite function request_next_slot() and you can generate the question. Thank you!