class Aws::LexRuntimeV2::Types::PutSessionResponse

@!attribute [rw] content_type

The type of response. Same as the type specified in the
`responseContentType` field in the request.
@return [String]

@!attribute [rw] messages

A list of messages that were last sent to the user. The messages are
ordered based on how you return the messages from you Lambda
function or the order that the messages are defined in the bot.
@return [String]

@!attribute [rw] session_state

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

Use this to determine the progress of the conversation and what the
next action may be.
@return [String]

@!attribute [rw] request_attributes

Request-specific information passed between the client application
and Amazon Lex V2. These are the same as the `requestAttribute`
parameter in the call to the `PutSession` operation.
@return [String]

@!attribute [rw] session_id

The identifier of the session that received the data.
@return [String]

@!attribute [rw] audio_stream

If the requested content type was audio, the audio version of the
message to convey to the user.
@return [IO]

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

Constants

SENSITIVE