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