How to use placeholders

Hey,

new Botium user here :relaxed:, is there a way to have a placeholder for names? My chatbot recognizes the name of the user after a login process and when the user says “Hello” it answers with the name of the user. I created an utterance file to use in my test cases for the responses of my bot but I couldn’t find a reasonable placeholder for the “name”. I don’t want to “save” the name or anything, I just need a placeholder for it so I don’t have to put a static name.

I tried using a wildcard with a “*” but I think it just ignores the rest of the sentence.

What would be the easiest way to solve this?