Create Prediction followup widget using prediction widget id, widget kind and correct option Id
2.52.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
2.52.0
Example