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

Having problem getting response result

Open iamdreo opened this issue 5 years ago • 3 comments

Please how do I get response result? Tried result.fulfillment.speech but it doesn't work or says in handled promise rejection. Thanks a lot

iamdreo avatar Sep 11 '18 05:09 iamdreo

Hey Iamdreo, did you manage to fix it?

slattouf95 avatar Sep 25 '18 00:09 slattouf95

it looks like Dialogflow return JSON structure data has been changed. I'm not sure if the changes affect the V1 users, but for V2 you can try queryResult.fulfillmentText

eggybot avatar Oct 17 '18 07:10 eggybot

was using dialogflow v1, so sorry just looked at the json data probably, was using result.fulfillment.text to retrieve values i wanted instead of result.result.fulfillment.text on this

iamdreo avatar Nov 29 '18 19:11 iamdreo