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::LexRuntimeV2::RecognizeUtterance; use Moose; has BotAliasId => (is => 'ro', isa => 'Str', traits => ['ParamInURI'], uri_name => 'botAliasId', required => 1); has BotId => (is => 'ro', isa => 'Str', traits => ['ParamInURI'], uri_name => 'botId', required => 1); has InputStream => (is => 'ro', isa => 'Str', traits => ['ParamInBody']); has LocaleId => (is => 'ro', isa => 'Str', traits => ['ParamInURI'], uri_name => 'localeId', required => 1); has RequestAttributes => (is => 'ro', isa => 'Str', traits => ['ParamInHeader'], header_name => 'x-amz-lex-request-attributes'); has RequestContentType => (is => 'ro', isa => 'Str', traits => ['ParamInHeader'], header_name => 'Content-Type', required => 1); has ResponseContentType => (is => 'ro', isa => 'Str', traits => ['ParamInHeader'], header_name => 'Response-Content-Type'); has SessionId => (is => 'ro', isa => 'Str', traits => ['ParamInURI'], uri_name => 'sessionId', required => 1); has SessionState => (is => 'ro', isa => 'Str', traits => ['ParamInHeader'], header_name => 'x-amz-lex-session-state'); use MooseX::ClassAttribute; class_has _stream_param => (is => 'ro', default => 'InputStream'); class_has _api_call => (isa => 'Str', is => 'ro', default => 'RecognizeUtterance'); class_has _api_uri => (isa => 'Str', is => 'ro', default => '/bots/{botId}/botAliases/{botAliasId}/botLocales/{localeId}/sessions/{sessionId}/utterance'); class_has _api_method => (isa => 'Str', is => 'ro', default => 'POST'); class_has _returns => (isa => 'Str', is => 'ro', default => 'Paws::LexRuntimeV2::RecognizeUtteranceResponse'); 1; ### main pod documentation begin ### =head1 NAME Paws::LexRuntimeV2::RecognizeUtterance - Arguments for method RecognizeUtterance on L =head1 DESCRIPTION This class represents the parameters used for calling the method RecognizeUtterance on the L service. Use the attributes of this class as arguments to method RecognizeUtterance. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to RecognizeUtterance. =head1 SYNOPSIS my $runtime-v2-lex = Paws->service('LexRuntimeV2'); my $RecognizeUtteranceResponse = $runtime - v2 -lex->RecognizeUtterance( BotAliasId => 'MyBotAliasIdentifier', BotId => 'MyBotIdentifier', LocaleId => 'MyLocaleId', RequestContentType => 'MyNonEmptyString', SessionId => 'MySessionId', InputStream => 'BlobBlobStream', # OPTIONAL RequestAttributes => 'MySensitiveNonEmptyString', # OPTIONAL ResponseContentType => 'MyNonEmptyString', # OPTIONAL SessionState => 'MySensitiveNonEmptyString', # OPTIONAL ); # Results: my $AudioStream = $RecognizeUtteranceResponse->AudioStream; my $ContentType = $RecognizeUtteranceResponse->ContentType; my $InputMode = $RecognizeUtteranceResponse->InputMode; my $InputTranscript = $RecognizeUtteranceResponse->InputTranscript; my $Interpretations = $RecognizeUtteranceResponse->Interpretations; my $Messages = $RecognizeUtteranceResponse->Messages; my $RequestAttributes = $RecognizeUtteranceResponse->RequestAttributes; my $SessionId = $RecognizeUtteranceResponse->SessionId; my $SessionState = $RecognizeUtteranceResponse->SessionState; # 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 B BotAliasId => Str The alias identifier in use for the bot that should receive the request. =head2 B BotId => Str The identifier of the bot that should receive the request. =head2 InputStream => Str User input in PCM or Opus audio format or text format as described in the C parameter. =head2 B LocaleId => Str The locale where the session is in use. =head2 RequestAttributes => Str Request-specific information passed between the client application and Amazon Lex V2 The namespace C is reserved for special attributes. Don't create any request attributes for prefix C. The C field must be compressed using gzip and then base64 encoded before sending to Amazon Lex V2. =head2 B RequestContentType => Str Indicates the format for audio input or that the content is text. The header must start with one of the following prefixes: =over =item * PCM format, audio data must be in little-endian byte order. =over =item * audio/l16; rate=16000; channels=1 =item * audio/x-l16; sample-rate=16000; channel-count=1 =item * audio/lpcm; sample-rate=8000; sample-size-bits=16; channel-count=1; is-big-endian=false =back =item * Opus format =over =item * audio/x-cbr-opus-with-preamble;preamble-size=0;bit-rate=256000;frame-size-milliseconds=4 =back =item * Text format =over =item * text/plain; charset=utf-8 =back =back =head2 ResponseContentType => Str The message that Amazon Lex V2 returns in the response can be either text or speech based on the C value. =over =item * If the value is C, Amazon Lex V2 returns text in the response. =item * If the value begins with C