Megosztás a következőn keresztül:


PatternAnyModelUpdateObject Constructors

Definition

Overloads

PatternAnyModelUpdateObject()
PatternAnyModelUpdateObject(String, IList<String>)

PatternAnyModelUpdateObject()

Source:
PatternAnyModelUpdateObject.cs
Source:
PatternAnyModelUpdateObject.cs
public PatternAnyModelUpdateObject ();
Public Sub New ()

Applies to

PatternAnyModelUpdateObject(String, IList<String>)

Source:
PatternAnyModelUpdateObject.cs
Source:
PatternAnyModelUpdateObject.cs
public PatternAnyModelUpdateObject (string name = default, System.Collections.Generic.IList<string> explicitList = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternAnyModelUpdateObject : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternAnyModelUpdateObject
Public Sub New (Optional name As String = Nothing, Optional explicitList As IList(Of String) = Nothing)

Parameters

name
String
explicitList
IList<String>

Applies to