Summary
In 452f684 not all response fields was added for simplicity at the time. These should now be re-added to the interaction subclasses, see c16c998 (this file specifically) where they were originally removed.
The code for this should be in Interaction.respond() and not Request. Note the code probably cannot be directly copied back, it needs to be adapted for recent changes.
This will only support link components, there needs to be more architectural changes to support interactive components.
Summary
In 452f684 not all response fields was added for simplicity at the time. These should now be re-added to the interaction subclasses, see c16c998 (this file specifically) where they were originally removed.
The code for this should be in
Interaction.respond()and notRequest. Note the code probably cannot be directly copied back, it needs to be adapted for recent changes.This will only support link components, there needs to be more architectural changes to support interactive components.