Parameter
|
Description
|
Mandatory
|
---|---|---|
shortCode
|
Short code of SMS Command. It is recommended that you use the short name of the operation.
|
Y
|
operationName
|
BTT Operation name for this SMS Command
|
Y
|
parameters
|
Parameter list of the SMS Command. The parameters should be deli ned by sequence.
|
Y
|
Parameter
|
Description
|
Mandatory
|
---|---|---|
name
|
Field name of the parameter. It should be equal with the field id of the context data field to which data is mapped.
|
Y
|
optional
|
If this parameter is optional. Note there can only be one optional parameter for a SMS Command at most (default: false).
|
Y
|
type
|
The java type of the parameter. The type will be used for validation and data converting to context. (default: java.lang.String)
|
Y
|
description
|
Description text for this parameter.
|
|