public class PrivateChatSendRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
coolAppCode |
String |
msgKey |
String |
msgParam |
String |
openConversationId |
String |
robotCode |
| 构造器和说明 |
|---|
PrivateChatSendRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PrivateChatSendRequest |
build(Map<String,?> map) |
String |
getCoolAppCode() |
String |
getMsgKey() |
String |
getMsgParam() |
String |
getOpenConversationId() |
String |
getRobotCode() |
PrivateChatSendRequest |
setCoolAppCode(String coolAppCode) |
PrivateChatSendRequest |
setMsgKey(String msgKey) |
PrivateChatSendRequest |
setMsgParam(String msgParam) |
PrivateChatSendRequest |
setOpenConversationId(String openConversationId) |
PrivateChatSendRequest |
setRobotCode(String robotCode) |
@NameInMap(value="coolAppCode") public String coolAppCode
@NameInMap(value="msgKey") public String msgKey
@NameInMap(value="msgParam") public String msgParam
@NameInMap(value="openConversationId") public String openConversationId
@NameInMap(value="robotCode") public String robotCode
public static PrivateChatSendRequest build(Map<String,?> map) throws Exception
Exceptionpublic PrivateChatSendRequest setCoolAppCode(String coolAppCode)
public String getCoolAppCode()
public PrivateChatSendRequest setMsgKey(String msgKey)
public String getMsgKey()
public PrivateChatSendRequest setMsgParam(String msgParam)
public String getMsgParam()
public PrivateChatSendRequest setOpenConversationId(String openConversationId)
public String getOpenConversationId()
public PrivateChatSendRequest setRobotCode(String robotCode)
public String getRobotCode()
Copyright © 2023. All rights reserved.