https://github.com/jprobinson/dialogflow
A Go framework for building services that respond to DialogFlow fulfillment webhooks
https://github.com/jprobinson/dialogflow
appengine dialogflow framework golang
Last synced: 10 months ago
JSON representation
A Go framework for building services that respond to DialogFlow fulfillment webhooks
- Host: GitHub
- URL: https://github.com/jprobinson/dialogflow
- Owner: jprobinson
- License: mit
- Created: 2018-01-02T18:38:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-20T17:33:26.000Z (about 6 years ago)
- Last Synced: 2025-03-30T08:11:52.554Z (11 months ago)
- Topics: appengine, dialogflow, framework, golang
- Language: Go
- Homepage:
- Size: 32.2 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Go framework for building fulfillment services for DialogFlow intents.
[](https://godoc.org/github.com/jprobinson/dialogflow)
Built with [go-kit](https://github.com/go-kit/kit) and [NYTimes/gizmo](https://github.com/NYTimes/gizmo).
For an example of this framework in action, check out [NYC Train Time](https://github.com/jprobinson/nyc-train-time).