How to call Apex from Einstein Chat Bot?
Sample Apex Class: public class EinsteinChatBotController { public class CaseOutput { @InvocableVariable( required=true ) public String sStatus; } public class CaseInput { @InvocableVariable( required=true ) public String sCaseNumber; } @InvocableMethod(label='Get ....