AudioResponseEvent

An event sent from Amazon Lex V2 to your client application containing audio to play to the user.

Types

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

Properties

Link copied to clipboard

A chunk of the audio to play.

Link copied to clipboard

The encoding of the audio chunk. This is the same as the encoding configure in the contentType field of the ConfigurationEvent.

Link copied to clipboard

A unique identifier of the event sent by Amazon Lex V2. The identifier is in the form RESPONSE-N, where N is a number starting with one and incremented for each event sent by Amazon Lex V2 in the current session.

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