| 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.Connect.Types.AgentInfo
Description
Synopsis
Documentation
Information about the agent who accepted the contact.
See: newAgentInfo smart constructor.
Constructors
| AgentInfo' | |
Instances
| FromJSON AgentInfo Source # | |
| Generic AgentInfo Source # | |
| Read AgentInfo Source # | |
| Show AgentInfo Source # | |
| NFData AgentInfo Source # | |
Defined in Amazonka.Connect.Types.AgentInfo | |
| Eq AgentInfo Source # | |
| Hashable AgentInfo Source # | |
Defined in Amazonka.Connect.Types.AgentInfo | |
| type Rep AgentInfo Source # | |
Defined in Amazonka.Connect.Types.AgentInfo type Rep AgentInfo = D1 ('MetaData "AgentInfo" "Amazonka.Connect.Types.AgentInfo" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "AgentInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectedToAgentTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
newAgentInfo :: AgentInfo Source #
Create a value of AgentInfo 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:connectedToAgentTimestamp:AgentInfo', agentInfo_connectedToAgentTimestamp - The timestamp when the contact was connected to the agent.
$sel:id:AgentInfo', agentInfo_id - The identifier of the agent who accepted the contact.