modulepackage
2.0.1+incompatible
Repository: https://github.com/jprobinson/dialogflow.git
Documentation: pkg.go.dev
# README
A Go framework for building fulfillment services for DialogFlow intents.
Built with go-kit and NYTimes/gizmo.
For an example of this framework in action, check out NYC Train Time.
# Functions
Run will register a service with kit and run the server.
# Structs
EventInput will hold all inbound input information.
FulfillmentMessage is the most basic way to respond to intents.
FulfillmentPayload allows users to respond differently to alternate platforms.
FulfillmentResponse contains all the fields required for responding to a Dialogflow intent.
Intent contains the name that matched the user's query.
OutputContext holds information for output contexts within fulfillment requests and responses.
QueryResult contains the result of the conversation query or event processing.
Request contains all the inbound information from a Dialogflow fulfillment request.
RichFulfillmentPayload can be used for rich responses to Google Actions.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author