Copied!

Types of bots.

Ensure that applications can handle values not explicitly listed.

Protobuf type google.cloud.recaptchaenterprise.v1.Bot.BotType

CloneableInstantiable
Constants
public Google\Cloud\RecaptchaEnterprise\V1\Bot\BotType::AI_AGENT = 1
 

Software program that interacts with a site and performs tasks autonomously.

Generated from protobuf enum AI_AGENT = 1;

public Google\Cloud\RecaptchaEnterprise\V1\Bot\BotType::BOT_TYPE_UNSPECIFIED = 0
 

Default unspecified type.

Generated from protobuf enum BOT_TYPE_UNSPECIFIED = 0;

public Google\Cloud\RecaptchaEnterprise\V1\Bot\BotType::CONTENT_SCRAPER = 2
 

Software that extracts specific data from sites for use.

Generated from protobuf enum CONTENT_SCRAPER = 2;

public Google\Cloud\RecaptchaEnterprise\V1\Bot\BotType::SEARCH_INDEXER = 3
 

Software that crawls sites and stores content for the purpose of efficient retrieval, likely as part of a search engine.

Generated from protobuf enum SEARCH_INDEXER = 3;

Methods
public static name( $value)
public static value( $name)
Properties
private static $valueToName = ['BOT_TYPE_UNSPECIFIED', 'AI_AGENT', 'CONTENT_SCRAPER', 'SEARCH_INDEXER']
Properties
private static $valueToName = ['BOT_TYPE_UNSPECIFIED', 'AI_AGENT', 'CONTENT_SCRAPER', 'SEARCH_INDEXER']
Methods
public static name( $value)
public static value( $name)
© 2026 Bruce Wells
Search Namespaces \ Classes
Configuration