Google Cloud reCAPTCHA Enterprise v1 API - Class Bot (2.20.0)

public sealed class Bot : IMessage<Bot>, IEquatable<Bot>, IDeepCloneable<Bot>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class Bot.

Bot information and metadata.

Inheritance

object > Bot

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

Bot()

public Bot()

Bot(Bot)

public Bot(Bot other)
Parameter
Name Description
other Bot

Properties

BotType

public Bot.Types.BotType BotType { get; set; }

Optional. Enumerated field representing the type of bot.

Property Value
Type Description
BotTypesBotType

Name

public string Name { get; set; }

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

Property Value
Type Description
string