RecognizeUtteranceResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

Content type as specified in the responseContentType in the request.

Link copied to clipboard

Indicates whether the input mode to the operation was text, speech, or from a touch-tone keypad.

Link copied to clipboard

The text used to process the request.

Link copied to clipboard

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

Link copied to clipboard

A list of messages that were 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.

Link copied to clipboard

The bot member that recognized the utterance.

Link copied to clipboard

The attributes sent in the request.

Link copied to clipboard

The identifier of the session in use.

Link copied to clipboard

Represents the current state of the dialog between the user and the bot.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String