dialogflow-fulfillment: A Dialogflow Fulfillment library for Haskell.

[ api, bsd3, library ] [ Propose Tags ]

A library to create responses for Google's Dialogflow fulfillment webhook.

Dialogflow is an end-to-end, build-once deploy-everywhere development suite for creating conversational interfaces for websites, mobile applications, popular messaging platforms, and IoT devices. Find more at the Google Cloud site for the project.

Check how fulfillment works in the Dialogflow documentation.


[Skip to Readme]

Modules

[Last Documentation]

  • Dialogflow
    • V2
      • Fulfillment
        • Dialogflow.V2.Fulfillment.Message
        • Payload
          • Dialogflow.V2.Fulfillment.Payload.Google
        • Webhook
          • Dialogflow.V2.Fulfillment.Webhook.Request
          • Dialogflow.V2.Fulfillment.Webhook.Response

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.3, 0.1.1.4
Change log CHANGELOG.md
Dependencies aeson (>=1.4.2 && <1.5), base (>=4.13.0.0 && <4.14), bytestring (>=0.10.8 && <0.11), containers (>=0.6.0 && <0.7), text (>=1.2.3 && <1.3), unordered-containers (>=0.2.10 && <0.3) [details]
License BSD-3-Clause
Copyright (c) 2019 Mauricio Fierro
Author Mauricio Fierro
Maintainer mauriciofierrom@gmail.com
Category API
Home page https://github.com/mauriciofierrom/dialogflow-fulfillment
Bug tracker https://github.com/mauriciofierrom/dialogflow-fulfillment/issues
Source repo head: git clone https://github.com/mauriciofierrom/dialogflow-fulfillment
Uploaded by mauriciofierrom at 2020-04-29T05:34:26Z
Distributions
Downloads 1147 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2020-04-29 [all 2 reports]

Readme for dialogflow-fulfillment-0.1.1.0

[back to package description]

Build Status Hackage

dialogflow-fulfillment

A basic library to create responses for Google's Dialogflow fulfilment webhooks.