Getting only text response for the intent but the custom payload response is missing in api response.
Dialogflow raw response is Image
{
"allRequiredParamsPresent": true,
"fulfillmentText": "Thanks Dhruva, are you ?",
"fulfillmentMessages": [
{
"text": {
"text": [
"Thanks Dhruva, are you ?"
]
}
},
{
"payload": {
"richContent": [
[
{
"type": "chips",
"options": [
{
"text": "permanent employee"
},
{
"text": "probation employee"
}
]
}
]
]
}
}
]
}
Api receiving only text not custom payload Image
Took a reference from this post but was unable to fix either, any help or point to the right direction will be appreciated thanks.