IntentResultEvent

Contains the current state of the conversation between the client application and Amazon Lex V2.

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

Indicates whether the input to the operation was text, speech, or from a touch-tone keypad.

Link copied to clipboard

A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.

Link copied to clipboard

The bot member that is processing the intent.

Link copied to clipboard

The attributes sent in the request.

Link copied to clipboard

The identifier of the session in use.

Link copied to clipboard

The state of the user's session with Amazon Lex V2.

Functions

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