LSDE Dialog Engine / SignatureParam
Interface: SignatureParam
Defined in: types.ts:485
Parameter definition for an action signature.
Properties
dictionaryGroupUuid?
optionaldictionaryGroupUuid?:string
Defined in: types.ts:491
UUID of the dictionary group this parameter references. Only when type is "dictionary".
enumOptions?
optionalenumOptions?:object[]
Defined in: types.ts:493
Available options when type is "enum".
id
id:
string
label?
optionallabel?:string
label?
optionallabel?: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.
