Decision for Caurosel User Input for Virtual Assistant
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 07:35 PM
I am unable to make use of the values to be part of the decision branch options.
It is showing me empty and not empty values. I was expecting to have option1, option2 and option 3 to create the branches. Any help is appreciated.
Define Caurosel items:
(function execute() {
var options = [];
options.push(
{
'Name': 'Option 1:',
'Value': 'option_1',
'Description': 'Description',
'Body': 'jpg link'
}
);
options.push(
{
'Name': 'Option 2: ',
'Value': 'option_2',
'Description': 'Desciption2',
'Body': 'jpg link'
}
);
options.push(
{
'Name': 'Option 3: ',
'Value': 'option_3',
'Description': gs.getMessage('Oops, this is not I was after'),
'Body': 'jpg link'
}
);
return options;
})()
0 REPLIES 0