Package com.mypurecloud.sdk.v2.model
Class BotSearchResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.BotSearchResponse
- All Implemented Interfaces:
Serializable
BotSearchResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe provider of the bot -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbotType(BotSearchResponse.BotTypeEnum botType) The provider of the botdescription(String description) The description of the botbooleangetId()getName()inthashCode()The id of the botThe name of the botvoidsetBotType(BotSearchResponse.BotTypeEnum botType) voidsetDescription(String description) voidvoidvoidsetVirtualAgentEnabled(Boolean virtualAgentEnabled) toString()virtualAgentEnabled(Boolean virtualAgentEnabled) Whether the bot is a virtual agent or not
-
Constructor Details
-
BotSearchResponse
public BotSearchResponse() -
BotSearchResponse
-
-
Method Details
-
id
The id of the bot -
getId
-
setId
-
name
The name of the bot -
getName
-
setName
-
botType
The provider of the bot -
getBotType
-
setBotType
-
description
The description of the bot -
getDescription
-
setDescription
-
virtualAgentEnabled
Whether the bot is a virtual agent or not -
getVirtualAgentEnabled
-
setVirtualAgentEnabled
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-