次の方法で共有


EntityModelUpdateObject コンストラクター

定義

オーバーロード

EntityModelUpdateObject()
EntityModelUpdateObject(String, String)

EntityModelUpdateObject()

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

適用対象

EntityModelUpdateObject(String, String)

ソース:
EntityModelUpdateObject.cs
public EntityModelUpdateObject (string name = default, string instanceOf = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityModelUpdateObject : string * string -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityModelUpdateObject
Public Sub New (Optional name As String = Nothing, Optional instanceOf As String = Nothing)

パラメーター

name
String
instanceOf
String

適用対象