RecognizeUtteranceResponse
Types
Properties
The prompt or statement to send to the user. This is based on the bot configuration and context. For example, if Amazon Lex V2 did not understand the user intent, it sends the clarificationPrompt
configured for the bot. If the intent requires confirmation before taking the fulfillment action, it sends the confirmationPrompt
. Another example: Suppose that the Lambda function successfully fulfilled the intent, and sent a message to convey to the user. Then Amazon Lex V2 sends that message in the response.
Content type as specified in the responseContentType
in the request.
The text used to process the request.
A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.
The bot member that recognized the utterance.
The attributes sent in the request.
Represents the current state of the dialog between the user and the bot.