public static class JumpToBizTempSession.Req extends BaseReq
限定符和类型 | 字段和说明 |
---|---|
java.lang.String |
sessionFrom
The extra info message, The length should be within 1KB
携带的额外信息,长度不能超度1kb
|
int |
showType
The display style to show when enter a temp session
chatting, JumpToBizTempSession.SHOW_MENU means show chatting menu,
JumpToBizTempSession.SHOW_CHAT means show chatting input box
进入临时会话时,展示样式:
JumpToBizTempSession.SHOW_MENU
为显示菜单,JumpToBizTempSession.SHOW_CHAT 为显示输入框 |
java.lang.String |
toUserName
User Name of the brand account you want jump to
要跳转公众号的user name
|
openId, transaction
构造器和说明 |
---|
Req() |
public java.lang.String toUserName
public java.lang.String sessionFrom
public int showType
JumpToBizTempSession.SHOW_MENU
means show chatting menu,
JumpToBizTempSession.SHOW_CHAT
means show chatting input boxJumpToBizTempSession.SHOW_MENU
为显示菜单,JumpToBizTempSession.SHOW_CHAT
为显示输入框public int getType()
BaseReq
public boolean checkArgs()
BaseReq