EntityAssignmentConfiguration interface
Properties
| alternative | Alternative assignment. |
| event | Event name to surface |
| expected |
The expected properties when assignment was made. |
| is |
Value indicating whether this entity was in |
| operation | Operation to apply to property and value. |
| property | Name of property being assigned. |
| raised |
The number of times event has been raised. |
| value | Recognized entity value. |
Property Details
alternative
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