JSONRegexFeature 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
JSONRegexFeature() | |
JSONRegexFeature(String, Nullable<Boolean>, String) |
JSONRegexFeature()
- Source:
- JSONRegexFeature.cs
- Source:
- JSONRegexFeature.cs
public JSONRegexFeature ();
Public Sub New ()
Applies to
JSONRegexFeature(String, Nullable<Boolean>, String)
- Source:
- JSONRegexFeature.cs
- Source:
- JSONRegexFeature.cs
public JSONRegexFeature (string pattern = default, bool? activated = default, string name = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONRegexFeature : string * Nullable<bool> * string -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONRegexFeature
Public Sub New (Optional pattern As String = Nothing, Optional activated As Nullable(Of Boolean) = Nothing, Optional name As String = Nothing)
Parameters
- pattern
- String
- name
- String
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET