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