RecognizeUtteranceRequest
Types
Properties
Link copied to clipboard
The alias identifier in use for 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
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
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
inline fun copy(block: RecognizeUtteranceRequest.Builder.() -> Unit = {}): RecognizeUtteranceRequest