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::PostContent; use Moose; has Accept => (is => 'ro', isa => 'Str', traits => ['ParamInHeader'], header_name => 'Accept'); has ActiveContexts => (is => 'ro', isa => 'Str', traits => ['ParamInHeader'], header_name => 'x-amz-lex-active-contexts'); 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 ContentType => (is => 'ro', isa => 'Str', traits => ['ParamInHeader'], header_name => 'Content-Type', required => 1); has InputStream => (is => 'ro', isa => 'Str', traits => ['ParamInBody'], required => 1); has RequestAttributes => (is => 'ro', isa => 'Str', traits => ['ParamInHeader'], header_name => 'x-amz-lex-request-attributes'); has SessionAttributes => (is => 'ro', isa => 'Str', traits => ['ParamInHeader'], header_name => 'x-amz-lex-session-attributes'); has UserId => (is => 'ro', isa => 'Str', traits => ['ParamInURI'], uri_name => 'userId', required => 1); use MooseX::ClassAttribute; class_has _stream_param => (is => 'ro', default => 'InputStream'); class_has _api_call => (isa => 'Str', is => 'ro', default => 'PostContent'); class_has _api_uri => (isa => 'Str', is => 'ro', default => '/bot/{botName}/alias/{botAlias}/user/{userId}/content'); class_has _api_method => (isa => 'Str', is => 'ro', default => 'POST'); class_has _returns => (isa => 'Str', is => 'ro', default => 'Paws::LexRuntime::PostContentResponse'); 1; ### main pod documentation begin ### =head1 NAME Paws::LexRuntime::PostContent - Arguments for method PostContent on L =head1 DESCRIPTION This class represents the parameters used for calling the method PostContent on the L service. Use the attributes of this class as arguments to method PostContent. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to PostContent. =head1 SYNOPSIS my $runtime.lex = Paws->service('LexRuntime'); my $PostContentResponse = $runtime . lex->PostContent( BotAlias => 'MyBotAlias', BotName => 'MyBotName', ContentType => 'MyHttpContentType', InputStream => 'BlobBlobStream', UserId => 'MyUserId', Accept => 'MyAccept', # OPTIONAL ActiveContexts => 'MyActiveContextsString', # OPTIONAL RequestAttributes => 'MyAttributesString', # OPTIONAL SessionAttributes => 'MyAttributesString', # OPTIONAL ); # Results: my $ActiveContexts = $PostContentResponse->ActiveContexts; my $AlternativeIntents = $PostContentResponse->AlternativeIntents; my $AudioStream = $PostContentResponse->AudioStream; my $BotVersion = $PostContentResponse->BotVersion; my $ContentType = $PostContentResponse->ContentType; my $DialogState = $PostContentResponse->DialogState; my $EncodedInputTranscript = $PostContentResponse->EncodedInputTranscript; my $EncodedMessage = $PostContentResponse->EncodedMessage; my $InputTranscript = $PostContentResponse->InputTranscript; my $IntentName = $PostContentResponse->IntentName; my $Message = $PostContentResponse->Message; my $MessageFormat = $PostContentResponse->MessageFormat; my $NluIntentConfidence = $PostContentResponse->NluIntentConfidence; my $SentimentResponse = $PostContentResponse->SentimentResponse; my $SessionAttributes = $PostContentResponse->SessionAttributes; my $SessionId = $PostContentResponse->SessionId; my $SlotToElicit = $PostContentResponse->SlotToElicit; my $Slots = $PostContentResponse->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 You pass this value as the C HTTP header. The message Amazon Lex returns in the response can be either text or speech based on the C HTTP header value in the request. =over =item * If the value is C, Amazon Lex returns text in the response. =item * If the value begins with C