EntityRecommendation Constructors
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.
Overloads
EntityRecommendation() |
Initializes a new instance of the EntityRecommendation class. |
EntityRecommendation(String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Double>, IDictionary<String,Object>) |
Initializes a new instance of the EntityRecommendation class. |
EntityRecommendation()
- Source:
- EntityRecommendation.cs
Initializes a new instance of the EntityRecommendation class.
public EntityRecommendation ();
Public Sub New ()
Applies to
EntityRecommendation(String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Double>, IDictionary<String,Object>)
- Source:
- EntityRecommendation.cs
Initializes a new instance of the EntityRecommendation class.
public EntityRecommendation (string type, string role = default, string entity = default, int? startIndex = default, int? endIndex = default, double? score = default, System.Collections.Generic.IDictionary<string,object> resolution = default);
new Microsoft.Bot.Builder.Luis.Models.EntityRecommendation : string * string * string * Nullable<int> * Nullable<int> * Nullable<double> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Bot.Builder.Luis.Models.EntityRecommendation
Public Sub New (type As String, Optional role As String = Nothing, Optional entity As String = Nothing, Optional startIndex As Nullable(Of Integer) = Nothing, Optional endIndex As Nullable(Of Integer) = Nothing, Optional score As Nullable(Of Double) = Nothing, Optional resolution As IDictionary(Of String, Object) = Nothing)
Parameters
- type
- String
- role
- String
- entity
- String
- resolution
- IDictionary<String,Object>