Objects

InputOptions

The values a required input may take, for inputs that are a choice between a fixed set rather than free text.

keystring

The required input these options belong to, as listed in REQUIRED_INPUT_TYPES.

Possible Enum values are BRANCH, EMAIL or MOBILE_PHONE_NUMBER.

The values to choose between, in the order they should be displayed.

typestring

How the options should be presented.

Possible Enum values are selectOne.
Example
{  "key": "EMAIL",  "options": [],  "type": "selectOne"}