public class BotConfig extends AbstractModel
| Constructor and Description | 
|---|
| BotConfig() | 
| BotConfig(BotConfig 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 | 
|---|---|
| IntelligenceRule | getIntelligenceRule()Get Bot intelligence rules
Note: This field may return null, indicating that no valid values can be obtained. | 
| BotManagedRule | getIspBotRule()Get Not supported currently | 
| BotManagedRule | getManagedRule()Get Preset rules | 
| BotPortraitRule | getPortraitRule()Get User portrait rules | 
| String | getSwitch()Get Whether to enable bot security configuration | 
| BotManagedRule | getUaBotRule()Get Not supported currently | 
| void | setIntelligenceRule(IntelligenceRule IntelligenceRule)Set Bot intelligence rules
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setIspBotRule(BotManagedRule IspBotRule)Set Not supported currently | 
| void | setManagedRule(BotManagedRule ManagedRule)Set Preset rules | 
| void | setPortraitRule(BotPortraitRule PortraitRule)Set User portrait rules | 
| void | setSwitch(String Switch)Set Whether to enable bot security configuration | 
| void | setUaBotRule(BotManagedRule UaBotRule)Set Not supported currently | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic BotConfig()
public BotConfig(BotConfig source)
public String getSwitch()
public void setSwitch(String Switch)
Switch - Whether to enable bot security configurationpublic BotManagedRule getManagedRule()
public void setManagedRule(BotManagedRule ManagedRule)
ManagedRule - Preset rulespublic BotManagedRule getUaBotRule()
public void setUaBotRule(BotManagedRule UaBotRule)
UaBotRule - Not supported currentlypublic BotManagedRule getIspBotRule()
public void setIspBotRule(BotManagedRule IspBotRule)
IspBotRule - Not supported currentlypublic BotPortraitRule getPortraitRule()
public void setPortraitRule(BotPortraitRule PortraitRule)
PortraitRule - User portrait rulespublic IntelligenceRule getIntelligenceRule()
public void setIntelligenceRule(IntelligenceRule IntelligenceRule)
IntelligenceRule - Bot intelligence rules
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.