module Stratosphere.Lex.Bot.SlotTypeValueProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data SlotTypeValueProperty :: Prelude.Type instance ToResourceProperties SlotTypeValueProperty instance Prelude.Eq SlotTypeValueProperty instance Prelude.Show SlotTypeValueProperty instance JSON.ToJSON SlotTypeValueProperty