EntityRecommendation 생성자

정의

오버로드

EntityRecommendation()

EntityRecommendation 클래스의 새 인스턴스를 초기화합니다.

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

EntityRecommendation 클래스의 새 인스턴스를 초기화합니다.

EntityRecommendation()

EntityRecommendation 클래스의 새 인스턴스를 초기화합니다.

public EntityRecommendation ();
Public Sub New ()

적용 대상

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

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)

매개 변수

type
String
role
String
entity
String
startIndex
Nullable<Int32>
endIndex
Nullable<Int32>
score
Nullable<Double>
resolution
IDictionary<String,Object>

적용 대상