Package com.mypurecloud.sdk.v2.model
Class NuanceBot
java.lang.Object
com.mypurecloud.sdk.v2.model.NuanceBot
- All Implemented Interfaces:
Serializable
Model for a Nuance bot
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplication(NuanceApplication application) The Application for this botchannels(List<NuanceChannel> channels) List of channels associated with this Nuance bot.credentials(List<NuanceBotCredentials> credentials) client ID/Secret objects for the credentials that execute this Nuance botbooleangeography(NuanceGeography geography) The Geography of the Nuance botgetId()getName()inthashCode()Nuance bot IdintegrationId(String integrationId) The Integration Id for this botList of locales associated with this Nuance bot.Nuance bot namenuanceEnvironment(NuanceEnvironment nuanceEnvironment) The environment of the Nuance botnuanceOrganization(NuanceOrganization nuanceOrganization) The Nuance Organization for this botvoidsetApplication(NuanceApplication application) voidsetChannels(List<NuanceChannel> channels) voidsetCredentials(List<NuanceBotCredentials> credentials) voidsetGeography(NuanceGeography geography) voidvoidsetIntegrationId(String integrationId) voidsetLocales(List<String> locales) voidvoidsetNuanceEnvironment(NuanceEnvironment nuanceEnvironment) voidsetNuanceOrganization(NuanceOrganization nuanceOrganization) voidsetTransferNodes(List<NuanceBotTransferNode> transferNodes) voidsetVariables(List<NuanceBotVariable> variables) toString()transferNodes(List<NuanceBotTransferNode> transferNodes) List of transferNodes in this Nuance bot.variables(List<NuanceBotVariable> variables) List of available variables in this Nuance bot.
-
Constructor Details
-
NuanceBot
public NuanceBot() -
NuanceBot
-
-
Method Details
-
id
Nuance bot Id -
getId
-
setId
-
name
Nuance bot name -
getName
-
setName
-
integrationId
The Integration Id for this bot -
getIntegrationId
-
setIntegrationId
-
nuanceOrganization
The Nuance Organization for this bot -
getNuanceOrganization
-
setNuanceOrganization
-
application
The Application for this bot -
getApplication
-
setApplication
-
nuanceEnvironment
The environment of the Nuance bot -
getNuanceEnvironment
-
setNuanceEnvironment
-
geography
The Geography of the Nuance bot -
getGeography
-
setGeography
-
credentials
client ID/Secret objects for the credentials that execute this Nuance bot -
getCredentials
-
setCredentials
-
variables
List of available variables in this Nuance bot. When querying, use the 'expand=variables' query param to populate this value -
getVariables
-
setVariables
-
transferNodes
List of transferNodes in this Nuance bot. When querying, use the 'expand=transferNodes' query param to populate this value -
getTransferNodes
-
setTransferNodes
-
locales
List of locales associated with this Nuance bot. Generally in the ISO format such as 'en-US' -
getLocales
-
setLocales
-
channels
List of channels associated with this Nuance bot. -
getChannels
-
setChannels
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-