Using the same entities

Hello Everyone,

For a chatbot project having more than one dialog task, If I want to use the same entity node on different dialog tasks, how can I ensure variety of discourse markers?

For example, I will ask the user for his mobile number in different dialog tasks. Typically, the entity message will be “What is your phone number?”. To enhance user experience we may use “first,” at the start of the message if the node will be the first in the flow. If it is in the middle, we may do “Great, What is your phone number?”.

Anyone has an idea how to manage this variety?