class Aws::LexModelBuildingService::Types::SlotDefaultValue

A default value for a slot.

@note When making an API call, you may pass SlotDefaultValue

data as a hash:

    {
      default_value: "SlotDefaultValueString", # required
    }

@!attribute [rw] default_value

The default value for the slot. You can specify one of the
following:

* `#context-name.slot-name` - The slot value "slot-name" in the
  context "context-name."

* `\{attribute\}` - The slot value of the session attribute
  "attribute."

* `'value'` - The discrete value "value."
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/SlotDefaultValue AWS API Documentation

Constants

SENSITIVE