public class AppAbilityBot extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AppAbilityBot.Builder |
| 构造器和说明 |
|---|
AppAbilityBot() |
AppAbilityBot(AppAbilityBot.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getAllowInvitedToGroupByOtherAppSwitchOpen() |
Integer |
getBotMenuDisplayStrategy() |
Boolean |
getBotMenuEnable() |
BotMenuNode[] |
getBotMenus() |
Boolean |
getEnable() |
AppAbilityBotI18n[] |
getI18ns() |
String |
getMessageCardCallbackUrl() |
static AppAbilityBot.Builder |
newBuilder() |
void |
setAllowInvitedToGroupByOtherAppSwitchOpen(Boolean allowInvitedToGroupByOtherAppSwitchOpen) |
void |
setBotMenuDisplayStrategy(Integer botMenuDisplayStrategy) |
void |
setBotMenuEnable(Boolean botMenuEnable) |
void |
setBotMenus(BotMenuNode[] botMenus) |
void |
setEnable(Boolean enable) |
void |
setI18ns(AppAbilityBotI18n[] i18ns) |
void |
setMessageCardCallbackUrl(String messageCardCallbackUrl) |
public AppAbilityBot()
public AppAbilityBot(AppAbilityBot.Builder builder)
public Boolean getEnable()
public void setEnable(Boolean enable)
public String getMessageCardCallbackUrl()
public void setMessageCardCallbackUrl(String messageCardCallbackUrl)
public AppAbilityBotI18n[] getI18ns()
public void setI18ns(AppAbilityBotI18n[] i18ns)
public Boolean getBotMenuEnable()
public void setBotMenuEnable(Boolean botMenuEnable)
public BotMenuNode[] getBotMenus()
public void setBotMenus(BotMenuNode[] botMenus)
public Integer getBotMenuDisplayStrategy()
public void setBotMenuDisplayStrategy(Integer botMenuDisplayStrategy)
public Boolean getAllowInvitedToGroupByOtherAppSwitchOpen()
public void setAllowInvitedToGroupByOtherAppSwitchOpen(Boolean allowInvitedToGroupByOtherAppSwitchOpen)
public static AppAbilityBot.Builder newBuilder()
Copyright © 2026. All rights reserved.