react-native-dialogflow icon indicating copy to clipboard operation
react-native-dialogflow copied to clipboard

ChatFuel Integration Response

Open arunpugahz opened this issue 4 years ago • 0 comments

Hi, Great package and works like a charm. Hats off for that :)

Everything is working fine with my custom intents in the DialogFlow.

If I integrate Google Dialog flow with chatfuel, When I make a request to Dialog flow, In the response I'm not getting the text value, rather I am getting Custom payload set for chatfuel.

{
 "redirects_to":["request.age"]
}

Correct me if am wrong, Ideally, the response from the chatFuel must be sent in the response right!?

It would be really helpful If you could make that happen. Thanks in advance

arunpugahz avatar Jun 09 '20 17:06 arunpugahz