{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.ReplyAction where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | The act of responding to a question/message asked/sent by the object. Related to AskAction.

Related actions:

. data ReplyAction instance Show ReplyAction instance Read ReplyAction instance Eq ReplyAction instance Typeable ReplyAction instance MetaData ReplyAction