Package com.mypurecloud.sdk.v2.model
Class BotSummary
java.lang.Object
com.mypurecloud.sdk.v2.model.BotSummary
- All Implemented Interfaces:
Serializable
A summary description for a botConnector bot
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) An optional description of the bot.booleangetId()getName()inthashCode()The id of the bot.The name of the bot.voidsetDescription(String description) voidvoidtoString()
-
Constructor Details
-
BotSummary
public BotSummary() -
BotSummary
-
-
Method Details
-
name
The name of the bot. -
getName
-
setName
-
id
The id of the bot. -
getId
-
setId
-
description
An optional description of the bot. -
getDescription
-
setDescription
-
getBotCompositeTag
-
equals
-
hashCode
public int hashCode() -
toString
-