dialogflow-fulfillment-0.1.1.4: A Dialogflow Fulfillment library for Haskell.
Copyright(c) Mauricio Fierro 2019
LicenseBSD3-Clause
MaintainerMauricio Fierro <mauriciofierrom@gmail.com>
Safe HaskellNone
LanguageHaskell2010

Dialogflow.V2.Fulfillment.Webhook.Response

Description

This module contains types for Dialogflow webhook response. See the Dialogflow documentation.

Synopsis

Documentation

data EventInput Source #

Makes the platform immediately invoke another DetectIntent call internally with the specified event as input. When this field is set, Dialogflow ignores the fulfillment_text, fulfillment_messages, and payload fields.

data WebhookResponse Source #

The response message for a webhook call.

Constructors

WebhookResponse 

Fields