class Aws::LexRuntimeV2::Types::PutSessionResponse


@see docs.aws.amazon.com/goto/WebAPI/runtime.lex.v2-2020-08-07/PutSessionResponse AWS API Documentation
@return [IO]
message to convey to the user.
If the requested content type was audio, the audio version of the
@!attribute [rw] audio_stream
@return [String]
The identifier of the session that received the data.
@!attribute [rw] session_id
@return [String]
to the ‘PutSession` operation.
These are the same as the `requestAttribute` parameter in the call
information passed between the client application and Amazon Lex V2.
A base-64-encoded gzipped field that provides request-specific
@!attribute [rw] request_attributes
@return [String]
progress of the conversation and what the next action may be.
the dialog between the user and the bot. Use this to determine the
A base-64-encoded gzipped field that represents the current state of
@!attribute [rw] session_state
@return [String]
function or the order that the messages are defined in the bot.
ordered based on how you return the messages from you Lambda
A list of messages that were last sent to the user. The messages are
@!attribute [rw] messages
@return [String]
`responseContentType` field in the request.
The type of response. Same as the type specified in the
@!attribute [rw] content_type