LuisAppV2 Constructors

Definition

Overloads

LuisAppV2()
LuisAppV2(IDictionary<String,Object>, String, String, String, String, String, IList<HierarchicalModelV2>, IList<HierarchicalModelV2>, IList<ClosedList>, IList<HierarchicalModelV2>, IList<PatternAny>, IList<RegexEntity>, IList<PrebuiltEntity>, IList<JSONRegexFeature>, IList<JSONModelFeature>, IList<PatternRule>, IList<JSONUtterance>)

LuisAppV2()

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

Applies to

LuisAppV2(IDictionary<String,Object>, String, String, String, String, String, IList<HierarchicalModelV2>, IList<HierarchicalModelV2>, IList<ClosedList>, IList<HierarchicalModelV2>, IList<PatternAny>, IList<RegexEntity>, IList<PrebuiltEntity>, IList<JSONRegexFeature>, IList<JSONModelFeature>, IList<PatternRule>, IList<JSONUtterance>)

Source:
LuisAppV2.cs
public LuisAppV2 (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string luisSchemaVersion = default, string name = default, string versionId = default, string desc = default, string culture = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalModelV2> intents = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalModelV2> entities = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ClosedList> closedLists = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalModelV2> composites = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternAny> patternAnyEntities = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.RegexEntity> regexEntities = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PrebuiltEntity> prebuiltEntities = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONRegexFeature> regexFeatures = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONModelFeature> modelFeatures = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternRule> patterns = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONUtterance> utterances = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.LuisAppV2 : System.Collections.Generic.IDictionary<string, obj> * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalModelV2> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalModelV2> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ClosedList> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalModelV2> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternAny> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.RegexEntity> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PrebuiltEntity> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONRegexFeature> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONModelFeature> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternRule> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONUtterance> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.LuisAppV2
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional luisSchemaVersion As String = Nothing, Optional name As String = Nothing, Optional versionId As String = Nothing, Optional desc As String = Nothing, Optional culture As String = Nothing, Optional intents As IList(Of HierarchicalModelV2) = Nothing, Optional entities As IList(Of HierarchicalModelV2) = Nothing, Optional closedLists As IList(Of ClosedList) = Nothing, Optional composites As IList(Of HierarchicalModelV2) = Nothing, Optional patternAnyEntities As IList(Of PatternAny) = Nothing, Optional regexEntities As IList(Of RegexEntity) = Nothing, Optional prebuiltEntities As IList(Of PrebuiltEntity) = Nothing, Optional regexFeatures As IList(Of JSONRegexFeature) = Nothing, Optional modelFeatures As IList(Of JSONModelFeature) = Nothing, Optional patterns As IList(Of PatternRule) = Nothing, Optional utterances As IList(Of JSONUtterance) = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>
luisSchemaVersion
String
name
String
versionId
String
desc
String
culture
String
closedLists
IList<ClosedList>
patternAnyEntities
IList<PatternAny>
regexEntities
IList<RegexEntity>
prebuiltEntities
IList<PrebuiltEntity>
regexFeatures
IList<JSONRegexFeature>
modelFeatures
IList<JSONModelFeature>
patterns
IList<PatternRule>
utterances
IList<JSONUtterance>

Applies to