Custom key makes text key being ignored in domain.yml

something like that:

  utter_condition_improved:
  - text: "Great, we are glad to hear it."
  - custom:
      condition: post_condition_improved

only custom block is submitted in response.

Hi @chapkovski,

With the configuration you have, it will randomly select between the - text and the - custom. It’s the same as though you have multiple - text responses.