calling the rasa rest API http://fqdn:5005/webhooks/rest/webhook with body {“sender”: “ty88hphi”,“input_channel”: “abc”, “message”:“/ch1”}
the channel is updated in the tracker and used in custom action smoothly but when I use “Channel specific utterances” it always returns the default message.
domain:
utter_channel: - channel: “abc” text: “You’re talking to me on abc!” - channel: “123” text: “You’re talking to me on 123!” - text: “This is a default one”