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 class
UpdateKbOperationDTODelete
An instance of DeleteKbContentsDTO for delete Operation.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return DeleteKbContentsDTO Modifier and Type Method Description DeleteKbContentsDTO
DeleteKbContentsDTO. withIds(List<Integer> ids)
Set the ids value.DeleteKbContentsDTO
DeleteKbContentsDTO. withSources(List<String> sources)
Set the sources value.
-