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