class Aws::LexRuntimeV2::Types::Value
The value of a slot.
@note When making an API call, you may pass Value
data as a hash: { original_value: "NonEmptyString", interpreted_value: "NonEmptyString", # required resolved_values: ["NonEmptyString"], }
@!attribute [rw] original_value
The text of the utterance from the user that was entered for the slot. @return [String]
@!attribute [rw] interpreted_value
The value that Amazon Lex V2 determines for the slot. 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. @return [String]
@!attribute [rw] resolved_values
A list of additional values that have been recognized for the slot. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/runtime.lex.v2-2020-08-07/Value AWS API Documentation
Constants
- SENSITIVE