The following are methods for BotsInfoResponse.Bot.
getAppId()
Returns the app ID, for example, A161CLERW.
Signature
1public String getAppId()
Return Value
Type: String
getIcons()
Gets the icons for a bot user.
Signature
1public Slack.BotIcons getIcons()
Return Value
Type: Slack.BotIcons
getId()
Returns the bot ID, for example, B061F7JD2.
Signature
1public String getId()
Return Value
Type: String
getName()
Returns the name of the bot.
Signature
1public String getName()
Return Value
Type: String
getUpdated()
Signature
1public Integer getUpdated()
Return Value
Type: Integer
getUserId()
Returns the user ID, for example, U012ABCDEF.
Signature
public String getUserId()
Return Value
Type: String
isDeleted()
Returns true if a bot user is deleted or false if the bot user is still active.
Signature
public Boolean isDeleted()
Return Value
Type: Boolean
setAppId(appId)
Specifies the app ID for the bot.
Signature
1public void setAppId(String appId)
Parameters
appId
Type: String
Return Value
Type: void
setIcons(icons)
Sets the icon on a bot user.
Signature
1public void setIcons(Slack.BotIcons icons)
Parameters
icons
Type: Slack.BotIcons
Return Value
Type: void
setDeleted(deleted)
Specifies whether the bot user is deleted.
Signature
1public void setDeleted(Boolean deleted)
Parameters
deleted
Type: Boolean
Return Value
Type: void
setId(id)
Specifies the bot ID.
Signature
1public void setId(String id)
Parameters
id
Type: String
Return Value
Type: void
setName(name)
Specifies the bot name.
Signature
1public void setName(String name)
Parameters
name
Type: String
Return Value
Type: void
setUpdated(updated)
Signature
1public void setUpdated(Integer updated)
Parameters
updated
Type: Integer
Return Value
Type: void
setUserId(userId)
Signature
1public void setUserId(String userId)
Parameters
userId
Type: String
Return Value
Type: void
Beta Feature
This feature is not generally available. It is not part of your purchased Services. This feature is subject to change, may be discontinued with no notice at any time in SFDC’s sole discretion, and SFDC may never make this feature generally available. Make your purchase decisions only on the basis of generally available products and features. This feature is made available on an AS IS basis and use of this feature is at your sole risk.