Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WorkflowQuestionHandler<TPayload>

Type parameters

  • TPayload

Hierarchy

Implements

Index

Constructors

constructor

Properties

WorkflowName

WorkflowName: string

excludedHandler

excludedHandler: string[] = []

includedHandler

includedHandler: string[] = []

question

question: IWorkflowQuestion<TPayload>

Methods

AskAgain

  • AskAgain(context: IRequestContext): void

StartStep

canHandle

handleRequest

  • handleRequest(context: IRequestContext, wc: WorkflowController<TPayload>, intentOrRequestName: string): Promise<void>

Generated using TypeDoc