LuisAppV2 Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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>)
- Quelle:
- 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)
Parameter
- 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>
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET