RecognizeUtteranceRequest

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 should receive the request.

Link copied to clipboard

The identifier of the bot that should receive the request.

Link copied to clipboard

User input in PCM or Opus audio format or text format as described in the requestContentType parameter.

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

Indicates the format for audio input or that the content is text. The header must start with one of the following prefixes:

Link copied to clipboard

The message that Amazon Lex V2 returns in the response can be either text or speech based on the responseContentType value.

Link copied to clipboard

The identifier of the session in use.

Link copied to clipboard

Sets the state of the session with the user. You can use this to set the current intent, attributes, context, and dialog action. Use the dialog action to determine the next step that Amazon Lex V2 should use in the conversation with the user.

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