public class CreateOrUpdateIMRobotResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CreateOrUpdateIMRobotResponseBody.CreateOrUpdateIMRobotResponseBodyAlertRobot |
| 限定符和类型 | 字段和说明 |
|---|---|
CreateOrUpdateIMRobotResponseBody.CreateOrUpdateIMRobotResponseBodyAlertRobot |
alertRobot
The information about the IM chatbot.
|
String |
requestId
The request ID.
|
| 构造器和说明 |
|---|
CreateOrUpdateIMRobotResponseBody() |
@NameInMap(value="AlertRobot") public CreateOrUpdateIMRobotResponseBody.CreateOrUpdateIMRobotResponseBodyAlertRobot alertRobot
The information about the IM chatbot.
@NameInMap(value="RequestId") public String requestId
The request ID.
example:16AF921B-8187-489F-9913-43C808B4****
public static CreateOrUpdateIMRobotResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateOrUpdateIMRobotResponseBody setAlertRobot(CreateOrUpdateIMRobotResponseBody.CreateOrUpdateIMRobotResponseBodyAlertRobot alertRobot)
public CreateOrUpdateIMRobotResponseBody.CreateOrUpdateIMRobotResponseBodyAlertRobot getAlertRobot()
public CreateOrUpdateIMRobotResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.