NAME
Paws::LexRuntimeV2::PutSessionResponse
ATTRIBUTES
AudioStream => Str
If the requested content type was audio, the audio version of the message to convey to the user.
ContentType => Str
The type of response. Same as the type specified in the responseContentType
field in the request.
Messages => Str
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.
RequestAttributes => Str
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.
SessionId => Str
The identifier of the session that received the data.
SessionState => Str
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.