public class ModifyRejectedQuestionRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyRejectedQuestionRequest() | 
| ModifyRejectedQuestionRequest(ModifyRejectedQuestionRequest 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 | getQuestion()Get 拒答问题 | 
| String | getRejectedBizId()Get 拒答问题来源的数据源唯一id | 
| void | setBotBizId(String BotBizId)Set 应用ID | 
| void | setQuestion(String Question)Set 拒答问题 | 
| void | setRejectedBizId(String RejectedBizId)Set 拒答问题来源的数据源唯一id | 
| 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 ModifyRejectedQuestionRequest()
public ModifyRejectedQuestionRequest(ModifyRejectedQuestionRequest source)
public String getBotBizId()
public void setBotBizId(String BotBizId)
BotBizId - 应用IDpublic String getQuestion()
public void setQuestion(String Question)
Question - 拒答问题public String getRejectedBizId()
public void setRejectedBizId(String RejectedBizId)
RejectedBizId - 拒答问题来源的数据源唯一idCopyright © 2025. All rights reserved.