Create more than one form in domain.yml

Hi community,

Is it possible to add more than one form in domain.yml? I had tried to add more than one form in my domain.yml like this:

Refer to the figure, when I added the section highlighted in blue, all of my working set of responses and intents are failed while everything works fine if the highlighted section is removed.

So here is my question:

  1. What is the correct syntax to add multiple forms in domain.yml, if possible?

Thank you for your help!

Your syntax is almost correct for Rasa 2.x, but not Rasa 3.x. Looks like you’re using 2.x anyway, correct me if I’m wrong.

It’s probably because of type: any. The docs only mentions types from_entity, from_intent, from_trigger_intent, and from_text.

@ChrisRahme Thank you for your prompt response. It worked for me when I changed type: any to type: from_text.

Glad to be of help :slight_smile: