CompositeEntityModel 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
CompositeEntityModel() | |
CompositeEntityModel(IList<String>, String) |
CompositeEntityModel()
- Source:
- CompositeEntityModel.cs
- Source:
- CompositeEntityModel.cs
public CompositeEntityModel ();
Public Sub New ()
Applies to
CompositeEntityModel(IList<String>, String)
- Source:
- CompositeEntityModel.cs
- Source:
- CompositeEntityModel.cs
public CompositeEntityModel (System.Collections.Generic.IList<string> children = default, string name = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.CompositeEntityModel : System.Collections.Generic.IList<string> * string -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.CompositeEntityModel
Public Sub New (Optional children As IList(Of String) = Nothing, Optional name As String = Nothing)
Parameters
- name
- String
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET