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