![]() |
![]()
| ![]() |
![]()
NAMEPaws::LexRuntimeV2::SessionState 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::SessionState object: $service_obj->Method(Att1 => { ActiveContexts => $value, ..., SessionAttributes => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::LexRuntimeV2::SessionState object: $result = $service_obj->Method(...); $result->Att1->ActiveContexts DESCRIPTIONThe state of the user's session with Amazon Lex V2. ATTRIBUTESActiveContexts => ArrayRef[Paws::LexRuntimeV2::ActiveContext]One or more contexts that indicate to Amazon Lex V2 the context of a request. When a context is active, Amazon Lex V2 considers intents with the matching context as a trigger as the next intent in a session. DialogAction => Paws::LexRuntimeV2::DialogActionThe next step that Amazon Lex V2 should take in the conversation with a user. Intent => Paws::LexRuntimeV2::IntentThe active intent that Amazon Lex V2 is processing. OriginatingRequestId => StrSessionAttributes => Paws::LexRuntimeV2::StringMapMap of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex V2 and a client application. 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>
|