public class QueryUmktRobotcallDetailResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
List<AICallbackMessage> |
callInfo |
String |
customerOutInfo |
String |
outInfo |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| Constructor and Description |
|---|
QueryUmktRobotcallDetailResponse() |
| Modifier and Type | Method and Description |
|---|---|
static QueryUmktRobotcallDetailResponse |
build(Map<String,?> map) |
List<AICallbackMessage> |
getCallInfo() |
String |
getCustomerOutInfo() |
String |
getOutInfo() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
QueryUmktRobotcallDetailResponse |
setCallInfo(List<AICallbackMessage> callInfo) |
QueryUmktRobotcallDetailResponse |
setCustomerOutInfo(String customerOutInfo) |
QueryUmktRobotcallDetailResponse |
setOutInfo(String outInfo) |
QueryUmktRobotcallDetailResponse |
setReqMsgId(String reqMsgId) |
QueryUmktRobotcallDetailResponse |
setResultCode(String resultCode) |
QueryUmktRobotcallDetailResponse |
setResultMsg(String resultMsg) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="out_info") public String outInfo
@NameInMap(value="customer_out_info") public String customerOutInfo
@NameInMap(value="call_info") public List<AICallbackMessage> callInfo
public static QueryUmktRobotcallDetailResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryUmktRobotcallDetailResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryUmktRobotcallDetailResponse setResultCode(String resultCode)
public String getResultCode()
public QueryUmktRobotcallDetailResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryUmktRobotcallDetailResponse setOutInfo(String outInfo)
public String getOutInfo()
public QueryUmktRobotcallDetailResponse setCustomerOutInfo(String customerOutInfo)
public String getCustomerOutInfo()
public QueryUmktRobotcallDetailResponse setCallInfo(List<AICallbackMessage> callInfo)
public List<AICallbackMessage> getCallInfo()
Copyright © 2025. All rights reserved.