Custom Payload for telegram


#1

hello I would like to know how to do a customplayload for telegram that I am trying to create one but it is not working for me
Screenshot_2

thanks !


#2

Hi @Luis_Lius, welcome to the Jovo Community :wave:

I don’t have much experience with the Telegram integration offered by Dialogflow. However, our community member Octavio published a great tutorial on this:

I hope this is helpful. In the article there is also a link to an example project.


#3

Hi @Luis_Lius,

i am not sure if you solved this, but use this call instead of yours:

this.$dialogflowAgent.setCustomPayload('telegram', { text: 'example' });

Best,
Dominik.