Package com.mypurecloud.sdk.v2.model
Class NuanceEnvironment
java.lang.Object
com.mypurecloud.sdk.v2.model.NuanceEnvironment
- All Implemented Interfaces:
Serializable
Model for a Nuance bot environment
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenvironmentDesignation(String environmentDesignation) The environment type, usually a value like SANDBOX or PRODUCTIONbooleanexecutionHost(String executionHost) The host used to execute this bot, similar to 'api.nuance.com:443'getId()getName()inthashCode()The environment IDThe environment namevoidsetEnvironmentDesignation(String environmentDesignation) voidsetExecutionHost(String executionHost) voidvoidtoString()
-
Constructor Details
-
NuanceEnvironment
public NuanceEnvironment() -
NuanceEnvironment
-
-
Method Details
-
id
The environment ID -
getId
-
setId
-
name
The environment name -
getName
-
setName
-
environmentDesignation
The environment type, usually a value like SANDBOX or PRODUCTION -
getEnvironmentDesignation
-
setEnvironmentDesignation
-
executionHost
The host used to execute this bot, similar to 'api.nuance.com:443' -
getExecutionHost
-
setExecutionHost
-
equals
-
hashCode
public int hashCode() -
toString
-