![]() |
![]()
| ![]() |
![]()
NAMEPaws::LexRuntimeV2::StartConversationRequestEventStream USAGEThis 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 DESCRIPTIONRepresents a stream of events between your application and Amazon Lex V2. ATTRIBUTESAudioInputEvent => Paws::LexRuntimeV2::AudioInputEventSpeech 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::ConfigurationEventConfiguration information sent from your client application to Amazon Lex V2 DisconnectionEvent => Paws::LexRuntimeV2::DisconnectionEventEvent sent from the client application to indicate to Amazon Lex V2 that the conversation is over. DTMFInputEvent => Paws::LexRuntimeV2::DTMFInputEventDTMF 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
PlaybackCompletionEvent => Paws::LexRuntimeV2::PlaybackCompletionEventEvent 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::TextInputEventText sent from your client application to Amazon Lex V2. Each "TextInputEvent" is processed individually. SEE ALSOThis class forms part of Paws, describing an object used in Paws::LexRuntimeV2 BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|