EntityModelInfo Constructors

Definition

Overloads

EntityModelInfo()
EntityModelInfo(Guid, String, String, Nullable<Int32>, IList<EntityRole>)

EntityModelInfo()

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

Applies to

EntityModelInfo(Guid, String, String, Nullable<Int32>, IList<EntityRole>)

Source:
EntityModelInfo.cs
Source:
EntityModelInfo.cs
public EntityModelInfo (Guid id, string readableType, string name = default, int? typeId = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityRole> roles = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityModelInfo : Guid * string * string * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityRole> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityModelInfo
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)

Parameters

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

Applies to