public class IntelligenceRuleItem extends AbstractModel
| Constructor and Description | 
|---|
| IntelligenceRuleItem() | 
| IntelligenceRuleItem(IntelligenceRuleItem 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 The action taken on bots. | 
| String | getLabel()Get The tag to categorize bots. | 
| void | setAction(String Action)Set The action taken on bots. | 
| void | setLabel(String Label)Set The tag to categorize bots. | 
| 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 IntelligenceRuleItem()
public IntelligenceRuleItem(IntelligenceRuleItem source)
public String getLabel()
public void setLabel(String Label)
Label - The tag to categorize bots. Values:
public String getAction()
public void setAction(String Action)
Action - The action taken on bots. Values
Copyright © 2023. All rights reserved.