What does use_entities: false means in intents?

In RASA restaurant example, in domain.yml, under the intents, they have provided use_entities: false to an intent. What does it mean?

it just means that the presence / absence of entities in that user message won’t affect the story. Technicallly speaking it means that the entities won’t be featurized