public class IsTransferIntentRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
IsTransferIntentRequest() |
IsTransferIntentRequest(IsTransferIntentRequest 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 |
getBotAppKey()
Get 机器人appKey
|
String |
getContent()
Get 内容
|
void |
setBotAppKey(String BotAppKey)
Set 机器人appKey
|
void |
setContent(String Content)
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 IsTransferIntentRequest()
public IsTransferIntentRequest(IsTransferIntentRequest source)
public String getContent()
public void setContent(String Content)
Content
- 内容public String getBotAppKey()
public void setBotAppKey(String BotAppKey)
BotAppKey
- 机器人appKeyCopyright © 2024. All rights reserved.