public class BotExtendAction extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BotExtendAction() | 
| BotExtendAction(BotExtendAction 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 | getAction()Get Action. | 
| Long | getPercent()Get The probability for triggering the action. | 
| void | setAction(String Action)Set Action. | 
| void | setPercent(Long Percent)Set The probability for triggering the action. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic BotExtendAction()
public BotExtendAction(BotExtendAction source)
public String getAction()
public void setAction(String Action)
Action - Action. Valid values: 
public Long getPercent()
public void setPercent(Long Percent)
Percent - The probability for triggering the action. Value range: 0-100.
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.