Package com.mypurecloud.sdk.v2.model
Class BotExecutionConfiguration
java.lang.Object
com.mypurecloud.sdk.v2.model.BotExecutionConfiguration
- All Implemented Interfaces:
Serializable
Model for setting the launch configuration for a Nuance bot available to Genesys Cloud
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbotCredentials(NuanceBotCredentials botCredentials) The bot's launch credentialsThe Nuance bot IDbooleanexecutionHost(String executionHost) The hostname to use when contacting Nuance to execute this botgetBotId()inthashCode()voidsetBotCredentials(NuanceBotCredentials botCredentials) voidvoidsetExecutionHost(String executionHost) toString()
-
Constructor Details
-
BotExecutionConfiguration
public BotExecutionConfiguration() -
BotExecutionConfiguration
-
-
Method Details
-
botId
The Nuance bot ID -
getBotId
-
setBotId
-
executionHost
The hostname to use when contacting Nuance to execute this bot -
getExecutionHost
-
setExecutionHost
-
botCredentials
The bot's launch credentials -
getBotCredentials
-
setBotCredentials
-
equals
-
hashCode
public int hashCode() -
toString
-