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