How to define buttons in forms in Rasa 3.0

Hi @LindaA,
Missed the post updates, apologies. I’m unsure what is going wrong, but I’d try a few things:

  • Are the two other slot questions being asked? If so, try putting wellbeing first in your form definition so that you can see if the problem lies with the other slots or wellbeing itself (perhaps it is never triggered at all)
  • As you wrote, I’d avoid type any and change wellbeing to categorical and num_coffee to float. But I don’t see why that would affect the forms :confused:
  • You could try running rasa shell --debug when chatting with the bot and see what the core model is predicting, that might help too
1 Like