Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data CommentContent Source #
Represents the content of a Comment
to be returned to agents.
See: newCommentContent
smart constructor.
CommentContent' | |
|
Instances
Create a value of CommentContent
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:body:CommentContent'
, commentContent_body
- Text in the body of a Comment
on a case.
$sel:contentType:CommentContent'
, commentContent_contentType
- Type of the text in the box of a Comment
on a case.
commentContent_body :: Lens' CommentContent Text Source #
Text in the body of a Comment
on a case.
commentContent_contentType :: Lens' CommentContent CommentBodyTextType Source #
Type of the text in the box of a Comment
on a case.