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
- Struct
- Aws::LexModelBuildingService::Types::SlotDefaultValue
- 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
-
#default_value ⇒ String
The default value for the slot.
Instance Attribute Details
#default_value ⇒ String
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.\"