class Aws::LexRuntimeV2::Types::RecognizeTextResponse
@!attribute [rw] messages
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. @return [Array<Types::Message>]
@!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 [Types::SessionState]
@!attribute [rw] interpretations
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. @return [Array<Types::Interpretation>]
@!attribute [rw] request_attributes
The attributes sent in the request. @return [Hash<String,String>]
@!attribute [rw] session_id
The identifier of the session in use. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/runtime.lex.v2-2020-08-07/RecognizeTextResponse AWS API Documentation
Constants
- SENSITIVE