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