Jump to Content

Interface RecognizeTextCommandInputProtected

The input for RecognizeTextCommand.

Hierarchy

Properties

botAliasId: undefined | string

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

botId: undefined | string

The identifier of the bot that processes the request.

localeId: undefined | string

The locale where the session is in use.

requestAttributes?: Record<string, string>

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

The namespace x-amz-lex: is reserved for special attributes. Don't create any request attributes with the prefix x-amz-lex:.

sessionId: undefined | string

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

sessionState?: SessionState

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

text: undefined | string

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