class Aws::LexModelsV2::Types::UpdateIntentResponse

@!attribute [rw] intent_id

The identifier of the intent that was updated.
@return [String]

@!attribute [rw] intent_name

The updated name of the intent.
@return [String]

@!attribute [rw] description

The updated description of the intent.
@return [String]

@!attribute [rw] parent_intent_signature

The updated built-in intent that is the parent of this intent.
@return [String]

@!attribute [rw] sample_utterances

The updated list of sample utterances for the intent.
@return [Array<Types::SampleUtterance>]

@!attribute [rw] dialog_code_hook

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

@!attribute [rw] fulfillment_code_hook

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

@!attribute [rw] slot_priorities

The updated list of slots and their priorities that are elicited
from the user for the intent.
@return [Array<Types::SlotPriority>]

@!attribute [rw] intent_confirmation_setting

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

@!attribute [rw] intent_closing_setting

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

@!attribute [rw] input_contexts

The updated list of contexts that must be active for the intent to
be considered by Amazon Lex.
@return [Array<Types::InputContext>]

@!attribute [rw] output_contexts

The updated list of contexts that Amazon Lex activates when the
intent is fulfilled.
@return [Array<Types::OutputContext>]

@!attribute [rw] kendra_configuration

The updated configuration for connecting to an Amazon Kendra index
with the `AMAZON.KendraSearchIntent` intent.
@return [Types::KendraConfiguration]

@!attribute [rw] bot_id

The identifier of the bot that contains the intent.
@return [String]

@!attribute [rw] bot_version

The version of the bot that contains the intent. Will always be
`DRAFT`.
@return [String]

@!attribute [rw] locale_id

The updated language and locale of the intent.
@return [String]

@!attribute [rw] creation_date_time

A timestamp of when the intent was created.
@return [Time]

@!attribute [rw] last_updated_date_time

A timestamp of the last time that the intent was modified.
@return [Time]

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

Constants

SENSITIVE