Share via


UpdateQnaDTOQuestions Constructors

Definition

Overloads

UpdateQnaDTOQuestions()
UpdateQnaDTOQuestions(IList<String>, IList<String>)

UpdateQnaDTOQuestions()

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

Applies to

UpdateQnaDTOQuestions(IList<String>, IList<String>)

Source:
UpdateQnaDTOQuestions.cs
public UpdateQnaDTOQuestions (System.Collections.Generic.IList<string> add = default, System.Collections.Generic.IList<string> delete = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateQnaDTOQuestions : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateQnaDTOQuestions
Public Sub New (Optional add As IList(Of String) = Nothing, Optional delete As IList(Of String) = Nothing)

Parameters

add
IList<String>
delete
IList<String>

Applies to