| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Lex.Bot.SlotTypeProperty
Documentation
data CompositeSlotTypeSettingProperty Source #
Constructors
| CompositeSlotTypeSettingProperty | |
Fields | |
Instances
| ToJSON CompositeSlotTypeSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.CompositeSlotTypeSettingProperty | |||||
| Show CompositeSlotTypeSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.CompositeSlotTypeSettingProperty Methods showsPrec :: Int -> CompositeSlotTypeSettingProperty -> ShowS # | |||||
| Eq CompositeSlotTypeSettingProperty Source # | |||||
| ToResourceProperties CompositeSlotTypeSettingProperty Source # | |||||
| Property "SubSlots" CompositeSlotTypeSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.CompositeSlotTypeSettingProperty Associated Types
Methods set :: PropertyType "SubSlots" CompositeSlotTypeSettingProperty -> CompositeSlotTypeSettingProperty -> CompositeSlotTypeSettingProperty # | |||||
| type PropertyType "SubSlots" CompositeSlotTypeSettingProperty Source # | |||||
data SubSlotTypeCompositionProperty Source #
Constructors
| SubSlotTypeCompositionProperty | |
Fields
| |
Instances
mkSubSlotTypeCompositionProperty :: Value Text -> Value Text -> SubSlotTypeCompositionProperty Source #
data SlotTypeProperty Source #
Constructors
| SlotTypeProperty | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slottype.html |
Fields
| |
Instances
| ToJSON SlotTypeProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotTypeProperty Methods toJSON :: SlotTypeProperty -> Value # toEncoding :: SlotTypeProperty -> Encoding # toJSONList :: [SlotTypeProperty] -> Value # toEncodingList :: [SlotTypeProperty] -> Encoding # omitField :: SlotTypeProperty -> Bool # | |||||
| Show SlotTypeProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotTypeProperty Methods showsPrec :: Int -> SlotTypeProperty -> ShowS # show :: SlotTypeProperty -> String # showList :: [SlotTypeProperty] -> ShowS # | |||||
| Eq SlotTypeProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotTypeProperty Methods (==) :: SlotTypeProperty -> SlotTypeProperty -> Bool # (/=) :: SlotTypeProperty -> SlotTypeProperty -> Bool # | |||||
| ToResourceProperties SlotTypeProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotTypeProperty Methods toResourceProperties :: SlotTypeProperty -> ResourceProperties # | |||||
| Property "CompositeSlotTypeSetting" SlotTypeProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotTypeProperty Associated Types
Methods set :: PropertyType "CompositeSlotTypeSetting" SlotTypeProperty -> SlotTypeProperty -> SlotTypeProperty # | |||||
| Property "Description" SlotTypeProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotTypeProperty Associated Types
Methods set :: PropertyType "Description" SlotTypeProperty -> SlotTypeProperty -> SlotTypeProperty # | |||||
| Property "ExternalSourceSetting" SlotTypeProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotTypeProperty Associated Types
Methods set :: PropertyType "ExternalSourceSetting" SlotTypeProperty -> SlotTypeProperty -> SlotTypeProperty # | |||||
| Property "Name" SlotTypeProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotTypeProperty Associated Types
Methods set :: PropertyType "Name" SlotTypeProperty -> SlotTypeProperty -> SlotTypeProperty # | |||||
| Property "ParentSlotTypeSignature" SlotTypeProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotTypeProperty Associated Types
Methods set :: PropertyType "ParentSlotTypeSignature" SlotTypeProperty -> SlotTypeProperty -> SlotTypeProperty # | |||||
| Property "SlotTypeValues" SlotTypeProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotTypeProperty Associated Types
Methods set :: PropertyType "SlotTypeValues" SlotTypeProperty -> SlotTypeProperty -> SlotTypeProperty # | |||||
| Property "ValueSelectionSetting" SlotTypeProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotTypeProperty Associated Types
Methods set :: PropertyType "ValueSelectionSetting" SlotTypeProperty -> SlotTypeProperty -> SlotTypeProperty # | |||||
| type PropertyType "CompositeSlotTypeSetting" SlotTypeProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotTypeProperty | |||||
| type PropertyType "Description" SlotTypeProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotTypeProperty | |||||
| type PropertyType "ExternalSourceSetting" SlotTypeProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotTypeProperty | |||||
| type PropertyType "Name" SlotTypeProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotTypeProperty | |||||
| type PropertyType "ParentSlotTypeSignature" SlotTypeProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotTypeProperty | |||||
| type PropertyType "SlotTypeValues" SlotTypeProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotTypeProperty | |||||
| type PropertyType "ValueSelectionSetting" SlotTypeProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotTypeProperty | |||||