Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DialogflowOptions<TConvData, TUserStorage>

Type parameters

  • TConvData

  • TUserStorage

Hierarchy

  • ConversationAppOptions<TConvData, TUserStorage>
    • DialogflowOptions

Properties

Optional clientId

clientId: undefined | string

Client ID for User Profile Payload Verification See {@link Profile#payload|conv.user.profile.payload}

Optional debug

debug: undefined | true | false

Optional init

init: undefined | function

Optional verification

Verifies whether the request comes from Dialogflow. Uses header keys and values to check against ones specified by the developer in the Dialogflow Fulfillment settings of the app.

HTTP Code 403 will be thrown by default on verification error.

HTTP Code 403 will be thrown by default on verification error.

Generated using TypeDoc