2 custom objects in 1 response

If I have a response defined in the domain, can that response have 2 custom payloads for 2 different channels or will the 2 custom objects get merged into 1 when the yaml gets converted to json? Like this:

utter_some_response:
  - custom:
    channel: channel-1
    payload: abc
 - custom:
   channel: channel-2
   payload: def

hi @tatianaf - it should work as described, e.g. that the custom responses are used for the different channels. See rasa/template.py at master · RasaHQ/rasa · GitHub