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