API Model
Response Extension
It's a message sent by an extension to a widget in the ui
Field | Type | Mandatory | Meaning |
---|---|---|---|
id | string | yes | id with the format extensionName#functionName |
data | object | yes | message, it's extension specific |
hideQuestions | boolean | yes | if true the current questions should be hidden in the ui to let the widget customize the view |
failIfUnsupported | boolean | yes | if true the lack of support for the current Response Extension should generate an error. This is can happen in particular when the answer has to be customized (for example with a direct message to an extension) |