global class EinsteinRecommendations {
|
global String aiApplicationId;
|
global List<ConnectApi.EinsteinRecommendation> recommendations;
|
global EinsteinRecommendations() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|