0

I've created a basic app with a chatbot that can respond to what I type using DialogFlow and Angular. It is hosted locally. Now I want to have that chatbot respond to what I type with cards, lists and such. Like how Messenger has templates. I want to have a custom payload sent to me in response to what I send. Can anyone please help me? (NOTE: iam using the v2api)

hfurkanvural
  • 420
  • 2
  • 16
  • You need to custom code all of those features in your angular and you can generate any custom payload which you can easily render in your Frontend. Example => https://www.youtube.com/watch?v=g1HDNrVNNnQ – Nikhil Savaliya Jun 14 '19 at 04:12
  • you need to parse the payload and render it into HTML as you want. – sid8491 Jun 14 '19 at 13:00

1 Answers1

0

Dialogflow supports rich message response to only certain platforms that it has listed on its website for ex. Facebook, google assistance etc. To display rich message you need to code it out.

Sadaf
  • 9
  • 3