Need to display a simple list without any choice option from MCS in IBCS
Summary
Need to display a simple list without any choice option from MCS in IBCSContent
Hi,
I Need to display a simple list without any choice option from MCS in IBCS.
I know there is code for displaying list from MCS in IBCS but that display list as a list of choice, where we need to choose to proceed further.
conversation.reply({
text: "List of Ideas",
choices: ideaList,
type: "choice"
});
I need to simply display the list without any choice option.
Any suggestions will be helpful.
Thanks in advance.
Regards
Sunil
1