Testing Bot (part 2.3 Testing from Docker deployment documentation) - No reply for some user intent

Hello,

Following the documentation " Development with Docker/ 2.3 Testing" (Development with Docker), I don’t understand why my bot does not reply if I enter the user intent “goodbye”:

/goodbye 127.0.0.1 - - [2018-12-31 18:21:36] “POST /webhooks/rest/webhook?stream=true&token= HTTP/1.1” 200 154 0.099870

Note that it works with greet intent:

/greet Hi, how is it going? 127.0.0.1 - - [2018-12-31 18:30:17] “POST /webhooks/rest/webhook?stream=true&token= HTTP/1.1” 200 220 0.102196

Thanks!

Maybe it means that the chatbot can’t understand my request (due to the fact we trained it a a very lilited number of stories) ?

Can you show us your stories ? If you have a least one story starting with /goodbye intent it should works.