public class CreateRejectedQuestionRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateRejectedQuestionRequest() | 
| CreateRejectedQuestionRequest(CreateRejectedQuestionRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBotBizId()Get 应用ID | 
| String | getBusinessId()Get 拒答问题来源的数据源唯一id | 
| Long | getBusinessSource()Get 拒答问题来源的数据源唯一id, - 拒答来源于不满意回复  2 - 拒答来源于手动添加 | 
| String | getQuestion()Get 拒答问题 | 
| void | setBotBizId(String BotBizId)Set 应用ID | 
| void | setBusinessId(String BusinessId)Set 拒答问题来源的数据源唯一id | 
| void | setBusinessSource(Long BusinessSource)Set 拒答问题来源的数据源唯一id, - 拒答来源于不满意回复  2 - 拒答来源于手动添加 | 
| void | setQuestion(String Question)Set 拒答问题 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateRejectedQuestionRequest()
public CreateRejectedQuestionRequest(CreateRejectedQuestionRequest source)
public String getBotBizId()
public void setBotBizId(String BotBizId)
BotBizId - 应用IDpublic String getQuestion()
public void setQuestion(String Question)
Question - 拒答问题public Long getBusinessSource()
public void setBusinessSource(Long BusinessSource)
BusinessSource - 拒答问题来源的数据源唯一id, - 拒答来源于不满意回复  2 - 拒答来源于手动添加public String getBusinessId()
public void setBusinessId(String BusinessId)
BusinessId - 拒答问题来源的数据源唯一idCopyright © 2025. All rights reserved.