Send Choice
ctx.sendChoice("Your text message", [{
"title" : "Choice1",
"value": "Choice1Value"
}, {
"title" : "Choice2",
"value": "Choice2Value"
}, {
"title" : "Choice3",
"value": "Choice3Value"
}], variableName, requied);Parameter
Description
Last updated
Was this helpful?