Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Need to display a simple list without any choice option from MCS in IBCS

Sunil Kumar_-OracleJan 11 2018 — edited Feb 13 2018

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

Comments