public sealed class Bot : IMessage<Bot>, IEquatable<Bot>, IDeepCloneable<Bot>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class Bot.
Bot information and metadata.
Namespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
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 |
|