Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
botType?: "BOT_TYPE_UNSPECIFIED" | "AI_AGENT" | "CONTENT_SCRAPER" | "SEARCH_INDEXER"
[src]

Optional. Enumerated field representing the type of bot.

§
name?: string
[src]

Optional. Enumerated string value that indicates the identity of the bot, formatted in kebab-case.