Update Text Prediction widget option
0.1.0
updateTextPredictionWidgetOption({ widgetId: "xxxx", optionId: "<widget option id>", rewardItemId: "yyy-ccvv-qqqq", rewardItemAmount: 100, description: "<updated description>", isCorrect: true}).then(widget => console.log(widget)) Copy
updateTextPredictionWidgetOption({ widgetId: "xxxx", optionId: "<widget option id>", rewardItemId: "yyy-ccvv-qqqq", rewardItemAmount: 100, description: "<updated description>", isCorrect: true}).then(widget => console.log(widget))
Generated using TypeDoc
Description
Update Text Prediction widget option
Async
Since
0.1.0
Example