Share via


CreateKbInputDTO Constructors

Definition

Overloads

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

CreateKbInputDTO()

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

Applies to

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

Source:
CreateKbInputDTO.cs
public CreateKbInputDTO (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.CreateKbInputDTO : 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.CreateKbInputDTO
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