Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConversationV3App<TConversation>

Type parameters

Hierarchy

  • ServiceBaseApp
    • ConversationV3App

Properties

Methods

Properties

handler

Methods

catch

handle

  • Sets the Handler to be executed when the fulfillment is called with a given handler name.

    Parameters

    • name: string | string[]

      The handler name to match. When given an array, sets the Handler for any name in the array.

    • handler: ConversationV3Handler<TConversation>

      The Handler to be executed when the handler name is matched.

    Returns this

middleware

Generated using TypeDoc