PredictionMappings(String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of PredictionMappings.
public PredictionMappings (string score, string grade, string reason);
new Azure.ResourceManager.CustomerInsights.Models.PredictionMappings : string * string * string -> Azure.ResourceManager.CustomerInsights.Models.PredictionMappings
Public Sub New (score As String, grade As String, reason As String)
Parameters
- score
- String
The score of the link mapping.
- grade
- String
The grade of the link mapping.
- reason
- String
The reason of the link mapping.
Exceptions
score
, grade
or reason
is null.