Extracting entities and intents from scraped text

I am new to Rasa and want to build a chatbot to provide information about products to the user. I scraped the product data and have the product name and description as a list of strings. Can I use Rasa’s DIETClassifier to extract entities and intents from this data? Any pointers to guide me through this process would be helpful, thanks!