Package com.mypurecloud.sdk.v2.model
Class BotConnectorSummary
java.lang.Object
com.mypurecloud.sdk.v2.model.BotConnectorSummary
- All Implemented Interfaces:
Serializable
A summary description for a bot
- 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()The id of the bot.The name of the bot.voidsetBotCompositeTag(String botCompositeTag) voidsetDescription(String description) voidvoidvoidsetVersions(List<BotConnectorVersionSummary> versions) toString()versions(List<BotConnectorVersionSummary> versions) This bots version.
-
Constructor Details
-
BotConnectorSummary
public BotConnectorSummary() -
BotConnectorSummary
-
-
Method Details
-
id
The id of the bot. -
getId
-
setId
-
name
The name of the bot. -
getName
-
setName
-
description
An optional description of the bot. -
getDescription
-
setDescription
-
botCompositeTag
A system-generated string that contains metadata about this bot. -
getBotCompositeTag
-
setBotCompositeTag
-
versions
This bots version. -
getVersions
-
setVersions
-
equals
-
hashCode
public int hashCode() -
toString
-