public class SendRobotMessageRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
atAll |
String |
atAppUserId |
String |
atDingUserId |
String |
msgContent |
String |
msgType |
List<String> |
openConversationIds |
String |
robotCode |
| 构造器和说明 |
|---|
SendRobotMessageRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SendRobotMessageRequest |
build(Map<String,?> map) |
Boolean |
getAtAll() |
String |
getAtAppUserId() |
String |
getAtDingUserId() |
String |
getMsgContent() |
String |
getMsgType() |
List<String> |
getOpenConversationIds() |
String |
getRobotCode() |
SendRobotMessageRequest |
setAtAll(Boolean atAll) |
SendRobotMessageRequest |
setAtAppUserId(String atAppUserId) |
SendRobotMessageRequest |
setAtDingUserId(String atDingUserId) |
SendRobotMessageRequest |
setMsgContent(String msgContent) |
SendRobotMessageRequest |
setMsgType(String msgType) |
SendRobotMessageRequest |
setOpenConversationIds(List<String> openConversationIds) |
SendRobotMessageRequest |
setRobotCode(String robotCode) |
@NameInMap(value="atAll") public Boolean atAll
@NameInMap(value="atAppUserId") public String atAppUserId
@NameInMap(value="atDingUserId") public String atDingUserId
@NameInMap(value="msgContent") public String msgContent
@NameInMap(value="msgType") public String msgType
@NameInMap(value="robotCode") public String robotCode
public static SendRobotMessageRequest build(Map<String,?> map) throws Exception
Exceptionpublic SendRobotMessageRequest setAtAll(Boolean atAll)
public Boolean getAtAll()
public SendRobotMessageRequest setAtAppUserId(String atAppUserId)
public String getAtAppUserId()
public SendRobotMessageRequest setAtDingUserId(String atDingUserId)
public String getAtDingUserId()
public SendRobotMessageRequest setMsgContent(String msgContent)
public String getMsgContent()
public SendRobotMessageRequest setMsgType(String msgType)
public String getMsgType()
public SendRobotMessageRequest setOpenConversationIds(List<String> openConversationIds)
public SendRobotMessageRequest setRobotCode(String robotCode)
public String getRobotCode()
Copyright © 2023. All rights reserved.