SessionState

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

Types

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

Properties

Link copied to clipboard

One or more contexts that indicate to Amazon Lex V2 the context of a request. When a context is active, Amazon Lex V2 considers intents with the matching context as a trigger as the next intent in a session.

Link copied to clipboard

The next step that Amazon Lex V2 should take in the conversation with a user.

Link copied to clipboard

The active intent that Amazon Lex V2 is processing.

Link copied to clipboard

A unique identifier for a specific request.

Link copied to clipboard

Hints for phrases that a customer is likely to use for a slot. Amazon Lex V2 uses the hints to help determine the correct value of a slot.

Link copied to clipboard

Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex V2 and a client application.

Functions

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