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