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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET