RegexModelCreateObject 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
RegexModelCreateObject() | |
RegexModelCreateObject(String, String) |
RegexModelCreateObject()
- Source:
- RegexModelCreateObject.cs
- Source:
- RegexModelCreateObject.cs
public RegexModelCreateObject();
Public Sub New ()
Applies to
RegexModelCreateObject(String, String)
- Source:
- RegexModelCreateObject.cs
- Source:
- RegexModelCreateObject.cs
public RegexModelCreateObject(string regexPattern = default, string name = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.RegexModelCreateObject : string * string -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.RegexModelCreateObject
Public Sub New (Optional regexPattern As String = Nothing, Optional name As String = Nothing)
Parameters
- regexPattern
- String
- name
- String
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET