Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.11 KB

File metadata and controls

16 lines (12 loc) · 1.11 KB

BotInfo Class

Extended bot information.

Properties

Name Type Description Notes
category string The type and purpose of the bot.
provider string The organization or company operating the bot.
provider_url string The URL of the bot provider's website. [optional]
name string The specific name or identifier of the bot.
identity string The verification status of the bot's identity: * `verified` - well-known bot with publicly verifiable identity, directed by the bot provider. * `signed` - bot that signs its platform via Web Bot Auth, directed by the bot provider’s customers. * `spoofed` - bot that claims a public identity but fails verification. * `unknown` - bot that does not publish a verifiable identity.
confidence string Confidence level of the bot identification.

[Back to Model list] [Back to API list] [Back to README]