Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.UpdateKbOperationDTODelete
-
Packages that use UpdateKbOperationDTODelete Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of UpdateKbOperationDTODelete in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return UpdateKbOperationDTODelete Modifier and Type Method Description UpdateKbOperationDTODelete
UpdateKbOperationDTO. delete()
Get the delete value.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models with parameters of type UpdateKbOperationDTODelete Modifier and Type Method Description UpdateKbOperationDTO
UpdateKbOperationDTO. withDelete(UpdateKbOperationDTODelete delete)
Set the delete value.
-