public class PushIntelligentRobotGroupMessageRequest
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
PushIntelligentRobotGroupMessageRequest() |
限定符和类型 | 方法和说明 |
---|---|
static PushIntelligentRobotGroupMessageRequest |
build(Map<String,?> map) |
String |
getChatbotId() |
String |
getMsgKey() |
String |
getMsgParam() |
String |
getOpenConversationId() |
PushIntelligentRobotGroupMessageRequest |
setChatbotId(String chatbotId) |
PushIntelligentRobotGroupMessageRequest |
setMsgKey(String msgKey) |
PushIntelligentRobotGroupMessageRequest |
setMsgParam(String msgParam) |
PushIntelligentRobotGroupMessageRequest |
setOpenConversationId(String openConversationId) |
@NameInMap(value="chatbotId") public String chatbotId
@NameInMap(value="msgKey") public String msgKey
@NameInMap(value="msgParam") public String msgParam
@NameInMap(value="openConversationId") public String openConversationId
public static PushIntelligentRobotGroupMessageRequest build(Map<String,?> map) throws Exception
Exception
public PushIntelligentRobotGroupMessageRequest setChatbotId(String chatbotId)
public String getChatbotId()
public PushIntelligentRobotGroupMessageRequest setMsgKey(String msgKey)
public String getMsgKey()
public PushIntelligentRobotGroupMessageRequest setMsgParam(String msgParam)
public String getMsgParam()
public PushIntelligentRobotGroupMessageRequest setOpenConversationId(String openConversationId)
public String getOpenConversationId()
Copyright © 2022. All rights reserved.