Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

IntentSummary - Amazon Lex API Reference

IntentSummary

Summary information about an intent returned by the ListIntents operation.

Contents

description

The description of the intent.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 200.

Required: No

inputContexts

The input contexts that must be active for this intent to be considered for recognition.

Type: Array of InputContext objects

Array Members: Minimum number of 0 items. Maximum number of 5 items.

Required: No

intentId

The unique identifier assigned to the intent. Use this ID to get detailed information about the intent with the DescribeIntent operation.

Type: String

Length Constraints: Fixed length of 10.

Pattern: ^[0-9a-zA-Z]+$

Required: No

intentName

The name of the intent.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 100.

Pattern: ^([0-9a-zA-Z][_-]?){1,100}$

Required: No

lastUpdatedDateTime

The timestamp of the date and time that the intent was last updated.

Type: Timestamp

Required: No

outputContexts

The output contexts that are activated when this intent is fulfilled.

Type: Array of OutputContext objects

Array Members: Minimum number of 0 items. Maximum number of 10 items.

Required: No

parentIntentSignature

If this intent is derived from a built-in intent, the name of the parent intent.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.