public class RobotCallCustomerParam
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
customerKey
example:
|
String |
customerOutInfo
example:
|
String |
properties
example:
|
| Constructor and Description |
|---|
RobotCallCustomerParam() |
| Modifier and Type | Method and Description |
|---|---|
static RobotCallCustomerParam |
build(Map<String,?> map) |
String |
getCustomerKey() |
String |
getCustomerOutInfo() |
String |
getProperties() |
RobotCallCustomerParam |
setCustomerKey(String customerKey) |
RobotCallCustomerParam |
setCustomerOutInfo(String customerOutInfo) |
RobotCallCustomerParam |
setProperties(String properties) |
@NameInMap(value="customer_key") @Validation(required=true) public String customerKey
12345
@NameInMap(value="customer_out_info") public String customerOutInfo
12345
@NameInMap(value="properties") public String properties
{"key1":"v1"}
public static RobotCallCustomerParam build(Map<String,?> map) throws Exception
Exceptionpublic RobotCallCustomerParam setCustomerKey(String customerKey)
public String getCustomerKey()
public RobotCallCustomerParam setCustomerOutInfo(String customerOutInfo)
public String getCustomerOutInfo()
public RobotCallCustomerParam setProperties(String properties)
public String getProperties()
Copyright © 2025. All rights reserved.