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::CreateBotVersionResponse; use Moose; has AbortStatement => (is => 'ro', isa => 'Paws::LexModels::Statement', traits => ['NameInRequest'], request_name => 'abortStatement'); has Checksum => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'checksum'); has ChildDirected => (is => 'ro', isa => 'Bool', traits => ['NameInRequest'], request_name => 'childDirected'); has ClarificationPrompt => (is => 'ro', isa => 'Paws::LexModels::Prompt', traits => ['NameInRequest'], request_name => 'clarificationPrompt'); has CreatedDate => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'createdDate'); has Description => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'description'); has DetectSentiment => (is => 'ro', isa => 'Bool', traits => ['NameInRequest'], request_name => 'detectSentiment'); has EnableModelImprovements => (is => 'ro', isa => 'Bool', traits => ['NameInRequest'], request_name => 'enableModelImprovements'); has FailureReason => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'failureReason'); has IdleSessionTTLInSeconds => (is => 'ro', isa => 'Int', traits => ['NameInRequest'], request_name => 'idleSessionTTLInSeconds'); has Intents => (is => 'ro', isa => 'ArrayRef[Paws::LexModels::Intent]', traits => ['NameInRequest'], request_name => 'intents'); has LastUpdatedDate => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'lastUpdatedDate'); has Locale => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'locale'); has Name => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'name'); has Status => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'status'); has Version => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'version'); has VoiceId => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'voiceId'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::LexModels::CreateBotVersionResponse =head1 ATTRIBUTES =head2 AbortStatement => L The message that Amazon Lex uses to cancel a conversation. For more information, see PutBot. =head2 Checksum => Str Checksum identifying the version of the bot that was created. =head2 ChildDirected => Bool For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying C or C in the C field. By specifying C in the C field, you confirm that your use of Amazon Lex B related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying C in the C field, you confirm that your use of Amazon Lex B related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the C field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ. (https://aws.amazon.com/lex/faqs#data-security) =head2 ClarificationPrompt => L The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot. =head2 CreatedDate => Str The date when the bot version was created. =head2 Description => Str A description of the bot. =head2 DetectSentiment => Bool Indicates whether utterances entered by the user should be sent to Amazon Comprehend for sentiment analysis. =head2 EnableModelImprovements => Bool Indicates whether the bot uses accuracy improvements. C indicates that the bot is using the improvements, otherwise, C. =head2 FailureReason => Str If C is C, Amazon Lex provides the reason that it failed to build the bot. =head2 IdleSessionTTLInSeconds => Int The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot. =head2 Intents => ArrayRef[L] An array of C objects. For more information, see PutBot. =head2 LastUpdatedDate => Str The date when the C<$LATEST> version of this bot was updated. =head2 Locale => Str Specifies the target locale for the bot. Valid values are: C<"de-DE">, C<"en-AU">, C<"en-GB">, C<"en-US">, C<"es-419">, C<"es-ES">, C<"es-US">, C<"fr-FR">, C<"fr-CA">, C<"it-IT">, C<"ja-JP"> =head2 Name => Str The name of the bot. =head2 Status => Str When you send a request to create or update a bot, Amazon Lex sets the C response element to C. After Amazon Lex builds the bot, it sets C to C. If Amazon Lex can't build the bot, it sets C to C. Amazon Lex returns the reason for the failure in the C response element. Valid values are: C<"BUILDING">, C<"READY">, C<"READY_BASIC_TESTING">, C<"FAILED">, C<"NOT_BUILT"> =head2 Version => Str The version of the bot. =head2 VoiceId => Str The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user. =head2 _request_id => Str =cut