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, toJsonStringpublic IsTransferIntentRequest()
public IsTransferIntentRequest(IsTransferIntentRequest source)
public String getContent()
public void setContent(String Content)
Content - 内容public String getBotAppKey()
public void setBotAppKey(String BotAppKey)
BotAppKey - 应用appKeyCopyright © 2025. All rights reserved.