User Inputs

You can disable the user from writing you a message back using user_inputs settings. This forces the user to use only buttons provided in structured messages or in the menu.

{
  "user_inputs": [
    {
      "locale": "default",
      "enabled": true
    }
  ]
}
ParameterTypeDescription
user_inputs[].localestringSpecifies locale of given menu. Value has to be in form of locale or default.
user_inputs[].enabledbooleanSet to false in order to disable users' input, set to true otherwise.

🚧

User Inputs requires Menu

You must set a Menu if you want to disable user input.

873

Disabled user input.