| controlData |
Initial data that the Virtual Agent server sends to your component as
the topic runs. Data type: JSON Object |
| responseValue |
Data sent to the component from the user's response, either from the client directly,
or from the server if there is a refresh. Only use in components that require user
input. Data type: JSON Object |
| forceCloseControl |
Flag that indicates whether the component can accept input. When true, the control
closes and the user cannot interact with it. Monitor changes on the client to update this
value. Only use in components that require user input. Data type: Boolean |