public class IsTransferIntentRequest
extends com.tencentcloudapi.common.AbstractModel
| 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.
|
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 © 2025. All rights reserved.