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