Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connector does not work when using AoG conversations. #1

Open
syedatifakhtar opened this issue Jul 13, 2018 · 1 comment
Open

Connector does not work when using AoG conversations. #1

syedatifakhtar opened this issue Jul 13, 2018 · 1 comment

Comments

@syedatifakhtar
Copy link

Hi, Im using AoG to store conversations in my fulfillment

https://github.com/dialogflow/dialogflow-fulfillment-nodejs/tree/master/samples/actions-on-google

Some of the sample code here for example - the current implementation of the dialogflow connector does not support the conv() object which is key to all AoG requests - This is used for suggestion chips/displaying carousels/user storage in our fulfillment code.

A call from Botium however does not have this object and breaks our fufillment code with the below error:

TypeError: Cannot read property 'user' of null at exports.dialogflowFirebaseFulfillment.functions.https.onRequest

And i receive the following error from Dialogflow

webhookStatus: botium-connector-dialogflow { details: [], botium-connector-dialogflow code: 13, botium-connector-dialogflow message: 'Webhook call failed. Error: 500 Internal Server Error' } } +658ms

Is this going to be supported any time soon?

@codeforequity-at
Copy link
Owner

Hi, the issues section in this project is not monitored, please use the main project for questions in future.

I have very little know-how about AoG. Botium makes a series of "DetectIntent-Requests". From the documentation I cannot see any special attributes for AoG. This thread seems to be related to your problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants