Skip to content

LSDE Dialog Engine / SignatureParam

Interface: SignatureParam

Defined in: types.ts:485

Parameter definition for an action signature.

Properties

dictionaryGroupUuid?

optional dictionaryGroupUuid?: string

Defined in: types.ts:491

UUID of the dictionary group this parameter references. Only when type is "dictionary".


enumOptions?

optional enumOptions?: object[]

Defined in: types.ts:493

Available options when type is "enum".

id

id: string

label?

optional label?: string


label?

optional label?: string

Defined in: types.ts:487

Display label for this parameter.


type

type: "string" | "number" | "boolean" | "enum" | "dictionary"

Defined in: types.ts:489

Data type of this parameter.