BotEvaluationResult

BotEvaluationResult
BotEvaluationResult
JSON Example
{
    "component": "string",
    "confidence": "string",
    "identification": {
        "class": "string",
        "identifier": "string",
        "type": "string"
    },
    "notes": [
        "string"
    ]
}
string
component
Optional

The component of the bot module that made this evaluation. Enum options - BOT_DECIDER_CONSOLIDATION, BOT_DECIDER_USER_AGENT, BOT_DECIDER_IP_REPUTATION, BOT_DECIDER_IP_NETWORK_LOCATION, BOT_DECIDER_CLIENT_BEHAVIOR. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
confidence
Optional

The confidence of this evaluation. Enum options - LOW_CONFIDENCE, MEDIUM_CONFIDENCE, HIGH_CONFIDENCE. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

identification
Optional

identification

array of string
notes
Optional

Additional notes for this result. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

Property Of