Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Complex Types - buzzCommentType

Description

This type is used to represent a comment.

Properties

Name Type Occurrence Description
activityOwnerLikes xs:boolean Required Indicates that the owner of the activity that this comment belongs to likes this comment.
actor xs:anyURI Optional Person or object that posted this activity. This is DEPRECATED and should not be used, USE actorInfo INSTEAD
actorInfo accountBasicDetailsType Required Person or object that posted this activity.
comment xs:string Required The comments text body.
extra xs:string Optional Used to store a JSON structure that represents a referenced resource or application-specific additional content.
fileAttachment Array<serverFileAttachmentType> Optional Information about the file attachment.
icon xs:anyURI Optional Icon that should be displayed against the comment.
id xs:anyURI Required The unique resource name identifier for this activity.
language xs:language Required The language the comment is written in.
likes xs:unsignedInt Required Indicates the number of people that like this comment.
published xs:dateTime Required The date/time the comment was published.
read xs:boolean Required
Default=true
Indicates that the person querying the activity stream has read this comment.
replyToActorInfo accountBasicDetailsType Optional Actor information of the comment being replied to.
replyToExtra xs:string Optional Extra information relating to reply to comment
replyToID xs:anyURI Optional ID of the comment being replied to.
thumbnailAccessToken xs:string Optional If the activity included embedded content, this access token will provide time-limited access to the thumbnail image for the content via WebDAV cafs_raw.
visibility activityVisibilityType Optional The visibility the method invoker has on this comment.
youLike xs:boolean Required Indicates that the person querying the activity stream likes this comment.
In This Document