HierarchicalChildEntity 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
HierarchicalChildEntity() | |
HierarchicalChildEntity(Guid, String, Nullable<Int32>, String) | |
HierarchicalChildEntity(Guid, String, String, Nullable<Int32>, String, IList<ChildEntity>) |
HierarchicalChildEntity()
- Source:
- HierarchicalChildEntity.cs
- Source:
- HierarchicalChildEntity.cs
public HierarchicalChildEntity ();
Public Sub New ()
Applies to
HierarchicalChildEntity(Guid, String, Nullable<Int32>, String)
- Source:
- HierarchicalChildEntity.cs
public HierarchicalChildEntity (Guid id, string name = default, int? typeId = default, string readableType = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalChildEntity : Guid * string * Nullable<int> * string -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalChildEntity
Public Sub New (id As Guid, Optional name As String = Nothing, Optional typeId As Nullable(Of Integer) = Nothing, Optional readableType As String = Nothing)
Parameters
- id
- Guid
- name
- String
- readableType
- String
Applies to
HierarchicalChildEntity(Guid, String, String, Nullable<Int32>, String, IList<ChildEntity>)
- Source:
- HierarchicalChildEntity.cs
public HierarchicalChildEntity (Guid id, string name = default, string instanceOf = default, int? typeId = default, string readableType = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ChildEntity> children = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalChildEntity : Guid * string * string * Nullable<int> * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ChildEntity> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalChildEntity
Public Sub New (id As Guid, Optional name As String = Nothing, Optional instanceOf As String = Nothing, Optional typeId As Nullable(Of Integer) = Nothing, Optional readableType As String = Nothing, Optional children As IList(Of ChildEntity) = Nothing)
Parameters
- id
- Guid
- name
- String
- instanceOf
- String
- readableType
- String
- children
- IList<ChildEntity>
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.