Try our conversational search powered by Generative AI!
AI OnAI Off
Version Info: This topic applies to Episerver.ConnectForMarketingAutomation 4.0.0 and lower. For later versions, see Sample Connector - IMarketingConnector.
Interface for working with a provider scoring model.
public interface IScoringService
Get available scoring models.
IEnumerable<ScoringModel> GetAllScoringModels()
Get scoring types.
IEnumerable<KeyValuePair<string, string>> GetAllScoringTypes()
Get scoring for the input profile.
IEnumerable<ScoringModelValues> GetScoringForProfile(
Profile profile,
int modelId
)
Get a scoring rank for a scoring model.
IEnumerable<KeyValuePair<string, string>> GetScoringRank(
string scoringModelId
)
Last updated: Dec 10, 2015