TranscriptEvent

Event sent from Amazon Lex V2 to your client application that contains a transcript of voice audio.

Types

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

Properties

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.

Link copied to clipboard

The transcript of the voice audio from the user.

Functions

Link copied to clipboard
inline fun copy(block: TranscriptEvent.Builder.() -> Unit = {}): TranscriptEvent
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