google_api_comment_analyzer v0.4.0 GoogleApi.CommentAnalyzer.V1alpha1.Model.ArticleAndParentComment View Source
A type of context specific to a comment left on a single-threaded comment message board, where comments are either a top level comment or the child of a top level comment.
Attributes
article
(type:GoogleApi.CommentAnalyzer.V1alpha1.Model.TextEntry.t
, default:nil
) - The source content about which the comment was made (article text, article summary, video transcript, etc).parentComment
(type:GoogleApi.CommentAnalyzer.V1alpha1.Model.TextEntry.t
, default:nil
) - Refers to text that is a direct parent of the source comment, such as in a one-deep threaded message board. This field will only be present for comments that are replies to other comments and will not be populated for direct comments on the article_text.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.CommentAnalyzer.V1alpha1.Model.ArticleAndParentComment{ article: GoogleApi.CommentAnalyzer.V1alpha1.Model.TextEntry.t(), parentComment: GoogleApi.CommentAnalyzer.V1alpha1.Model.TextEntry.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.