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