class Aws::LexRuntimeV2::Types::GetSessionResponse

@!attribute [rw] session_id

The identifier of the returned session.
@return [String]

@!attribute [rw] messages

A list of messages that were last sent to the user. The messages are
ordered based on the order that your returned the messages from your
Lambda function or the order that messages are defined in the bot.
@return [Array<Types::Message>]

@!attribute [rw] interpretations

A list of intents that Amazon Lex V2 determined might satisfy the
user's utterance.

Each interpretation includes the intent, a score that indicates how
confident Amazon Lex V2 is that the interpretation is the correct
one, and an optional sentiment response that indicates the sentiment
expressed in the utterance.
@return [Array<Types::Interpretation>]

@!attribute [rw] session_state

Represents the current state of the dialog between the user and the
bot.

You can use this to determine the progress of the conversation and
what the next action might be.
@return [Types::SessionState]

@see docs.aws.amazon.com/goto/WebAPI/runtime.lex.v2-2020-08-07/GetSessionResponse AWS API Documentation

Constants

SENSITIVE