public class IntelligentFillingInsightRequest extends AbstractRequestModel<IntelligentFillingInsightResponse>
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
cno
座席号
|
private String |
formName
模板名称
|
private String |
mainUniqueId
通话记录ID
|
private Integer |
type
模板类型 0 业务记录 1 工单记录, 默认 0
|
fileMap, model| 构造器和说明 |
|---|
IntelligentFillingInsightRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCno() |
String |
getFormName() |
String |
getMainUniqueId() |
Class<IntelligentFillingInsightResponse> |
getResponseClass()
获取响应对象
|
Integer |
getType() |
void |
setCno(String cno) |
void |
setFormName(String formName) |
void |
setMainUniqueId(String mainUniqueId) |
void |
setType(Integer type) |
expires, expires, generateUri, getFileMap, getModel, getPath, httpMethod, isMultipartFormData, putBodyParameter, putQueryParameter, setFileMap, setModel, setPath, signRequestprivate String mainUniqueId
private Integer type
private String formName
private String cno
public String getMainUniqueId()
public void setMainUniqueId(String mainUniqueId)
public Integer getType()
public void setType(Integer type)
public String getFormName()
public void setFormName(String formName)
public String getCno()
public void setCno(String cno)
public Class<IntelligentFillingInsightResponse> getResponseClass()
AbstractRequestModelgetResponseClass 在类中 AbstractRequestModel<IntelligentFillingInsightResponse>Copyright © 2024. All rights reserved.