Amazon Lex · Example Payload

Amazon Lex Intent Example

example-value

Amazon Lex Intent 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

intentIdintentNamedescriptionbotIdbotVersionlocaleIdcreationDateTime

Example Payload

Raw ↑
{
  "intentId": "ABCDEF123456",
  "intentName": "OrderPizza",
  "description": "example-value",
  "botId": "abc12345-def0-6789-1234-abcdef012345",
  "botVersion": "example-value",
  "localeId": "en_US",
  "creationDateTime": "2025-03-15T14:30:00Z"
}