You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::LexModelBuildingService::Types::SlotDefaultValue

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SlotDefaultValue as input to an Aws::Client method, you can use a vanilla Hash:

{
  default_value: "SlotDefaultValueString", # required
}

A default value for a slot.

Instance Attribute Summary collapse

Instance Attribute Details

#default_valueString

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.\"

Returns:

  • (String)

    The default value for the slot.