| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Lex.Bot.ExternalSourceSettingProperty
Documentation
data GrammarSlotTypeSettingProperty Source #
Constructors
| GrammarSlotTypeSettingProperty | |
Fields | |
Instances
| ToJSON GrammarSlotTypeSettingProperty Source # | |||||
| Show GrammarSlotTypeSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.GrammarSlotTypeSettingProperty Methods showsPrec :: Int -> GrammarSlotTypeSettingProperty -> ShowS # show :: GrammarSlotTypeSettingProperty -> String # showList :: [GrammarSlotTypeSettingProperty] -> ShowS # | |||||
| Eq GrammarSlotTypeSettingProperty Source # | |||||
| ToResourceProperties GrammarSlotTypeSettingProperty Source # | |||||
| Property "Source" GrammarSlotTypeSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.GrammarSlotTypeSettingProperty Associated Types
Methods set :: PropertyType "Source" GrammarSlotTypeSettingProperty -> GrammarSlotTypeSettingProperty -> GrammarSlotTypeSettingProperty # | |||||
| type PropertyType "Source" GrammarSlotTypeSettingProperty Source # | |||||
data GrammarSlotTypeSourceProperty Source #
Constructors
| GrammarSlotTypeSourceProperty | |
Fields
| |
Instances
mkGrammarSlotTypeSourceProperty :: Value Text -> Value Text -> GrammarSlotTypeSourceProperty Source #
data ExternalSourceSettingProperty Source #
Constructors
| ExternalSourceSettingProperty | |
Instances
| ToJSON ExternalSourceSettingProperty Source # | |||||
| Show ExternalSourceSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ExternalSourceSettingProperty Methods showsPrec :: Int -> ExternalSourceSettingProperty -> ShowS # show :: ExternalSourceSettingProperty -> String # showList :: [ExternalSourceSettingProperty] -> ShowS # | |||||
| Eq ExternalSourceSettingProperty Source # | |||||
| ToResourceProperties ExternalSourceSettingProperty Source # | |||||
| Property "GrammarSlotTypeSetting" ExternalSourceSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ExternalSourceSettingProperty Associated Types
Methods set :: PropertyType "GrammarSlotTypeSetting" ExternalSourceSettingProperty -> ExternalSourceSettingProperty -> ExternalSourceSettingProperty # | |||||
| type PropertyType "GrammarSlotTypeSetting" ExternalSourceSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.ExternalSourceSettingProperty type PropertyType "GrammarSlotTypeSetting" ExternalSourceSettingProperty = GrammarSlotTypeSettingProperty | |||||