public class Bot extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Bot.Builder |
| 构造器和说明 |
|---|
Bot() |
Bot(Bot.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getBotMenuDisplayStrategy() |
Boolean |
getBotMenuEnable() |
BotMenuNode[] |
getBotMenus() |
String |
getCardRequestUrl() |
static Bot.Builder |
newBuilder() |
void |
setBotMenuDisplayStrategy(Integer botMenuDisplayStrategy) |
void |
setBotMenuEnable(Boolean botMenuEnable) |
void |
setBotMenus(BotMenuNode[] botMenus) |
void |
setCardRequestUrl(String cardRequestUrl) |
public Bot()
public Bot(Bot.Builder builder)
public String getCardRequestUrl()
public void setCardRequestUrl(String cardRequestUrl)
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 static Bot.Builder newBuilder()
Copyright © 2026. All rights reserved.