public class BatchRecallPrivateChatRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
openConversationId |
List<String> |
processQueryKeys |
String |
robotCode |
| 构造器和说明 |
|---|
BatchRecallPrivateChatRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BatchRecallPrivateChatRequest |
build(Map<String,?> map) |
String |
getOpenConversationId() |
List<String> |
getProcessQueryKeys() |
String |
getRobotCode() |
BatchRecallPrivateChatRequest |
setOpenConversationId(String openConversationId) |
BatchRecallPrivateChatRequest |
setProcessQueryKeys(List<String> processQueryKeys) |
BatchRecallPrivateChatRequest |
setRobotCode(String robotCode) |
@NameInMap(value="openConversationId") public String openConversationId
@NameInMap(value="robotCode") public String robotCode
public static BatchRecallPrivateChatRequest build(Map<String,?> map) throws Exception
Exceptionpublic BatchRecallPrivateChatRequest setOpenConversationId(String openConversationId)
public String getOpenConversationId()
public BatchRecallPrivateChatRequest setProcessQueryKeys(List<String> processQueryKeys)
public BatchRecallPrivateChatRequest setRobotCode(String robotCode)
public String getRobotCode()
Copyright © 2023. All rights reserved.