Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.DeleteKbContentsDTO
-
Packages that use DeleteKbContentsDTO Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of DeleteKbContentsDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Subclasses of DeleteKbContentsDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models Modifier and Type Class Description classUpdateKbOperationDTODeleteAn instance of DeleteKbContentsDTO for delete Operation.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return DeleteKbContentsDTO Modifier and Type Method Description DeleteKbContentsDTODeleteKbContentsDTO. withIds(List<Integer> ids)Set the ids value.DeleteKbContentsDTODeleteKbContentsDTO. withSources(List<String> sources)Set the sources value.
-