TextInputEvent

The event sent from your client application to Amazon Lex V2 with text input from the user.

Types

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

Properties

Link copied to clipboard

A timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.

Link copied to clipboard

A unique identifier that your application assigns to the event. You can use this to identify events in logs.

Link copied to clipboard

The text from the user. Amazon Lex V2 processes this as a complete statement.

Functions

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