Amazon Lex · Example Payload

Amazon Lex Bot Example

example-value

Amazon Lex Bot Example is an example object payload from Amazon Lex, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

botIdbotNamebotStatusdescriptionroleArncreationDateTimelastUpdatedDateTime

Example Payload

Raw ↑
{
  "botId": "ABCDEF123456",
  "botName": "CustomerServiceBot",
  "botStatus": "Available",
  "description": "example-value",
  "roleArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "creationDateTime": "2025-03-15T14:30:00Z",
  "lastUpdatedDateTime": "2025-03-15T14:30:00Z"
}