An Amazon Lex V2 bot for building conversational interfaces.
Type: objectProperties: 7
Bot is a JSON Structure definition published by Amazon Lex, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lex/refs/heads/main/json-structure/amazon-lex-bot-structure.json",
"name": "Bot",
"description": "An Amazon Lex V2 bot for building conversational interfaces.",
"type": "object",
"properties": {
"botId": {
"type": "string",
"description": "The unique identifier assigned to the bot.",
"example": "ABCDEF123456"
},
"botName": {
"type": "string",
"description": "The name specified for the bot.",
"example": "CustomerServiceBot"
},
"botStatus": {
"type": "string",
"description": "The current status of the bot.",
"example": "Available",
"enum": [
"Creating",
"Available",
"Inactive",
"Deleting",
"Failed",
"Versioning",
"Importing",
"Updating"
]
},
"description": {
"type": "string",
"description": "The description of the bot."
},
"roleArn": {
"type": "string",
"description": "The Amazon Resource Name (ARN) of the role assumed by the bot."
},
"creationDateTime": {
"type": "datetime",
"description": "A timestamp of the date and time the bot was created."
},
"lastUpdatedDateTime": {
"type": "datetime",
"description": "A timestamp of the date and time the bot was last updated."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.