Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.UpdateSettingsOptionalParameter
-
Packages that use UpdateSettingsOptionalParameter 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.com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of UpdateSettingsOptionalParameter in com.microsoft.azure.cognitiveservices.knowledge.qnamaker
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker with parameters of type UpdateSettingsOptionalParameter Modifier and Type Method Description void
EndpointSettings. updateSettings(UpdateSettingsOptionalParameter updateSettingsOptionalParameter)
Updates endpoint settings for an endpoint.rx.Observable<Void>
EndpointSettings. updateSettingsAsync(UpdateSettingsOptionalParameter updateSettingsOptionalParameter)
Updates endpoint settings for an endpoint. -
Uses of UpdateSettingsOptionalParameter in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation with parameters of type UpdateSettingsOptionalParameter Modifier and Type Method Description void
EndpointSettingsImpl. updateSettings(UpdateSettingsOptionalParameter updateSettingsOptionalParameter)
Updates endpoint settings for an endpoint.rx.Observable<Void>
EndpointSettingsImpl. updateSettingsAsync(UpdateSettingsOptionalParameter updateSettingsOptionalParameter)
Updates endpoint settings for an endpoint.com.microsoft.rest.ServiceFuture<Void>
EndpointSettingsImpl. updateSettingsAsync(UpdateSettingsOptionalParameter updateSettingsOptionalParameter, com.microsoft.rest.ServiceCallback<Void> serviceCallback)
Updates endpoint settings for an endpoint.rx.Observable<com.microsoft.rest.ServiceResponse<Void>>
EndpointSettingsImpl. updateSettingsWithServiceResponseAsync(UpdateSettingsOptionalParameter updateSettingsOptionalParameter)
Updates endpoint settings for an endpoint. -
Uses of UpdateSettingsOptionalParameter in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return UpdateSettingsOptionalParameter Modifier and Type Method Description UpdateSettingsOptionalParameter
UpdateSettingsOptionalParameter. withActiveLearning(EndpointSettingsDTOActiveLearning activeLearning)
Set the activeLearning value.UpdateSettingsOptionalParameter
UpdateSettingsOptionalParameter. withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
-