class Aws::LexModelsV2::Types::IntentSummary

Summary information about an intent returned by the `ListIntents` operation.

@!attribute [rw] intent_id

The unique identifier assigned to the intent. Use this ID to get
detailed information about the intent with the `DescribeIntent`
operation.
@return [String]

@!attribute [rw] intent_name

The name of the intent.
@return [String]

@!attribute [rw] description

The description of the intent.
@return [String]

@!attribute [rw] parent_intent_signature

If this intent is derived from a built-in intent, the name of the
parent intent.
@return [String]

@!attribute [rw] input_contexts

The input contexts that must be active for this intent to be
considered for recognition.
@return [Array<Types::InputContext>]

@!attribute [rw] output_contexts

The output contexts that are activated when this intent is
fulfilled.
@return [Array<Types::OutputContext>]

@!attribute [rw] last_updated_date_time

The timestamp of the date and time that the intent was last updated.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/IntentSummary AWS API Documentation

Constants

SENSITIVE