NAME
Paws::LexModelsV2::DescribeIntentResponse
ATTRIBUTES
BotId => Str
The identifier of the bot associated with the intent.
BotVersion => Str
The version of the bot associated with the intent.
CreationDateTime => Str
A timestamp of the date and time that the intent was created.
Description => Str
The description of the intent.
DialogCodeHook => Paws::LexModelsV2::DialogCodeHookSettings
The Lambda function called during each turn of a conversation with the intent.
FulfillmentCodeHook => Paws::LexModelsV2::FulfillmentCodeHookSettings
The Lambda function called when the intent is complete and ready for fulfillment.
InputContexts => ArrayRef[Paws::LexModelsV2::InputContext]
A list of contexts that must be active for the intent to be considered for sending to the user.
IntentClosingSetting => Paws::LexModelsV2::IntentClosingSetting
The response that Amazon Lex sends to when the intent is closed.
IntentConfirmationSetting => Paws::LexModelsV2::IntentConfirmationSetting
Prompts that Amazon Lex sends to the user to confirm completion of an intent.
IntentId => Str
The unique identifier assigned to the intent when it was created.
IntentName => Str
The name specified for the intent.
KendraConfiguration => Paws::LexModelsV2::KendraConfiguration
Configuration information required to use the AMAZON.KendraSearchIntent
intent.
LastUpdatedDateTime => Str
A timestamp of the date and time that the intent was last updated.
LocaleId => Str
The language and locale specified for the intent.
OutputContexts => ArrayRef[Paws::LexModelsV2::OutputContext]
A list of contexts that are activated when the intent is fulfilled.
ParentIntentSignature => Str
The identifier of the built-in intent that this intent is derived from, if any.
SampleUtterances => ArrayRef[Paws::LexModelsV2::SampleUtterance]
User utterances that trigger this intent.
SlotPriorities => ArrayRef[Paws::LexModelsV2::SlotPriority]
The list that determines the priority that slots should be elicited from the user.