Value

class Value

Information about the value provided for a slot and Amazon Lex V2's interpretation.

Types

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

Properties

Link copied to clipboard

The value that Amazon Lex V2 determines for the slot, given the user input. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex V2 choose the first value in the resolvedValues list.

Link copied to clipboard

The part of the user's response to the slot elicitation that Amazon Lex V2 determines is relevant to the slot value.

Link copied to clipboard

A list of values that Amazon Lex V2 determines are possible resolutions for the user input. The first value matches the interpretedValue.

Functions

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