次の方法で共有


QnADocumentsDTO コンストラクター

定義

オーバーロード

QnADocumentsDTO()
QnADocumentsDTO(IList<QnADTO>)

QnADocumentsDTO()

ソース:
QnADocumentsDTO.cs
public QnADocumentsDTO ();
Public Sub New ()

適用対象

QnADocumentsDTO(IList<QnADTO>)

ソース:
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)

パラメーター

qnaDocuments
IList<QnADTO>

適用対象