EntityAssignmentConfiguration interface

Properties

alternative

Alternative assignment.

event

Event name to surface

expectedProperties

The expected properties when assignment was made.

isExpected

Value indicating whether this entity was in DialogPath.ExpectedProperties.

operation

Operation to apply to property and value.

property

Name of property being assigned.

raisedCount

The number of times event has been raised.

value

Recognized entity value.

Property Details

alternative

Alternative assignment.

alternative: EntityAssignment

Property Value

event

Event name to surface

event: string

Property Value

string

expectedProperties

The expected properties when assignment was made.

expectedProperties: string[]

Property Value

string[]

isExpected

Value indicating whether this entity was in DialogPath.ExpectedProperties.

isExpected: boolean

Property Value

boolean

operation

Operation to apply to property and value.

operation: string

Property Value

string

property

Name of property being assigned.

property: string

Property Value

string

raisedCount

The number of times event has been raised.

raisedCount: number

Property Value

number

value

Recognized entity value.

value: Partial<EntityInfo>

Property Value

Partial<EntityInfo>