Hi,
We have implemented web chat using guest chat api and widget 2.0. We also set a custom payload in Dialogflow that is sent to our custom front end to render rich responses like buttons and cards
Custom payload:
{ "option": [ "a", "b" ], "title": "hi" }
But from the websocket logs only standard text message is included in the payload. May I ask how is custom payload handled by Genesys after it received the fulfillment msg from Dialogflow? How do I retrieve the whole payload from the eventbody?
Any help is much appreciated!