Uses of Class
com.mypurecloud.sdk.v2.model.NuanceBotCredentials
Packages that use NuanceBotCredentials
-
Uses of NuanceBotCredentials in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return NuanceBotCredentialsModifier and TypeMethodDescriptionThe application IDThe credentials client IDNuanceBotCredentials.clientSecret(String clientSecret) The credentials client secretNuanceBotCredentials.clientSecretProvided(Boolean clientSecretProvided) True if the credentials secret is set (but not returned due to security reasons)BotExecutionConfiguration.getBotCredentials()Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type NuanceBotCredentialsMethods in com.mypurecloud.sdk.v2.model with parameters of type NuanceBotCredentialsModifier and TypeMethodDescriptionBotExecutionConfiguration.botCredentials(NuanceBotCredentials botCredentials) The bot's launch credentialsvoidBotExecutionConfiguration.setBotCredentials(NuanceBotCredentials botCredentials) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type NuanceBotCredentialsModifier and TypeMethodDescriptionNuanceBot.credentials(List<NuanceBotCredentials> credentials) client ID/Secret objects for the credentials that execute this Nuance botvoidNuanceBot.setCredentials(List<NuanceBotCredentials> credentials)