Class BotType (1.32.0)

BotType(value)

Types of bots. Ensure that applications can handle values not explicitly listed.

Enums

Name Description
BOT_TYPE_UNSPECIFIED Default unspecified type.
AI_AGENT Software program that interacts with a site and performs tasks autonomously.
CONTENT_SCRAPER Software that extracts specific data from sites for use.
SEARCH_INDEXER Software that crawls sites and stores content for the purpose of efficient retrieval, likely as part of a search engine.