Partager via


ClosedListEntityExtractor Constructeurs

Définition

Surcharges

ClosedListEntityExtractor()
ClosedListEntityExtractor(Guid, String, String, Nullable<Int32>, IList<EntityRole>, IList<SubClosedListResponse>)

ClosedListEntityExtractor()

Source:
ClosedListEntityExtractor.cs
Source:
ClosedListEntityExtractor.cs
public ClosedListEntityExtractor ();
Public Sub New ()

S’applique à

ClosedListEntityExtractor(Guid, String, String, Nullable<Int32>, IList<EntityRole>, IList<SubClosedListResponse>)

Source:
ClosedListEntityExtractor.cs
Source:
ClosedListEntityExtractor.cs
public ClosedListEntityExtractor (Guid id, string readableType, string name = default, int? typeId = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityRole> roles = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.SubClosedListResponse> subLists = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ClosedListEntityExtractor : Guid * string * string * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityRole> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.SubClosedListResponse> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ClosedListEntityExtractor
Public Sub New (id As Guid, readableType As String, Optional name As String = Nothing, Optional typeId As Nullable(Of Integer) = Nothing, Optional roles As IList(Of EntityRole) = Nothing, Optional subLists As IList(Of SubClosedListResponse) = Nothing)

Paramètres

id
Guid
readableType
String
name
String
typeId
Nullable<Int32>
roles
IList<EntityRole>

S’applique à