How to use sentiment (pos, neu, neg) entities extracted from users' input and response according to that?

I’ve created sentiment.py to get sentiment values in entities. I’m wondering how to send this value to the repose part, and get the chatbot to answer in different tones correspondingly. Thanks.

@JenniferTanH Heya! Have you seen this blog Enhancing Rasa NLU models with Custom Components | by Justina Petraityte | Rasa Blog | Medium ?

Hi, @nik202, thank you for your quick reply. Yes, I followed the instructions of that blog and tested the NLU module, which works ok. My current problem is, I got a bunch of sentences labeled by sentiment tags, and I want to use the sentiment entities extracted in NLU and make the chatbot response with the same sentiment.