Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.QnADTO
-
Packages that use QnADTO Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker This package contains the classes for QnAMakerClient.com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation This package contains the implementation classes for QnAMakerClient.com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of QnADTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker
Method parameters in com.microsoft.azure.cognitiveservices.knowledge.qnamaker with type arguments of type QnADTO Modifier and Type Method Description voidKnowledgebases. replace(String kbId, List<QnADTO> qnAList)Replace knowledgebase contents.rx.Observable<Void>Knowledgebases. replaceAsync(String kbId, List<QnADTO> qnAList)Replace knowledgebase contents. -
Uses of QnADTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation
Method parameters in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation with type arguments of type QnADTO Modifier and Type Method Description voidKnowledgebasesImpl. replace(String kbId, List<QnADTO> qnAList)Replace knowledgebase contents.rx.Observable<Void>KnowledgebasesImpl. replaceAsync(String kbId, List<QnADTO> qnAList)Replace knowledgebase contents.com.microsoft.rest.ServiceFuture<Void>KnowledgebasesImpl. replaceAsync(String kbId, List<QnADTO> qnAList, com.microsoft.rest.ServiceCallback<Void> serviceCallback)Replace knowledgebase contents.rx.Observable<com.microsoft.rest.ServiceResponse<Void>>KnowledgebasesImpl. replaceWithServiceResponseAsync(String kbId, List<QnADTO> qnAList)Replace knowledgebase contents. -
Uses of QnADTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Subclasses of QnADTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models Modifier and Type Class Description classPromptDTOQnaQnADTO - Either QnaId or QnADTO needs to be present in a PromptDTO object.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return QnADTO Modifier and Type Method Description QnADTOQnADTO. withAnswer(String answer)Set the answer value.QnADTOQnADTO. withContext(QnADTOContext context)Set the context value.QnADTOQnADTO. withId(Integer id)Set the id value.QnADTOQnADTO. withLastUpdatedTimestamp(String lastUpdatedTimestamp)Set the lastUpdatedTimestamp value.QnADTOQnADTO. withMetadata(List<MetadataDTO> metadata)Set the metadata value.QnADTOQnADTO. withQuestions(List<String> questions)Set the questions value.QnADTOQnADTO. withSource(String source)Set the source value.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return types with arguments of type QnADTO Modifier and Type Method Description List<QnADTO>QnADocumentsDTO. qnaDocuments()Get the qnaDocuments value.List<QnADTO>CreateKbDTO. qnaList()Get the qnaList value.List<QnADTO>CreateKbInputDTO. qnaList()Get the qnaList value.List<QnADTO>ReplaceKbDTO. qnAList()Get the qnAList value.Method parameters in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models with type arguments of type QnADTO Modifier and Type Method Description QnADocumentsDTOQnADocumentsDTO. withQnaDocuments(List<QnADTO> qnaDocuments)Set the qnaDocuments value.CreateKbDTOCreateKbDTO. withQnaList(List<QnADTO> qnaList)Set the qnaList value.CreateKbInputDTOCreateKbInputDTO. withQnaList(List<QnADTO> qnaList)Set the qnaList value.ReplaceKbDTOReplaceKbDTO. withQnAList(List<QnADTO> qnAList)Set the qnAList value.
-