Hi i manage to get the webhook to response. How do i use the msg and quickreply return in the webhook and pass it out as a message?
Output Data:
Status Code
200
Body
{
“confidence” : 0.10857631312230166,
“type” : “msg”,
“msg” : “For here?”,
“quickreplies” : [ “Yes”, “No” ],
“entities” : {
“intent” : [ {
“confidence” : 0.6753554742896948,
“value” : “order”
} ]
}
}
Data
{
“confidence”: 0.10857631312230166,
“type”: “msg”,
“msg”: “For here?”,
“quickreplies”: [
“Yes”,
“No”
],
“entities”: {
“intent”: [
{
“confidence”: 0.6753554742896948,
“value”: “order”
}
]
}
}