RecognizeTextResponse

Types

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

Properties

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 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 text.

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