We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, how can I trigger an event from my webhook server to Dialogflow? I need that to perform slot fulfillment via webhook.
This is the reference in Dialogflow docs: https://dialogflow.com/docs/events#invoking_event_from_webhook
Here is a temporal solution using official Node.js library: actions-on-google/actions-on-google-nodejs#64 But I don't know how to apply that using this library.
Here is a recent pull request to the official Node.js library adding this feature: actions-on-google/actions-on-google-nodejs#105
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, how can I trigger an event from my webhook server to Dialogflow? I need that to perform slot fulfillment via webhook.
This is the reference in Dialogflow docs:
https://dialogflow.com/docs/events#invoking_event_from_webhook
Here is a temporal solution using official Node.js library:
actions-on-google/actions-on-google-nodejs#64
But I don't know how to apply that using this library.
Here is a recent pull request to the official Node.js library adding this feature:
actions-on-google/actions-on-google-nodejs#105
The text was updated successfully, but these errors were encountered: