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 void
Knowledgebases. 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 void
KnowledgebasesImpl. 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 class
PromptDTOQna
QnADTO - 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 QnADTO
QnADTO. withAnswer(String answer)
Set the answer value.QnADTO
QnADTO. withContext(QnADTOContext context)
Set the context value.QnADTO
QnADTO. withId(Integer id)
Set the id value.QnADTO
QnADTO. withLastUpdatedTimestamp(String lastUpdatedTimestamp)
Set the lastUpdatedTimestamp value.QnADTO
QnADTO. withMetadata(List<MetadataDTO> metadata)
Set the metadata value.QnADTO
QnADTO. withQuestions(List<String> questions)
Set the questions value.QnADTO
QnADTO. 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 QnADocumentsDTO
QnADocumentsDTO. withQnaDocuments(List<QnADTO> qnaDocuments)
Set the qnaDocuments value.CreateKbDTO
CreateKbDTO. withQnaList(List<QnADTO> qnaList)
Set the qnaList value.CreateKbInputDTO
CreateKbInputDTO. withQnaList(List<QnADTO> qnaList)
Set the qnaList value.ReplaceKbDTO
ReplaceKbDTO. withQnAList(List<QnADTO> qnAList)
Set the qnAList value.
-