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