How to ignore a keyword in nlu intent detection

hello :slightly_smiling_face:

I want to ignore a word in my all nlu sample data. how can i do it?

for example:

i want to ignore to recognize these:

hello Shahla

goodbye Shahla

i want to book a ticket Shahla.

while i have these sample in my train data:

hello

goodbye

i want to book a ticket

I do not want to add Shahla to my train data. is there any way to ignore Shahla while using the model?

Its like google assistant that google is a special keyword. and when we say hey google it recognizes greet intent.

Maybe out-of-vocabulary tokens will help? See Handling Out-Of-Vocabulary (OOV) words in Components.