botType property

String? botType
getter/setter pair

Enumerated field representing the type of bot.

Optional. Possible string values are:

  • "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.

Implementation

core.String? botType;