Einstein Bot getting multiple values from Apex Class
Sample Code: Apex Class: public class EinsteinChatBotController { public class CaseOutput { @InvocableVariable( required=true ) public String sCaseNumber; @InvocableVariable( required=true ) public String sStatus; } public class CaseInput { @InvocableVariable( required=true ) public String caseSubject; } @InvocableMethod(label=’Get Case … Continue reading Einstein Bot getting multiple values from Apex Class
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed