Hi,
Is there any possible way to know the confidence of the bot reponses.
Like: user: Hi
Bot reponse: Hi how are you ( intent=greet, confidence= .67899564564)
Hi,
Is there any possible way to know the confidence of the bot reponses.
Like: user: Hi
Bot reponse: Hi how are you ( intent=greet, confidence= .67899564564)
run rasa_core with the --debug flag, this will show you all the confidence info (more info here)