so how it works, I wanted to send some custom JSON data from custom action which I was not able to send using utter_custom_message so I had made changes to channel.py since I am using Rest channel, so the changes are:
Hey @JiteshGaikwad Is it possible to render all text, buttons and custom all at once in our custom channel inside one response .
Currently if I use custom after text and buttons. the response is only receipent id and custom elements the buttons and text disappears in the response.
So is there any way it is achievable to define utter template for our own channel to get the “- text” and "- custom’ all at once.
Yes. currently when I make changes in the domain.yml. So which file of rasa to define or change the utter template for our own channel to get the “- text” and "- custom’ all at once.
although I have checked channel specific utterances in the docs to send “- custom” to my UI but it “channel” key is only reponding with text.
I am getting the response as two different objects and not all in one single object. So I think so we need to make changes to our custom channel to send the custom object.
Yes exactly, we need to make changes to our custom channel to send custom object. But if we make changes in our domain.yml the assistant won’t respond in fb messenger.
So we need to make sure that custom object should have both of them in single object.
ultimate goal is to make the same assistant work on multiple channels.
Do you have any idea about channel specific utterances.