public class PushIntelligentRobotMessageRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
PushIntelligentRobotMessageRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PushIntelligentRobotMessageRequest |
build(Map<String,?> map) |
String |
getChatbotId() |
String |
getDingCorpId() |
String |
getMsgKey() |
String |
getMsgParam() |
String |
getUserId() |
PushIntelligentRobotMessageRequest |
setChatbotId(String chatbotId) |
PushIntelligentRobotMessageRequest |
setDingCorpId(String dingCorpId) |
PushIntelligentRobotMessageRequest |
setMsgKey(String msgKey) |
PushIntelligentRobotMessageRequest |
setMsgParam(String msgParam) |
PushIntelligentRobotMessageRequest |
setUserId(String userId) |
@NameInMap(value="dingCorpId") public String dingCorpId
@NameInMap(value="chatbotId") public String chatbotId
@NameInMap(value="userId") public String userId
@NameInMap(value="msgKey") public String msgKey
@NameInMap(value="msgParam") public String msgParam
public static PushIntelligentRobotMessageRequest build(Map<String,?> map) throws Exception
Exceptionpublic PushIntelligentRobotMessageRequest setDingCorpId(String dingCorpId)
public String getDingCorpId()
public PushIntelligentRobotMessageRequest setChatbotId(String chatbotId)
public String getChatbotId()
public PushIntelligentRobotMessageRequest setUserId(String userId)
public String getUserId()
public PushIntelligentRobotMessageRequest setMsgKey(String msgKey)
public String getMsgKey()
public PushIntelligentRobotMessageRequest setMsgParam(String msgParam)
public String getMsgParam()
Copyright © 2021. All rights reserved.