Share via


QnADocumentsDTO Constructores

Definición

Sobrecargas

QnADocumentsDTO()
QnADocumentsDTO(IList<QnADTO>)

QnADocumentsDTO()

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

Se aplica a

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)

Parámetros

qnaDocuments
IList<QnADTO>

Se aplica a