Class CreateBotRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tbp.v20190311.models.CreateBotRequest
-
public class CreateBotRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateBotRequest()
CreateBotRequest(CreateBotRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBotCnName()
Get 机器人中文名称String
getBotName()
Get 机器人名称void
setBotCnName(String BotCnName)
Set 机器人中文名称void
setBotName(String BotName)
Set 机器人名称void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateBotRequest
public CreateBotRequest()
-
CreateBotRequest
public CreateBotRequest(CreateBotRequest 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.
-
-
Method Detail
-
getBotName
public String getBotName()
Get 机器人名称- Returns:
- BotName 机器人名称
-
setBotName
public void setBotName(String BotName)
Set 机器人名称- Parameters:
BotName
- 机器人名称
-
getBotCnName
public String getBotCnName()
Get 机器人中文名称- Returns:
- BotCnName 机器人中文名称
-
setBotCnName
public void setBotCnName(String BotCnName)
Set 机器人中文名称- Parameters:
BotCnName
- 机器人中文名称
-
-