| 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 |
Amazonka.ConnectCases.Types.RelatedItemContent
Description
Documentation
data RelatedItemContent Source #
Represents the content of a particular type of related item.
See: newRelatedItemContent smart constructor.
Constructors
| RelatedItemContent' | |
Fields
| |
Instances
newRelatedItemContent :: RelatedItemContent Source #
Create a value of RelatedItemContent 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:comment:RelatedItemContent', relatedItemContent_comment - Represents the content of a comment to be returned to agents.
$sel:contact:RelatedItemContent', relatedItemContent_contact - Represents the content of a contact to be returned to agents.
relatedItemContent_comment :: Lens' RelatedItemContent (Maybe CommentContent) Source #
Represents the content of a comment to be returned to agents.
relatedItemContent_contact :: Lens' RelatedItemContent (Maybe ContactContent) Source #
Represents the content of a contact to be returned to agents.