GoogleCloudRecaptchaenterpriseV1Bot
import type { GoogleCloudRecaptchaenterpriseV1Bot } from "https://googleapis.deno.dev/v1/recaptchaenterprise:v1.ts";
Bot information and metadata.
interface GoogleCloudRecaptchaenterpriseV1Bot {
botType?:
| "BOT_TYPE_UNSPECIFIED"
| "AI_AGENT"
| "CONTENT_SCRAPER"
| "SEARCH_INDEXER";
name?: string;
}