class Aws::LexModelsV2::Types::DescribeIntentResponse

@!attribute [rw] intent_id

The unique identifier assigned to the intent when it was created.
@return [String]

@!attribute [rw] intent_name

The name specified for the intent.
@return [String]

@!attribute [rw] description

The description of the intent.
@return [String]

@!attribute [rw] parent_intent_signature

The identifier of the built-in intent that this intent is derived
from, if any.
@return [String]

@!attribute [rw] sample_utterances

User utterances that trigger this intent.
@return [Array<Types::SampleUtterance>]

@!attribute [rw] dialog_code_hook

The Lambda function called during each turn of a conversation with
the intent.
@return [Types::DialogCodeHookSettings]

@!attribute [rw] fulfillment_code_hook

The Lambda function called when the intent is complete and ready for
fulfillment.
@return [Types::FulfillmentCodeHookSettings]

@!attribute [rw] slot_priorities

The list that determines the priority that slots should be elicited
from the user.
@return [Array<Types::SlotPriority>]

@!attribute [rw] intent_confirmation_setting

Prompts that Amazon Lex sends to the user to confirm completion of
an intent.
@return [Types::IntentConfirmationSetting]

@!attribute [rw] intent_closing_setting

The response that Amazon Lex sends to when the intent is closed.
@return [Types::IntentClosingSetting]

@!attribute [rw] input_contexts

A list of contexts that must be active for the intent to be
considered for sending to the user.
@return [Array<Types::InputContext>]

@!attribute [rw] output_contexts

A list of contexts that are activated when the intent is fulfilled.
@return [Array<Types::OutputContext>]

@!attribute [rw] kendra_configuration

Configuration information required to use the
`AMAZON.KendraSearchIntent` intent.
@return [Types::KendraConfiguration]

@!attribute [rw] bot_id

The identifier of the bot associated with the intent.
@return [String]

@!attribute [rw] bot_version

The version of the bot associated with the intent.
@return [String]

@!attribute [rw] locale_id

The language and locale specified for the intent.
@return [String]

@!attribute [rw] creation_date_time

A timestamp of the date and time that the intent was created.
@return [Time]

@!attribute [rw] last_updated_date_time

A 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/DescribeIntentResponse AWS API Documentation

Constants

SENSITIVE