HierarchicalModelV2 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
HierarchicalModelV2() | |
HierarchicalModelV2(String, IList<String>, PrebuiltDomainObject, IList<String>) |
HierarchicalModelV2()
HierarchicalModelV2(String, IList<String>, PrebuiltDomainObject, IList<String>)
- Source:
- HierarchicalModelV2.cs
public HierarchicalModelV2 (string name = default, System.Collections.Generic.IList<string> children = default, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PrebuiltDomainObject inherits = default, System.Collections.Generic.IList<string> roles = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalModelV2 : string * System.Collections.Generic.IList<string> * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PrebuiltDomainObject * System.Collections.Generic.IList<string> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalModelV2
Public Sub New (Optional name As String = Nothing, Optional children As IList(Of String) = Nothing, Optional inherits As PrebuiltDomainObject = Nothing, Optional roles As IList(Of String) = Nothing)
Parameters
- name
- String
- inherits
- PrebuiltDomainObject
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET