共用方式為


LuisApp Constructors

Definition

Overloads

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

LuisApp()

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

Applies to

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

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

Applies to

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

Source:
LuisApp.cs
public LuisApp (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string name = default, string versionId = default, string desc = default, string culture = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalModel> intents = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalModel> 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.HierarchicalModel> composites = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalModel> hierarchicals = 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> phraselists = 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.LuisApp : System.Collections.Generic.IDictionary<string, obj> * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalModel> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalModel> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ClosedList> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalModel> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalModel> * 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.LuisApp
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = 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 HierarchicalModel) = Nothing, Optional entities As IList(Of HierarchicalModel) = Nothing, Optional closedLists As IList(Of ClosedList) = Nothing, Optional composites As IList(Of HierarchicalModel) = Nothing, Optional hierarchicals As IList(Of HierarchicalModel) = 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 phraselists As IList(Of JSONModelFeature) = Nothing, Optional patterns As IList(Of PatternRule) = Nothing, Optional utterances As IList(Of JSONUtterance) = Nothing)

Parameters

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

Applies to