public class PushIntelligentRobotMessageRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
chatbotId
This parameter is required.
|
String |
msgKey
This parameter is required.
|
String |
msgParam
This parameter is required.
|
String |
userId
This parameter is required.
|
| 构造器和说明 |
|---|
PushIntelligentRobotMessageRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PushIntelligentRobotMessageRequest |
build(Map<String,?> map) |
String |
getChatbotId() |
String |
getMsgKey() |
String |
getMsgParam() |
String |
getUserId() |
PushIntelligentRobotMessageRequest |
setChatbotId(String chatbotId) |
PushIntelligentRobotMessageRequest |
setMsgKey(String msgKey) |
PushIntelligentRobotMessageRequest |
setMsgParam(String msgParam) |
PushIntelligentRobotMessageRequest |
setUserId(String userId) |
@NameInMap(value="chatbotId") public String chatbotId
This parameter is required.
example:abcd123
@NameInMap(value="msgKey") public String msgKey
This parameter is required.
example:sampleText
@NameInMap(value="msgParam") public String msgParam
This parameter is required.
example:eyJjb250ZW50IjogIua1i+ivleWGheWuuSJ9(即{"content": "测试内容"}的base64编码值)
@NameInMap(value="userId") public String userId
This parameter is required.
example:123456abc
public static PushIntelligentRobotMessageRequest build(Map<String,?> map) throws Exception
Exceptionpublic PushIntelligentRobotMessageRequest setChatbotId(String chatbotId)
public String getChatbotId()
public PushIntelligentRobotMessageRequest setMsgKey(String msgKey)
public String getMsgKey()
public PushIntelligentRobotMessageRequest setMsgParam(String msgParam)
public String getMsgParam()
public PushIntelligentRobotMessageRequest setUserId(String userId)
public String getUserId()
Copyright © 2025. All rights reserved.