Package com.mypurecloud.sdk.v2.model
Class Bot
java.lang.Object
com.mypurecloud.sdk.v2.model.Bot
- All Implemented Interfaces:
Serializable
A bot instance
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbotCompositeTag(String botCompositeTag) A system-generated string that contains metadata about this bot.description(String description) An optional description of the bot.booleangetId()getName()inthashCode()This is a string type that should denote a unique ID of the bot for calling purposes by the Genesys service (EG a UUID).This is the name that will be displayed to the user in Architect.The provider of the bot.voidsetBotCompositeTag(String botCompositeTag) voidsetDescription(String description) voidvoidvoidsetProvider(String provider) voidsetVersions(List<BotVersion> versions) toString()versions(List<BotVersion> versions) This bots version.
-
Constructor Details
-
Bot
public Bot() -
Bot
-
-
Method Details
-
id
This is a string type that should denote a unique ID of the bot for calling purposes by the Genesys service (EG a UUID). -
getId
-
setId
-
name
This is the name that will be displayed to the user in Architect. -
getName
-
setName
-
description
An optional description of the bot. -
getDescription
-
setDescription
-
provider
The provider of the bot. -
getProvider
-
setProvider
-
versions
This bots version. -
getVersions
-
setVersions
-
botCompositeTag
A system-generated string that contains metadata about this bot. -
getBotCompositeTag
-
setBotCompositeTag
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-