Dialogflow problem integration

(Eduardo Proboste) #1

use this tutorial https://medium.com/flowxo/using-flow-xo-with-api-ai-86f59e24cda6 but in “ask a question” it gives me the following error “You must specify a response_path and a message” where more I can find information to do the integration

(Daniel Beckett) #2

Hi @ranco35

It sounds like perhaps your ask a question action is using an incorrect (custom) response path or that it’s trying to send a blank message.

If you’d like help with your flow please email support@flowxo.com with a copy of your flow. You can share the flow by clicking on the ‘private’ button near the top right corner when editing the flow.

Thanks,
Dan

(JI) #3

Hi @DanielBeckett

I am having the same “You must specify a response_path and a message” error message with my DialogFlow integration even though I have a response path specified “{{catchall.response_path}}”. Could somebody please help me

(Karen Barker) #4

Hi @jerryiversen,

Could you please email us at support@flowxo.com and share a copy of your flow. We’ll be able to take a closer look then at exactly what might be wrong.

To share a flow please edit it, click the private button and make it public. You’ll then be given a share URL which you can include in your email. Thanks :slight_smile:

(JI) #5

Sure thing @KarenBarker, thank you so much! Flow shared, and I’m testing with:

“Hi”
“I would like to book a hotel” or
“I would like to book a hotel for 2 in Columbus, OH checking in Friday and out Sunday”

Thanks again
Jerry

(JI) #6

I finally found the solution to my problem. Because my DialogFlow agent was created on API V2, I used Request URL https://api.api.ai/v2/query which caused the HTTP Request to redirect. On a closer look I realized DialogFlow client ID is still on V1 API. Problem solved by changing Request URL to https://api.api.ai/v1/query

Thanks @KarenBarker and team for the offer to help.

1 Like
(Jade Neve Blows) #7

Hey guys,

I’m encountering the same problem, I receive an error message saying “You must specify a response_path and a message”.

Please if you guys could assist it would be highly appreciated.

Thanks team

(Daniel Beckett) #8

Hi @Jade-Neve_Blows

I can see that you’ve emailed the support desk with this issue. I’ve responded over there if you’d like to take a look :slight_smile:

1 Like
(Jade Neve Blows) #9

Hey @DanielBeckett

Yes I got it, thank you so much for your help. It works!:slightly_smiling_face:

1 Like