PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::LexModelsV2::DescribeIntentResponse; use Moose; has BotId => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'botId'); has BotVersion => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'botVersion'); has CreationDateTime => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'creationDateTime'); has Description => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'description'); has DialogCodeHook => (is => 'ro', isa => 'Paws::LexModelsV2::DialogCodeHookSettings', traits => ['NameInRequest'], request_name => 'dialogCodeHook'); has FulfillmentCodeHook => (is => 'ro', isa => 'Paws::LexModelsV2::FulfillmentCodeHookSettings', traits => ['NameInRequest'], request_name => 'fulfillmentCodeHook'); has InputContexts => (is => 'ro', isa => 'ArrayRef[Paws::LexModelsV2::InputContext]', traits => ['NameInRequest'], request_name => 'inputContexts'); has IntentClosingSetting => (is => 'ro', isa => 'Paws::LexModelsV2::IntentClosingSetting', traits => ['NameInRequest'], request_name => 'intentClosingSetting'); has IntentConfirmationSetting => (is => 'ro', isa => 'Paws::LexModelsV2::IntentConfirmationSetting', traits => ['NameInRequest'], request_name => 'intentConfirmationSetting'); has IntentId => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'intentId'); has IntentName => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'intentName'); has KendraConfiguration => (is => 'ro', isa => 'Paws::LexModelsV2::KendraConfiguration', traits => ['NameInRequest'], request_name => 'kendraConfiguration'); has LastUpdatedDateTime => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'lastUpdatedDateTime'); has LocaleId => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'localeId'); has OutputContexts => (is => 'ro', isa => 'ArrayRef[Paws::LexModelsV2::OutputContext]', traits => ['NameInRequest'], request_name => 'outputContexts'); has ParentIntentSignature => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'parentIntentSignature'); has SampleUtterances => (is => 'ro', isa => 'ArrayRef[Paws::LexModelsV2::SampleUtterance]', traits => ['NameInRequest'], request_name => 'sampleUtterances'); has SlotPriorities => (is => 'ro', isa => 'ArrayRef[Paws::LexModelsV2::SlotPriority]', traits => ['NameInRequest'], request_name => 'slotPriorities'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::LexModelsV2::DescribeIntentResponse =head1 ATTRIBUTES =head2 BotId => Str The identifier of the bot associated with the intent. =head2 BotVersion => Str The version of the bot associated with the intent. =head2 CreationDateTime => Str A timestamp of the date and time that the intent was created. =head2 Description => Str The description of the intent. =head2 DialogCodeHook => L The Lambda function called during each turn of a conversation with the intent. =head2 FulfillmentCodeHook => L The Lambda function called when the intent is complete and ready for fulfillment. =head2 InputContexts => ArrayRef[L] A list of contexts that must be active for the intent to be considered for sending to the user. =head2 IntentClosingSetting => L The response that Amazon Lex sends to when the intent is closed. =head2 IntentConfirmationSetting => L Prompts that Amazon Lex sends to the user to confirm completion of an intent. =head2 IntentId => Str The unique identifier assigned to the intent when it was created. =head2 IntentName => Str The name specified for the intent. =head2 KendraConfiguration => L Configuration information required to use the C intent. =head2 LastUpdatedDateTime => Str A timestamp of the date and time that the intent was last updated. =head2 LocaleId => Str The language and locale specified for the intent. =head2 OutputContexts => ArrayRef[L] A list of contexts that are activated when the intent is fulfilled. =head2 ParentIntentSignature => Str The identifier of the built-in intent that this intent is derived from, if any. =head2 SampleUtterances => ArrayRef[L] User utterances that trigger this intent. =head2 SlotPriorities => ArrayRef[L] The list that determines the priority that slots should be elicited from the user. =head2 _request_id => Str =cut