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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET