次の方法で共有


ClosedListModelUpdateObject コンストラクター

定義

オーバーロード

ClosedListModelUpdateObject()
ClosedListModelUpdateObject(IList<WordListObject>, String)

ClosedListModelUpdateObject()

ソース:
ClosedListModelUpdateObject.cs
ソース:
ClosedListModelUpdateObject.cs
public ClosedListModelUpdateObject ();
Public Sub New ()

適用対象

ClosedListModelUpdateObject(IList<WordListObject>, String)

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

パラメーター

subLists
IList<WordListObject>
name
String

適用対象