Uses of Class
com.mypurecloud.sdk.v2.model.BotExecutionConfiguration
Packages that use BotExecutionConfiguration
Package
Description
-
Uses of BotExecutionConfiguration in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type BotExecutionConfigurationModifier and TypeMethodDescriptionvoidIntegrationsApi.postIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidate(String nuanceIntegrationId, BotExecutionConfiguration settings) Try out a single credential for a Nuance bot to know if the secret is correctIntegrationsApi.postIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidateWithHttpInfo(String nuanceIntegrationId, BotExecutionConfiguration settings) Try out a single credential for a Nuance bot to know if the secret is correctMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type BotExecutionConfigurationModifier and TypeMethodDescriptionIntegrationsApi.postIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidate(ApiRequest<BotExecutionConfiguration> request) Try out a single credential for a Nuance bot to know if the secret is correctIntegrationsApiAsync.postIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidateAsync(ApiRequest<BotExecutionConfiguration> request, AsyncApiCallback<ApiResponse<Void>> callback) Try out a single credential for a Nuance bot to know if the secret is correct -
Uses of BotExecutionConfiguration in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return BotExecutionConfigurationModifier and TypeMethodDescriptionPostIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidateRequest.getSettings()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type BotExecutionConfigurationModifier and TypeMethodDescriptionPostIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidateRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type BotExecutionConfigurationModifier and TypeMethodDescriptionPostIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidateRequest.builder(String nuanceIntegrationId, BotExecutionConfiguration settings) voidPostIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidateRequest.setSettings(BotExecutionConfiguration settings) PostIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidateRequest.Builder.withRequiredParams(String nuanceIntegrationId, BotExecutionConfiguration settings) PostIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidateRequest.Builder.withSettings(BotExecutionConfiguration settings) PostIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidateRequest.withSettings(BotExecutionConfiguration settings) -
Uses of BotExecutionConfiguration in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BotExecutionConfigurationModifier and TypeMethodDescriptionBotExecutionConfiguration.botCredentials(NuanceBotCredentials botCredentials) The bot's launch credentialsThe Nuance bot IDBotExecutionConfiguration.executionHost(String executionHost) The hostname to use when contacting Nuance to execute this botMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type BotExecutionConfigurationMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type BotExecutionConfigurationModifier and TypeMethodDescriptionNuanceBotLaunchSettings.botExecutionConfigurations(List<BotExecutionConfiguration> botExecutionConfigurations) The list of Nuance bots that are configured as available to the Genesys Cloud systemvoidNuanceBotLaunchSettings.setBotExecutionConfigurations(List<BotExecutionConfiguration> botExecutionConfigurations)