Uses of Interface
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.Alterations
-
Packages that use Alterations 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. -
-
Uses of Alterations in com.microsoft.azure.cognitiveservices.knowledge.qnamaker
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker that return Alterations Modifier and Type Method Description AlterationsQnAMakerClient. alterations()Gets the Alterations object to access its operations. -
Uses of Alterations in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation
Classes in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation that implement Alterations Modifier and Type Class Description classAlterationsImplAn instance of this class provides access to all the operations defined in Alterations.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation that return Alterations Modifier and Type Method Description AlterationsQnAMakerClientImpl. alterations()Gets the Alterations object to access its operations.
-