EntityAssignmentConfiguration interface

属性

alternative

备用分配。

event

要呈现的事件名称

expectedProperties

完成分配时的预期属性。

isExpected

指示此实体是否处于 DialogPath.ExpectedProperties中的值。

operation

要应用于属性和值的操作。

property

要分配的属性的名称。

raisedCount

已引发事件的次数。

value

识别的实体值。

属性详细信息

alternative

备用分配。

alternative: EntityAssignment

属性值

event

要呈现的事件名称

event: string

属性值

string

expectedProperties

完成分配时的预期属性。

expectedProperties: string[]

属性值

string[]

isExpected

指示此实体是否处于 DialogPath.ExpectedProperties中的值。

isExpected: boolean

属性值

boolean

operation

要应用于属性和值的操作。

operation: string

属性值

string

property

要分配的属性的名称。

property: string

属性值

string

raisedCount

已引发事件的次数。

raisedCount: number

属性值

number

value

识别的实体值。

value: Partial<EntityInfo>

属性值

Partial<EntityInfo>