PatternRuleInfo 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
PatternRuleInfo() | |
PatternRuleInfo(Nullable<Guid>, String, String) |
PatternRuleInfo()
- Source:
- PatternRuleInfo.cs
- Source:
- PatternRuleInfo.cs
public PatternRuleInfo ();
Public Sub New ()
Applies to
PatternRuleInfo(Nullable<Guid>, String, String)
- Source:
- PatternRuleInfo.cs
- Source:
- PatternRuleInfo.cs
public PatternRuleInfo (Guid? id = default, string pattern = default, string intent = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternRuleInfo : Nullable<Guid> * string * string -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternRuleInfo
Public Sub New (Optional id As Nullable(Of Guid) = Nothing, Optional pattern As String = Nothing, Optional intent As String = Nothing)
Parameters
- pattern
- String
- intent
- String
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET