Share via


WaterfallStep type

Function signature of an individual waterfall step.

type WaterfallStep<O> = (
  step: WaterfallStepContext<O>
) => Promise<DialogTurnResult>