Emilio Biondi - Hi Developers!I'm building my...

Hi Developers! I'm building my chatbot using the BodyLess method and I'm trying to configure the available/hidden Actions similarly to how I did for the liveboard embed:
conversation = new BodylessConversation({
worksheetId: "MY_WORKSHEET_ID",
disabledActions: disabledActions,
hiddenActions: hiddenActions,
});
conversation = new BodylessConversation({
worksheetId: "MY_WORKSHEET_ID",
disabledActions: disabledActions,
hiddenActions: hiddenActions,
});
In the creation log for the conversation, I see the correct list of actions: viewConfig: disabledActions: (5) ['AIHighlights', 'manageMonitor', 'share', 'makeACopy', 'schedule-list'] hiddenActions: (7) ['manage-pipeline', 'spotIQAnalyze', 'pin', 'edit', 'tml', 'exportTSL', 'requestAccess'] worksheetId: "XXX"
But unfortunately, it doesn't seem to be working! Could you please let me know if there's a way to make this work?
3 Replies
shikharTS
shikharTS2d ago
Checking this internally
utsav.kapoor
utsav.kapoor2d ago
@Emilio Biondi - What is the TS Cloud version you have ?
Emilio Biondi
Emilio BiondiOP22h ago
Version: 10.6.0.cl-279

Did you find this page helpful?