Class QnADocumentsDTO
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.QnADocumentsDTO
-
public class QnADocumentsDTO extends Object
List of QnADTO.
-
-
Constructor Summary
Constructors Constructor Description QnADocumentsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<QnADTO>
qnaDocuments()
Get the qnaDocuments value.QnADocumentsDTO
withQnaDocuments(List<QnADTO> qnaDocuments)
Set the qnaDocuments value.
-
-
-
Method Detail
-
qnaDocuments
public List<QnADTO> qnaDocuments()
Get the qnaDocuments value.- Returns:
- the qnaDocuments value
-
withQnaDocuments
public QnADocumentsDTO withQnaDocuments(List<QnADTO> qnaDocuments)
Set the qnaDocuments value.- Parameters:
qnaDocuments
- the qnaDocuments value to set- Returns:
- the QnADocumentsDTO object itself.
-
-