Posts by Mobile legends Não oficial • 1 point
1 post
-
-3
votes0
answers21
viewsQ: Chatbot returning "I don’t understand" when it doesn’t work
I’m wanting my Chatbot to recognize the names using JSON, but they always return "not understood" when not right. Any hint to fix this ? import json class Chatbot(): def __init__(self, nome): try:…