次の方法で共有


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>