public class QueryQmpRobotcallDetailResponse
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 |
|---|
QueryQmpRobotcallDetailResponse() |
| Modifier and Type | Method and Description |
|---|---|
static QueryQmpRobotcallDetailResponse |
build(Map<String,?> map) |
List<AICallbackMessage> |
getCallInfo() |
String |
getCustomerOutInfo() |
String |
getOutInfo() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
QueryQmpRobotcallDetailResponse |
setCallInfo(List<AICallbackMessage> callInfo) |
QueryQmpRobotcallDetailResponse |
setCustomerOutInfo(String customerOutInfo) |
QueryQmpRobotcallDetailResponse |
setOutInfo(String outInfo) |
QueryQmpRobotcallDetailResponse |
setReqMsgId(String reqMsgId) |
QueryQmpRobotcallDetailResponse |
setResultCode(String resultCode) |
QueryQmpRobotcallDetailResponse |
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 QueryQmpRobotcallDetailResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryQmpRobotcallDetailResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryQmpRobotcallDetailResponse setResultCode(String resultCode)
public String getResultCode()
public QueryQmpRobotcallDetailResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryQmpRobotcallDetailResponse setOutInfo(String outInfo)
public String getOutInfo()
public QueryQmpRobotcallDetailResponse setCustomerOutInfo(String customerOutInfo)
public String getCustomerOutInfo()
public QueryQmpRobotcallDetailResponse setCallInfo(List<AICallbackMessage> callInfo)
public List<AICallbackMessage> getCallInfo()
Copyright © 2025. All rights reserved.