QnADocumentsDTO Constructors

Definition

Overloads

QnADocumentsDTO()
QnADocumentsDTO(IList<QnADTO>)

QnADocumentsDTO()

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

Applies to

QnADocumentsDTO(IList<QnADTO>)

Source:
QnADocumentsDTO.cs
public QnADocumentsDTO (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.QnADTO> qnaDocuments = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.QnADocumentsDTO : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.QnADTO> -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.QnADocumentsDTO
Public Sub New (Optional qnaDocuments As IList(Of QnADTO) = Nothing)

Parameters

qnaDocuments
IList<QnADTO>

Applies to