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>