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::LexRuntime::PutSession; use Moose; has Accept => (is => 'ro', isa => 'Str', traits => ['ParamInHeader'], header_name => 'Accept'); has ActiveContexts => (is => 'ro', isa => 'ArrayRef[Paws::LexRuntime::ActiveContext]', traits => ['NameInRequest'], request_name => 'activeContexts'); has BotAlias => (is => 'ro', isa => 'Str', traits => ['ParamInURI'], uri_name => 'botAlias', required => 1); has BotName => (is => 'ro', isa => 'Str', traits => ['ParamInURI'], uri_name => 'botName', required => 1); has DialogAction => (is => 'ro', isa => 'Paws::LexRuntime::DialogAction', traits => ['NameInRequest'], request_name => 'dialogAction'); has RecentIntentSummaryView => (is => 'ro', isa => 'ArrayRef[Paws::LexRuntime::IntentSummary]', traits => ['NameInRequest'], request_name => 'recentIntentSummaryView'); has SessionAttributes => (is => 'ro', isa => 'Paws::LexRuntime::StringMap', traits => ['NameInRequest'], request_name => 'sessionAttributes'); has UserId => (is => 'ro', isa => 'Str', traits => ['ParamInURI'], uri_name => 'userId', required => 1); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'PutSession'); class_has _api_uri => (isa => 'Str', is => 'ro', default => '/bot/{botName}/alias/{botAlias}/user/{userId}/session'); class_has _api_method => (isa => 'Str', is => 'ro', default => 'POST'); class_has _returns => (isa => 'Str', is => 'ro', default => 'Paws::LexRuntime::PutSessionResponse'); 1; ### main pod documentation begin ### =head1 NAME Paws::LexRuntime::PutSession - Arguments for method PutSession on L =head1 DESCRIPTION This class represents the parameters used for calling the method PutSession on the L service. Use the attributes of this class as arguments to method PutSession. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to PutSession. =head1 SYNOPSIS my $runtime.lex = Paws->service('LexRuntime'); my $PutSessionResponse = $runtime . lex->PutSession( BotAlias => 'MyBotAlias', BotName => 'MyBotName', UserId => 'MyUserId', Accept => 'MyAccept', # OPTIONAL ActiveContexts => [ { Name => 'MyActiveContextName', # min: 1, max: 100 Parameters => { 'MyParameterName' => 'MyText', # key: min: 1, max: 100, value: min: 1, max: 1024 }, # max: 10 TimeToLive => { TimeToLiveInSeconds => 1, # min: 5, max: 86400; OPTIONAL TurnsToLive => 1, # min: 1, max: 20; OPTIONAL }, }, ... ], # OPTIONAL DialogAction => { Type => 'ElicitIntent' , # values: ElicitIntent, ConfirmIntent, ElicitSlot, Close, Delegate FulfillmentState => 'Fulfilled' , # values: Fulfilled, Failed, ReadyForFulfillment; OPTIONAL IntentName => 'MyIntentName', # OPTIONAL Message => 'MyText', # min: 1, max: 1024 MessageFormat => 'PlainText' , # values: PlainText, CustomPayload, SSML, Composite; OPTIONAL SlotToElicit => 'MyString', # OPTIONAL Slots => { 'MyString' => 'MyString', # key: OPTIONAL, value: OPTIONAL }, # OPTIONAL }, # OPTIONAL RecentIntentSummaryView => [ { DialogActionType => 'ElicitIntent' , # values: ElicitIntent, ConfirmIntent, ElicitSlot, Close, Delegate CheckpointLabel => 'MyIntentSummaryCheckpointLabel', # min: 1, max: 255; OPTIONAL ConfirmationStatus => 'None', # values: None, Confirmed, Denied; OPTIONAL FulfillmentState => 'Fulfilled' , # values: Fulfilled, Failed, ReadyForFulfillment; OPTIONAL IntentName => 'MyIntentName', # OPTIONAL SlotToElicit => 'MyString', # OPTIONAL Slots => { 'MyString' => 'MyString', # key: OPTIONAL, value: OPTIONAL }, # OPTIONAL }, ... ], # OPTIONAL SessionAttributes => { 'MyString' => 'MyString', # key: OPTIONAL, value: OPTIONAL }, # OPTIONAL ); # Results: my $ActiveContexts = $PutSessionResponse->ActiveContexts; my $AudioStream = $PutSessionResponse->AudioStream; my $ContentType = $PutSessionResponse->ContentType; my $DialogState = $PutSessionResponse->DialogState; my $EncodedMessage = $PutSessionResponse->EncodedMessage; my $IntentName = $PutSessionResponse->IntentName; my $Message = $PutSessionResponse->Message; my $MessageFormat = $PutSessionResponse->MessageFormat; my $SessionAttributes = $PutSessionResponse->SessionAttributes; my $SessionId = $PutSessionResponse->SessionId; my $SlotToElicit = $PutSessionResponse->SlotToElicit; my $Slots = $PutSessionResponse->Slots; # Returns a L object. Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see L =head1 ATTRIBUTES =head2 Accept => Str The message that Amazon Lex returns in the response can be either text or speech based depending on the value of this field. =over =item * If the value is C, Amazon Lex returns text in the response. =item * If the value begins with C