Use same entity for different intents in rasa

Do we have any solution for this query. we are looking at doing multiple custom actions based on a same entity extracted based on regex.

for example:

we have multiple intents like vmreboot vmloginerror vmdeletion vmupgrade

#entity is going to be similar text based on regex it always identifs a wrong itent and doesnt set and slot properly. once use enters a vmname like bnglnx01, bnglnx03, bngrhl01, bngsles02 etc… we have entity identified when it starts with bng

based on this it should identify the proper custom action based on the intent extracted…

here having 2 issues

  1. not getting proper intent
  2. getting proper intent it doesnt allot a slot for that…

how can be figure this out .

does formactions help ? is there any other approach to this.