NAME

Paws::LexRuntimeV2::RecognizeTextResponse

ATTRIBUTES

Interpretations => ArrayRef[Paws::LexRuntimeV2::Interpretation]

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

Each interpretation includes the intent, a score that indicates now 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.

Messages => ArrayRef[Paws::LexRuntimeV2::Message]

A list of messages last sent to the user. The messages are ordered based on the order that you returned the messages from your Lambda function or the order that the messages are defined in the bot.

RequestAttributes => Paws::LexRuntimeV2::StringMap

The attributes sent in the request.

SessionId => Str

The identifier of the session in use.

SessionState => Paws::LexRuntimeV2::SessionState

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.

_request_id => Str