The comments view mode applied to the presentation that indicates if comments are included. It provides options for reading the presentation with or without comments and comment anchors.
| Enums | |
|---|---|
COMMENTS_VIEW_MODE_UNSPECIFIED |
The CommentsViewMode is unspecified; COMMENTS_VIEW_MODE_OMITTED is applied. |
COMMENTS_VIEW_MODE_DEFAULT_FOR_CURRENT_ACCESS |
The CommentsViewMode applied to the returned presentation depends on the user's current access level. If the user only has view access, COMMENTS_VIEW_MODE_OMITTED is applied. Otherwise, COMMENTS_VIEW_MODE_INCLUDED is applied. |
COMMENTS_VIEW_MODE_OMITTED |
The returned presentation has comments omitted. |
COMMENTS_VIEW_MODE_INCLUDED |
The returned presentation has comments included. Requests to retrieve a presentation using this mode will return a 403 error if the user does not have permission to view comments. |