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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET