GoogleCloudPlatform / dialogflow-integrations

Dialogflow integrations with multiple platforms including KIK, Skype, Spark, Twlio, Twitter and Viber
https://cloud.google.com/dialogflow/
Apache License 2.0
256 stars 503 forks source link

Dialogflow Knowledge base data is not send in response for Twilio #35

Open nidhinkumar06 opened 4 years ago

nidhinkumar06 commented 4 years ago

I have completed the integration as per the documentation when i try to run the bot by asking the question which is provided in the knowledge base it doesn't send reply. Instead, it sends only the default fallback intent response.

If i revert back the normal i am getting the response properly.

ShahudullahKhan commented 3 years ago

I am also facing the same issue. Through Knowledge base in Dialogflow console the agent is responding properly but through the integrated twilio number the agent is not responding properly on trained data. Is this issue with Dialogflow or else with integration part? If anyone found any solution then please respond.

dugdathug commented 3 years ago

Same problem. Did anyone discover a solution to this yet?

Dipeshlohani commented 3 years ago

Knowledge base requests are redirected to Fallback Intent using dialogflow client. queryParams: { knowledgeBaseNames: ['projects/s****/knowledgeBases/****'], }, Adding this to request defaults to Fallback Intent. HELP!!!!!!!