UpdateKbOperationDTOAdd Constructors

Definition

Overloads

UpdateKbOperationDTOAdd()
UpdateKbOperationDTOAdd(IList<QnADTO>, IList<String>, IList<FileDTO>)

UpdateKbOperationDTOAdd()

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

Applies to

UpdateKbOperationDTOAdd(IList<QnADTO>, IList<String>, IList<FileDTO>)

Source:
UpdateKbOperationDTOAdd.cs
public UpdateKbOperationDTOAdd (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.QnADTO> qnaList = default, System.Collections.Generic.IList<string> urls = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.FileDTO> files = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateKbOperationDTOAdd : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.QnADTO> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.FileDTO> -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateKbOperationDTOAdd
Public Sub New (Optional qnaList As IList(Of QnADTO) = Nothing, Optional urls As IList(Of String) = Nothing, Optional files As IList(Of FileDTO) = Nothing)

Parameters

qnaList
IList<QnADTO>
urls
IList<String>
files
IList<FileDTO>

Applies to