IP
The value for this input datatype will be available in the session object in the following format:
| Attribute Name | Datatype | Description |
| meta | map | IP Meta (A) |
| value | string | The IP has to be set here. Ex: 123.23.32.12 |
| Attribute Name | Datatype | Description |
| type | String | Value should be 'ip' |
| value | String | The IP has to be set here. Ex: 123.23.32.12 |
Sample Code:
Copied{
"value":"123.23.32.12",
"meta":{
"type":"ip",
"value":"123.23.32.12"
}
}