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?
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community