How to tell RASA keyword of an intent

Hello everyone, I’m building a bot with several intents, I want to know how to tell RASA focus on the keywords of an intent when training and predicting, for example, user can search the orders by saying

search the order information
item type: daily necessities
region: us
employee: Tom

and there can be some examples:

search the order detail
item type: daily necessities
region: us
employee: Tom

show me the detail of order
item type: daily necessities
region: us
employee: Tom

in this example, model should just focus on ‘search the order information’ / ‘search the order detail’ / ‘show me the detail of order’ and ignore the remain information (or the bot will be disturbed, and actually the order search keywords will be returned by another action, so user can copy and paste these information)