FormBot doesn't understand the cuisine I typed

I got the FormBot up and running. But it does not understand me when I say ‘french’ or ‘italian’ when it asks for a cuisine. Does anybody know what goes wrong? I looked in the actions.py code, and it specifically mentions ‘french’ and ‘italian’.

picture of command prompt:

I solved the problem. The formbot did not respond correctly because the epochs parameter in formbot\config.yml was set to 1. (as can be seen in the picture of the commandprompt above.) After I set epochs = 100, formbot worked as expected.