Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
- data CommunicateAction = CommunicateAction {
- about :: About
- inLanguage :: InLanguage
- recipient :: Recipient
- actionStatus :: ActionStatus
- agent :: Agent
- endTime :: EndTime
- error :: Error
- instrument :: Instrument
- location :: Location
- object :: Object
- participant :: Participant
- result :: Result
- startTime :: StartTime
- target :: Target
- additionalType :: AdditionalType
- alternateName :: AlternateName
- description :: Description
- image :: Image
- mainEntityOfPage :: MainEntityOfPage
- name :: Name
- potentialAction :: PotentialAction
- sameAs :: SameAs
- url :: Url
Documentation
data CommunicateAction Source
The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation.
id
- CommunicateAction
label
- Communicate Action
comment
- The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation.
ancestors
Thing
,Action
,InteractAction
subtypes
AskAction
,CheckInAction
,CheckOutAction
,CommentAction
,InformAction
,InviteAction
,ReplyAction
,ShareAction
supertypes
InteractAction
url
- http://schema.org/CommunicateAction
CommunicateAction | |
|