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::LexModels::GetIntentResponse; use Moose; has Checksum => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'checksum'); has ConclusionStatement => (is => 'ro', isa => 'Paws::LexModels::Statement', traits => ['NameInRequest'], request_name => 'conclusionStatement'); has ConfirmationPrompt => (is => 'ro', isa => 'Paws::LexModels::Prompt', traits => ['NameInRequest'], request_name => 'confirmationPrompt'); has CreatedDate => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'createdDate'); has Description => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'description'); has DialogCodeHook => (is => 'ro', isa => 'Paws::LexModels::CodeHook', traits => ['NameInRequest'], request_name => 'dialogCodeHook'); has FollowUpPrompt => (is => 'ro', isa => 'Paws::LexModels::FollowUpPrompt', traits => ['NameInRequest'], request_name => 'followUpPrompt'); has FulfillmentActivity => (is => 'ro', isa => 'Paws::LexModels::FulfillmentActivity', traits => ['NameInRequest'], request_name => 'fulfillmentActivity'); has InputContexts => (is => 'ro', isa => 'ArrayRef[Paws::LexModels::InputContext]', traits => ['NameInRequest'], request_name => 'inputContexts'); has KendraConfiguration => (is => 'ro', isa => 'Paws::LexModels::KendraConfiguration', traits => ['NameInRequest'], request_name => 'kendraConfiguration'); has LastUpdatedDate => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'lastUpdatedDate'); has Name => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'name'); has OutputContexts => (is => 'ro', isa => 'ArrayRef[Paws::LexModels::OutputContext]', traits => ['NameInRequest'], request_name => 'outputContexts'); has ParentIntentSignature => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'parentIntentSignature'); has RejectionStatement => (is => 'ro', isa => 'Paws::LexModels::Statement', traits => ['NameInRequest'], request_name => 'rejectionStatement'); has SampleUtterances => (is => 'ro', isa => 'ArrayRef[Str|Undef]', traits => ['NameInRequest'], request_name => 'sampleUtterances'); has Slots => (is => 'ro', isa => 'ArrayRef[Paws::LexModels::Slot]', traits => ['NameInRequest'], request_name => 'slots'); has Version => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'version'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::LexModels::GetIntentResponse =head1 ATTRIBUTES =head2 Checksum => Str Checksum of the intent. =head2 ConclusionStatement => L After the Lambda function specified in the C element fulfills the intent, Amazon Lex conveys this statement to the user. =head2 ConfirmationPrompt => L If defined in the bot, Amazon Lex uses prompt to confirm the intent before fulfilling the user's request. For more information, see PutIntent. =head2 CreatedDate => Str The date that the intent was created. =head2 Description => Str A description of the intent. =head2 DialogCodeHook => L If defined in the bot, Amazon Amazon Lex invokes this Lambda function for each user input. For more information, see PutIntent. =head2 FollowUpPrompt => L If defined in the bot, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled. For more information, see PutIntent. =head2 FulfillmentActivity => L Describes how the intent is fulfilled. For more information, see PutIntent. =head2 InputContexts => ArrayRef[L] An array of C objects that lists the contexts that must be active for Amazon Lex to choose the intent in a conversation with the user. =head2 KendraConfiguration => L Configuration information, if any, to connect to an Amazon Kendra index with the C intent. =head2 LastUpdatedDate => Str The date that the intent was updated. When you create a resource, the creation date and the last updated date are the same. =head2 Name => Str The name of the intent. =head2 OutputContexts => ArrayRef[L] An array of C objects that lists the contexts that the intent activates when the intent is fulfilled. =head2 ParentIntentSignature => Str A unique identifier for a built-in intent. =head2 RejectionStatement => L If the user answers "no" to the question defined in C, Amazon Lex responds with this statement to acknowledge that the intent was canceled. =head2 SampleUtterances => ArrayRef[Str|Undef] An array of sample utterances configured for the intent. =head2 Slots => ArrayRef[L] An array of intent slots configured for the intent. =head2 Version => Str The version of the intent. =head2 _request_id => Str =cut