Search
Preparing search index...
The search index is not available
dotup-ts-node-skills-workflows
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
WorkflowQuestionHandler
Class WorkflowQuestionHandler<TPayload>
Type parameters
TPayload
Hierarchy
WorkflowHandler
<
TPayload
>
WorkflowQuestionHandler
Implements
IWorkflowHandler
<
TPayload
>
IWorkflowRequestHandler
<
TPayload
>
Index
Constructors
constructor
Properties
Workflow
Name
excluded
Handler
included
Handler
question
Methods
Ask
Again
Start
Step
can
Handle
handle
Request
Constructors
constructor
new
Workflow
Question
Handler
(
question
:
IWorkflowQuestion
<
TPayload
>
, intentNames
:
string
[]
)
:
WorkflowQuestionHandler
Parameters
question:
IWorkflowQuestion
<
TPayload
>
intentNames:
string
[]
Returns
WorkflowQuestionHandler
Properties
Workflow
Name
Workflow
Name
:
string
excluded
Handler
excluded
Handler
:
string
[]
= []
included
Handler
included
Handler
:
string
[]
= []
question
question
:
IWorkflowQuestion
<
TPayload
>
Methods
Ask
Again
Ask
Again
(
context
:
IRequestContext
)
:
void
Parameters
context:
IRequestContext
Returns
void
Start
Step
Start
Step
(
context
:
IRequestContext
, wc
:
WorkflowController
<
TPayload
>
)
:
Promise
<
void
>
Parameters
context:
IRequestContext
wc:
WorkflowController
<
TPayload
>
Returns
Promise
<
void
>
can
Handle
can
Handle
(
intentOrRequestName
:
string
, wc
:
WorkflowController
<
TPayload
>
)
:
boolean
Parameters
intentOrRequestName:
string
wc:
WorkflowController
<
TPayload
>
Returns
boolean
handle
Request
handle
Request
(
context
:
IRequestContext
, wc
:
WorkflowController
<
TPayload
>
, intentOrRequestName
:
string
)
:
Promise
<
void
>
Parameters
context:
IRequestContext
wc:
WorkflowController
<
TPayload
>
intentOrRequestName:
string
Returns
Promise
<
void
>
Globals
Workflow
State
Workflow
Step
State
Sample
Skill
Workflows
Plugin
Workflow
Controller
Workflow
Handler
Workflow
Manager
Workflow
Model
Workflow
Question
Handler
constructor
Workflow
Name
excluded
Handler
included
Handler
question
Ask
Again
Start
Step
can
Handle
handle
Request
Workflow
Request
Adapter
Workflow
Request
Interceptor
Workflow
Step
Handler
Workflow
Step
Model
IDictionary
ISkill
Workflows
Plugin
Configuration
IWorkflow
Context
IWorkflow
Handler
IWorkflow
Question
IWorkflow
Question
Handler
IWorkflow
Request
Handler
IWorkflow
Step
Handler
IWorkflow
Template
Configuration
Indexed
Methods
Workflow
Question
Intent
sample
Generated using
TypeDoc