Back to All

NLP Guidance

Could someone walk me through the NLP option please? I have done the following:

  1. Made an entity 'Positive Emotions' and added 11 samples to it
  2. Made an entity 'Negative Emotions and added 11 samples to it
  3. Trained both of them
  4. Made a bot that asks "How do you feel today". The bot goes to Interaction A if entity Positive Emotions( I feel good) is recognized and Interaction B if entity Negative Emotions(I am in pain) is recognized

The Problem:

  1. If I keep the condition of go to Interaction A if Positive Emotions is recognized it will recognize even the negative emotions as positive ones. The same goes for if I keep the condition of go to Interaction B if Negative Emotions is recognized. It will recognize all emotions as negative, even the positive ones.
  2. If I keep both together it recognizes the one that has been set first.

What is happening?