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