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