bot-graph-dialog
bot-graph-dialog copied to clipboard
dynamically populate data attribute of a step
How can I populate the "data" attribute or at least the "options" attribute within a data / choice attribute from conversation props of a providing handler? The handler is fired but a can find no way to use my {optionList} in the json file.
I found a way via CustomTypes and it is working fine ... although it is a workaround ...