public class ActionParamInfo
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
List<String> |
actionParam
example:
|
String |
contentType
example:
|
| Constructor and Description |
|---|
ActionParamInfo() |
| Modifier and Type | Method and Description |
|---|---|
static ActionParamInfo |
build(Map<String,?> map) |
List<String> |
getActionParam() |
String |
getContentType() |
ActionParamInfo |
setActionParam(List<String> actionParam) |
ActionParamInfo |
setContentType(String contentType) |
@NameInMap(value="content_type") @Validation(required=true) public String contentType
ROBOT_CALL
public static ActionParamInfo build(Map<String,?> map) throws Exception
Exceptionpublic ActionParamInfo setContentType(String contentType)
public String getContentType()
public ActionParamInfo setActionParam(List<String> actionParam)
Copyright © 2025. All rights reserved.