다음을 통해 공유


PublishSettingUpdateObject Constructors

Definition

Overloads

PublishSettingUpdateObject()
PublishSettingUpdateObject(Boolean, Boolean, Boolean)

PublishSettingUpdateObject()

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

Applies to

PublishSettingUpdateObject(Boolean, Boolean, Boolean)

Source:
PublishSettingUpdateObject.cs
Source:
PublishSettingUpdateObject.cs
public PublishSettingUpdateObject (bool sentimentAnalysis = false, bool speech = false, bool spellChecker = false);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PublishSettingUpdateObject : bool * bool * bool -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PublishSettingUpdateObject
Public Sub New (Optional sentimentAnalysis As Boolean = false, Optional speech As Boolean = false, Optional spellChecker As Boolean = false)

Parameters

sentimentAnalysis
Boolean
speech
Boolean
spellChecker
Boolean

Applies to