public class TopboxCloseRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
conversationType |
String |
coolAppCode |
String |
openConversationId
example:
xxxx
|
String |
outTrackId
This parameter is required.
|
List<String> |
receiverUserIdList |
String |
robotCode |
| 构造器和说明 |
|---|
TopboxCloseRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static TopboxCloseRequest |
build(Map<String,?> map) |
Integer |
getConversationType() |
String |
getCoolAppCode() |
String |
getOpenConversationId() |
String |
getOutTrackId() |
List<String> |
getReceiverUserIdList() |
String |
getRobotCode() |
TopboxCloseRequest |
setConversationType(Integer conversationType) |
TopboxCloseRequest |
setCoolAppCode(String coolAppCode) |
TopboxCloseRequest |
setOpenConversationId(String openConversationId) |
TopboxCloseRequest |
setOutTrackId(String outTrackId) |
TopboxCloseRequest |
setReceiverUserIdList(List<String> receiverUserIdList) |
TopboxCloseRequest |
setRobotCode(String robotCode) |
@NameInMap(value="conversationType") public Integer conversationType
@NameInMap(value="coolAppCode") public String coolAppCode
@NameInMap(value="openConversationId") public String openConversationId
xxxx
@NameInMap(value="outTrackId") public String outTrackId
This parameter is required.
example:xxxx
@NameInMap(value="robotCode") public String robotCode
public static TopboxCloseRequest build(Map<String,?> map) throws Exception
Exceptionpublic TopboxCloseRequest setConversationType(Integer conversationType)
public Integer getConversationType()
public TopboxCloseRequest setCoolAppCode(String coolAppCode)
public String getCoolAppCode()
public TopboxCloseRequest setOpenConversationId(String openConversationId)
public String getOpenConversationId()
public TopboxCloseRequest setOutTrackId(String outTrackId)
public String getOutTrackId()
public TopboxCloseRequest setReceiverUserIdList(List<String> receiverUserIdList)
public TopboxCloseRequest setRobotCode(String robotCode)
public String getRobotCode()
Copyright © 2025. All rights reserved.