Create Prediction followup widget using prediction widget id, widget kind and correct option Id
0.1.0
createPredictionFollowUpWidget({ widgetId: "yyyyy", widgetKind: WidgetKind.TEXT_PREDICTION, correctOptionId: "zzzz"}).then(followUpWidget => console.log(followUpWidget)) Copy
createPredictionFollowUpWidget({ widgetId: "yyyyy", widgetKind: WidgetKind.TEXT_PREDICTION, correctOptionId: "zzzz"}).then(followUpWidget => console.log(followUpWidget))
Generated using TypeDoc
Description
Create Prediction followup widget using prediction widget id, widget kind and correct option Id
Async
Since
0.1.0
Example