Package com.mypurecloud.sdk.v2.model
Class BotConnectorBot
java.lang.Object
com.mypurecloud.sdk.v2.model.BotConnectorBot
- All Implemented Interfaces:
Serializable
A botConnector Bot Instance
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) An optional description of the bot.booleangetId()getName()inthashCode()The Botconnector Bot Id - this is configurable by the user when putvoidsetDescription(String description) voidvoidvoidsetVersions(List<BotConnectorBotVersion> versions) toString()versions(List<BotConnectorBotVersion> versions) This bots versions, limit of 50 per bot
-
Constructor Details
-
BotConnectorBot
public BotConnectorBot() -
BotConnectorBot
-
-
Method Details
-
id
The Botconnector Bot Id - this is configurable by the user when put -
getId
-
setId
-
name
-
getName
-
setName
-
description
An optional description of the bot. This can be up to 256 characters long and must be comprised of displayable characters without leading or trailing whitespace -
getDescription
-
setDescription
-
versions
This bots versions, limit of 50 per bot -
getVersions
-
setVersions
-
getBotCompositeTag
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-