Using variables in action names

Hello everyone! I was wondering about possibility of using variables in action names? for eg; if the domain look something like

templates: 
 utter_5%_off_products:
 - text:
 utter_10%_off_products:
 - text: 
 utter_20%_off_products:
 - text: 

Is it possible to use

 utter_{percentage}%_off_products: 

or something like this, doing this will make domain.yml file smaller right? I would like to know if there any way for that. Thanks.

Hi @faheemv. You can do this in the text of each utterance, but for the names themselves you will have to define them in full.

That’s sad :smile: Thanks for your reply anyway.