LiJinHuan
2024-01-05 462188a2c982b0a8750dfe01692dfd898216bb0c
1
2
3
4
5
6
7
8
9
10
11
12
global class NextBestAction {
    global Object clone() { }
    global static void deleteRecommendationReaction(String reactionId) { }
    global static ConnectApi.NBARecommendations executeStrategy(String strategyName, Integer maxResults, String contextRecordId, Boolean debugTrace) { }
    global static ConnectApi.NBARecommendations executeStrategy(String strategyName, Integer maxResults, String contextRecordId) { }
    global static ConnectApi.NBARecommendations executeStrategy(String strategyName, ConnectApi.NBAStrategyInput strategyInput) { }
    global static ConnectApi.Recommendation getRecommendation(String recommendationId) { }
    global static ConnectApi.RecommendationReaction getRecommendationReaction(String reactionId) { }
    global static ConnectApi.RecommendationReactions getRecommendationReactions(String onBehalfOfId, String createdById, String targetId, String contextRecordId, Integer pageParam, Integer pageSize) { }
    global static ConnectApi.RecommendationReaction setRecommendationReaction(ConnectApi.RecommendationReactionInput reaction) { }
 
}