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,取值1,2
|
String |
getQuestion()
Get 拒答问题
|
void |
setBotBizId(String BotBizId)
Set 机器人ID
|
void |
setBusinessId(String BusinessId)
Set 拒答问题来源的数据源唯一id
|
void |
setBusinessSource(Long BusinessSource)
Set 拒答问题来源的数据源唯一id,取值1,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, toJsonString
public 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,取值1,2public String getBusinessId()
public void setBusinessId(String BusinessId)
BusinessId
- 拒答问题来源的数据源唯一idCopyright © 2024. All rights reserved.