public class DeleteIMRobotRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
DeleteIMRobotRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteIMRobotRequest |
build(Map<String,?> map) |
Long |
getRobotId() |
DeleteIMRobotRequest |
setRobotId(Long robotId) |
@NameInMap(value="RobotId") public Long robotId
The ID of the IM chatbot.
This parameter is required.
example:123
public static DeleteIMRobotRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteIMRobotRequest setRobotId(Long robotId)
public Long getRobotId()
Copyright © 2024. All rights reserved.