Number List
The value for this input datatype will be available in the session object in the following format:
Attribute Name | Datatype | Description |
meta | map | Number List Meta (A) |
value | string | The number list has to be set here. Ex: "123", "123.123","123456789000" |
Attribute Name | Datatype | Description |
type | String | Value should be 'numberlist' |
value | String | The number list has to be set here. Ex: "123", "123.123","123456789000" |
Note: The maximum number of values passed in the list is 30.
Sample Code:
Copied
Format to be returned in response object:
Copied