Yes, if you just want to extract person names, you can include the dimension. If you don’t configure the dimensions, it will extract all types by default; see the documentation. You should be able to see that NLU is picking up the entities by running rasa shell nlu. To use them in your bot, you’ll need to add them to your domain, and create relevant slots. See for example the answer to this question.