NAME
Paws::LexRuntimeV2::SessionState
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::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
DESCRIPTION
The state of the user's session with Amazon Lex V2.
ATTRIBUTES
ActiveContexts => 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::DialogAction
The next step that Amazon Lex V2 should take in the conversation with a user.
Intent => Paws::LexRuntimeV2::Intent
The active intent that Amazon Lex V2 is processing.
OriginatingRequestId => Str
SessionAttributes => Paws::LexRuntimeV2::StringMap
Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex V2 and a client application.
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