class Aws::Lex::Types::GetSessionResponse

@!attribute [rw] recent_intent_summary_view

An array of information about the intents used in the session. The
array can contain a maximum of three summaries. If more than three
intents are used in the session, the `recentIntentSummaryView`
operation contains information about the last three intents used.

If you set the `checkpointLabelFilter` parameter in the request, the
array contains only the intents with the specified label.
@return [Array<Types::IntentSummary>]

@!attribute [rw] session_attributes

Map of key/value pairs representing the session-specific context
information. It contains application information passed between
Amazon Lex and a client application.
@return [Hash<String,String>]

@!attribute [rw] session_id

A unique identifier for the session.
@return [String]

@!attribute [rw] dialog_action

Describes the current state of the bot.
@return [Types::DialogAction]

@!attribute [rw] active_contexts

A list of active contexts for the session. A context can be set when
an intent is fulfilled or by calling the `PostContent`, `PostText`,
or `PutSession` operation.

You can use a context to control the intents that can follow up an
intent, or to modify the operation of your application.
@return [Array<Types::ActiveContext>]

@see docs.aws.amazon.com/goto/WebAPI/runtime.lex-2016-11-28/GetSessionResponse AWS API Documentation

Constants

SENSITIVE