Function

downstream-bot-name

A string identifying the specific bot detected (e.g., GoogleBot, GPTBot, Bingbot). Returns ok(none) if bot detection was not executed or no bot was detected.

Warning: String values may change over time. Use this for logging or informational purposes. For conditional logic, use the downstream-bot-category-kind value.

downstream-bot-name: func(ds-request: borrow​<request>, max-len: u64) -> result​<option​<string>, error>;