Uses of Class
com.mypurecloud.sdk.v2.model.NluConfig
Packages that use NluConfig
-
Uses of NluConfig in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return NluConfigModifier and TypeMethodDescriptionNluConfig.domain(CopilotNluDomain domain) NLU domain.Copilot.getNluConfig()NluConfig.intentConfidenceThreshold(Float intentConfidenceThreshold) Minimum confidence value of accepting NLU intents, must be greater than 0 and less than 1.Methods in com.mypurecloud.sdk.v2.model with parameters of type NluConfigModifier and TypeMethodDescriptionNLU configuration.voidCopilot.setNluConfig(NluConfig nluConfig)