How to call Apex from Einstein Chat Bot?
@InvocableMethod annotation should be used to call Apex from Einstein BOT. Sample Apex Class: public class EinsteinChatBotController { public class CaseOutput { @InvocableVariable( required=true ) public String sStatus; } public ....