UserWarning: Interpreter parsed an intent 'greet'

RASA show me in the console UserWarning: Interpreter parsed an intent ‘greet’ which is not defined in the domain. Please make sure all intents are listed in the domain. More info at Domains

and in my domain intents:

  • affirm

  • bot_challenge

  • deny

  • goodbye

  • greet …

any solution for that ??

Can you show the console logs?

hi @JiteshGaikwad

xxxxxxxxxx\programs\python\python37\lib\site-packages\rasa\utils\common.py:351: UserWarning: Interpreter parsed an intent ‘greet’ which is not defined in the domain. Please make sure all intents are listed in the domain. More info at Domains

I think so your domain.yml file is missing out the greet intent might be indentation mistake, can you share the screenshot of how you have declared the intents in the domain.yml file?

intents:

  • affirm
  • bot_challenge
  • deny
  • goodbye
  • greet
  • greet+mood_happy
  • greet+mood_unhappy
  • mood_happy
  • mood_unhappy

when i use curl i have a correct response JSON output but i have always a warning in console