Open extraludicinc opened 6 years ago
It's actually going to be an array of objects, the example menu options from the slack documentation is below:
options = [
{
"text": "Unexpected sentience",
"value": "AI-2323"
},
{
"text": "Bot biased toward other bots",
"value": "SUPPORT-42"
},
{
"text": "Bot broke my toaster",
"value": "IOT-75"
}
];
@esalling23 Can you upload here an example object and an explanation of the naming convention that we should use? I can take a crack at writing this code.