RecognizeTextRequest

Types

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

Properties

Link copied to clipboard

The alias identifier in use for the bot that processes the request.

Link copied to clipboard

The identifier of the bot that processes the request.

Link copied to clipboard

The locale where the session is in use.

Link copied to clipboard

Request-specific information passed between the client application and Amazon Lex V2

Link copied to clipboard

The identifier of the user session that is having the conversation.

Link copied to clipboard

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

Link copied to clipboard
val text: String?

The text that the user entered. Amazon Lex V2 interprets this text.

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