Share via


ActiveLearningSettingsDTO Constructors

Definition

Overloads

ActiveLearningSettingsDTO()
ActiveLearningSettingsDTO(String)

ActiveLearningSettingsDTO()

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

Applies to

ActiveLearningSettingsDTO(String)

Source:
ActiveLearningSettingsDTO.cs
public ActiveLearningSettingsDTO (string enable = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.ActiveLearningSettingsDTO : string -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.ActiveLearningSettingsDTO
Public Sub New (Optional enable As String = Nothing)

Parameters

enable
String

Applies to