PatternRuleUpdateObject 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
PatternRuleUpdateObject() | |
PatternRuleUpdateObject(Nullable<Guid>, String, String) |
PatternRuleUpdateObject()
- Source:
- PatternRuleUpdateObject.cs
- Source:
- PatternRuleUpdateObject.cs
public PatternRuleUpdateObject ();
Public Sub New ()
Applies to
PatternRuleUpdateObject(Nullable<Guid>, String, String)
- Source:
- PatternRuleUpdateObject.cs
- Source:
- PatternRuleUpdateObject.cs
public PatternRuleUpdateObject (Guid? id = default, string pattern = default, string intent = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternRuleUpdateObject : Nullable<Guid> * string * string -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternRuleUpdateObject
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