KeyError - domain - template - text

Hi,

could you please help me with the following error:

I´ve tried to add more than one text to my domain file in templates as you can see here:

image

Is it possible to add more than one text to the utterance “utter_ask_anything”. Not randomly!

The bot should pop up two messages for the user but in separate bubbles one after the other.

You can do it easily with a custom action, by making two calls or chaining two actions (with FollowupAction).

As a side note… the title is what shows up on the buttons, and the payload is what is sent when you click on it… if you have the same text (“question”) the user can’t tell one button from the other.