return "i didn't understand" when intent isn't recognized
This commit is contained in:
parent
8e2dfe1ad5
commit
bac0ce84a3
@ -124,4 +124,5 @@ def recognise(sentence, client_ip=None, client_port=None):
|
||||
else:
|
||||
pass
|
||||
# print("No match... (Padatious)")
|
||||
print()
|
||||
|
||||
return "I didn't understrand..."
|
||||
|
Reference in New Issue
Block a user