Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.UpdateKbOperationDTO
-
Packages that use UpdateKbOperationDTO 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 UpdateKbOperationDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker with parameters of type UpdateKbOperationDTO Modifier and Type Method Description Operation
Knowledgebases. update(String kbId, UpdateKbOperationDTO updateKb)
Asynchronous operation to modify a knowledgebase.rx.Observable<Operation>
Knowledgebases. updateAsync(String kbId, UpdateKbOperationDTO updateKb)
Asynchronous operation to modify a knowledgebase. -
Uses of UpdateKbOperationDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation with parameters of type UpdateKbOperationDTO Modifier and Type Method Description Operation
KnowledgebasesImpl. update(String kbId, UpdateKbOperationDTO updateKb)
Asynchronous operation to modify a knowledgebase.rx.Observable<Operation>
KnowledgebasesImpl. updateAsync(String kbId, UpdateKbOperationDTO updateKb)
Asynchronous operation to modify a knowledgebase.com.microsoft.rest.ServiceFuture<Operation>
KnowledgebasesImpl. updateAsync(String kbId, UpdateKbOperationDTO updateKb, com.microsoft.rest.ServiceCallback<Operation> serviceCallback)
Asynchronous operation to modify a knowledgebase.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<Operation,KnowledgebaseUpdateHeaders>>
KnowledgebasesImpl. updateWithServiceResponseAsync(String kbId, UpdateKbOperationDTO updateKb)
Asynchronous operation to modify a knowledgebase. -
Uses of UpdateKbOperationDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return UpdateKbOperationDTO Modifier and Type Method Description UpdateKbOperationDTO
UpdateKbOperationDTO. withAdd(UpdateKbOperationDTOAdd add)
Set the add value.UpdateKbOperationDTO
UpdateKbOperationDTO. withDefaultAnswerUsedForExtraction(String defaultAnswerUsedForExtraction)
Set the defaultAnswerUsedForExtraction value.UpdateKbOperationDTO
UpdateKbOperationDTO. withDelete(UpdateKbOperationDTODelete delete)
Set the delete value.UpdateKbOperationDTO
UpdateKbOperationDTO. withEnableHierarchicalExtraction(Boolean enableHierarchicalExtraction)
Set the enableHierarchicalExtraction value.UpdateKbOperationDTO
UpdateKbOperationDTO. withUpdate(UpdateKbOperationDTOUpdate update)
Set the update value.
-