Skip to content

Instantly share code, notes, and snippets.

View Dan-Wuensch's full-sized avatar

Dan Wuensch Dan-Wuensch

  • nCino, Inc.
  • Wilmington, NC
View GitHub Profile
public with sharing class EinsteinAction {
public class Prediction {
@InvocableVariable
public String label;
@InvocableVariable
public Double probability;
}
@InvocableMethod(label='Classify the given files' description='Calls the Einsten API to classify the given ContentVersion files.')