NAME
Paws::LexRuntimeV2::StartConversationRequestEventStream
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::LexRuntimeV2::StartConversationRequestEventStream object:
$service_obj->Method(Att1 => { AudioInputEvent => $value, ..., TextInputEvent => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::LexRuntimeV2::StartConversationRequestEventStream object:
$result = $service_obj->Method(...);
$result->Att1->AudioInputEvent
DESCRIPTION
Represents a stream of events between your application and Amazon Lex V2.
ATTRIBUTES
AudioInputEvent => Paws::LexRuntimeV2::AudioInputEvent
Speech audio sent from your client application to Amazon Lex V2. Audio starts accumulating when Amazon Lex V2 identifies a voice and continues until a natural pause in the speech is found before processing.
ConfigurationEvent => Paws::LexRuntimeV2::ConfigurationEvent
Configuration information sent from your client application to Amazon Lex V2
DisconnectionEvent => Paws::LexRuntimeV2::DisconnectionEvent
Event sent from the client application to indicate to Amazon Lex V2 that the conversation is over.
DTMFInputEvent => Paws::LexRuntimeV2::DTMFInputEvent
DTMF information sent to Amazon Lex V2 by your application. Amazon Lex V2 accumulates the DMTF information from when the user sends the first character and ends
when there's a pause longer that the value configured for the end timeout.
when there's a digit that is the configured end character.
when Amazon Lex V2 accumulates characters equal to the maximum DTMF character configuration.
PlaybackCompletionEvent => Paws::LexRuntimeV2::PlaybackCompletionEvent
Event sent from the client application to Amazon Lex V2 to indicate that it has finished playing audio and that Amazon Lex V2 should start listening for user input.
TextInputEvent => Paws::LexRuntimeV2::TextInputEvent
Text sent from your client application to Amazon Lex V2. Each TextInputEvent
is processed individually.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::LexRuntimeV2
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues