public class PLChannelMenuSetRequest extends PLBaseRequest
频道菜单设置请求对象类
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
content
字段名:菜单内容
变量名:content
是否必填:是
类型:String
示例值:菜单
描述:用于设置频道菜单的展示内容
|
protected String |
menuId
字段名:菜单ID(互动聊天或咨询提问的菜单ID不允许设置)
变量名:menuId
是否必填:是
类型:String
示例值:menu
描述:菜单ID
|
appId, appSecret, sign, timestamp| 构造器和说明 |
|---|
PLChannelMenuSetRequest(String appId,
String appSecret) |
PLChannelMenuSetRequest(String appId,
String appSecret,
String menuId,
String content)
必要参数构造函数
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent() |
String |
getMenuId() |
void |
setContent(String content) |
void |
setMenuId(String menuId) |
String |
toString() |
getAppId, getAppSecret, getParams, getSign, getTimestamp, setAppId, setAppSecret, setSign, setTimestampCopyright © 2019. All rights reserved.