Until the UIKit is updated, we cant actually implement the disabling of the input, but in the meantime we should define and parse what disable-input payloads look like, and ensure to the best of our ability that they work alongside quick-replies
Example payload format:
{
"disableInput": true,
"disableInputMessage": "Please select from the provided options"
}
Until the UIKit is updated, we cant actually implement the disabling of the input, but in the meantime we should define and parse what disable-input payloads look like, and ensure to the best of our ability that they work alongside quick-replies
Example payload format: