| 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.ContactContent
Description
Documentation
data ContactContent Source #
An object that represents a content of an Amazon Connect contact object.
See: newContactContent smart constructor.
Constructors
| ContactContent' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> UTCTime | |
| -> Text | |
| -> ContactContent |
Create a value of ContactContent 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:channel:ContactContent', contactContent_channel - A list of channels to filter on for related items of type Contact.
$sel:connectedToSystemTime:ContactContent', contactContent_connectedToSystemTime - The difference between the InitiationTimestamp and the
DisconnectTimestamp of the contact.
$sel:contactArn:ContactContent', contactContent_contactArn - A unique identifier of a contact in Amazon Connect.
contactContent_channel :: Lens' ContactContent Text Source #
A list of channels to filter on for related items of type Contact.
contactContent_connectedToSystemTime :: Lens' ContactContent UTCTime Source #
The difference between the InitiationTimestamp and the
DisconnectTimestamp of the contact.
contactContent_contactArn :: Lens' ContactContent Text Source #
A unique identifier of a contact in Amazon Connect.