Delen via


EntityRecommendation Constructors

Definitie

Overloads

EntityRecommendation()

Initialiseert een nieuw exemplaar van de klasse EntityRecommendation.

EntityRecommendation(String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Double>, IDictionary<String,Object>)

Initialiseert een nieuw exemplaar van de klasse EntityRecommendation.

EntityRecommendation()

Bron:
EntityRecommendation.cs

Initialiseert een nieuw exemplaar van de klasse EntityRecommendation.

public EntityRecommendation ();
Public Sub New ()

Van toepassing op

EntityRecommendation(String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Double>, IDictionary<String,Object>)

Bron:
EntityRecommendation.cs

Initialiseert een nieuw exemplaar van de klasse EntityRecommendation.

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
startIndex
Nullable<Int32>
endIndex
Nullable<Int32>
score
Nullable<Double>
resolution
IDictionary<String,Object>

Van toepassing op