global class AIFieldRecommendationCollection {
|
global List<ConnectApi.AIFieldRecommendation> aiFieldRecommendationsList;
|
global String modelAPIName;
|
global String modelLabel;
|
global AIFieldRecommendationCollection() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|