你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LuisAppV2 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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>)
- 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)
参数
- additionalProperties
- IDictionary<String,Object>
- luisSchemaVersion
- String
- name
- String
- versionId
- String
- desc
- String
- culture
- String
- intents
- IList<HierarchicalModelV2>
- entities
- IList<HierarchicalModelV2>
- closedLists
- IList<ClosedList>
- composites
- IList<HierarchicalModelV2>
- patternAnyEntities
- IList<PatternAny>
- regexEntities
- IList<RegexEntity>
- prebuiltEntities
- IList<PrebuiltEntity>
- regexFeatures
- IList<JSONRegexFeature>
- modelFeatures
- IList<JSONModelFeature>
- patterns
- IList<PatternRule>
- utterances
- IList<JSONUtterance>