OnIntentConfiguration interface

Extends

Properties

entities
intent

Inherited Properties

actions
condition
event
id
priority
runOnce

Property Details

entities

entities?: string[]

Property Value

string[]

intent

intent?: string

Property Value

string

Inherited Property Details

actions

actions?: string[] | Dialog[]

Property Value

string[] | Dialog[]

Inherited From OnConditionConfiguration.actions

condition

condition?: BoolProperty

Property Value

Inherited From OnConditionConfiguration.condition

event

event?: string

Property Value

string

Inherited From OnDialogEventConfiguration.event

id

id?: string

Property Value

string

Inherited From OnConditionConfiguration.id

priority

priority?: NumberProperty

Property Value

Inherited From OnConditionConfiguration.priority

runOnce

runOnce?: boolean

Property Value

boolean

Inherited From OnConditionConfiguration.runOnce