An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# A Go framework for building fulfillment services for DialogFlow intents.

[![GoDoc](https://godoc.org/github.com/jprobinson/dialogflow?status.svg)](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).