Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data UserPhoneConfig = UserPhoneConfig' {}
- newUserPhoneConfig :: PhoneType -> UserPhoneConfig
- userPhoneConfig_autoAccept :: Lens' UserPhoneConfig (Maybe Bool)
- userPhoneConfig_afterContactWorkTimeLimit :: Lens' UserPhoneConfig (Maybe Natural)
- userPhoneConfig_deskPhoneNumber :: Lens' UserPhoneConfig (Maybe Text)
- userPhoneConfig_phoneType :: Lens' UserPhoneConfig PhoneType
Documentation
data UserPhoneConfig Source #
Contains information about the phone configuration settings for a user.
See: newUserPhoneConfig
smart constructor.
UserPhoneConfig' | |
|
Instances
Create a value of UserPhoneConfig
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:autoAccept:UserPhoneConfig'
, userPhoneConfig_autoAccept
- The Auto accept setting.
$sel:afterContactWorkTimeLimit:UserPhoneConfig'
, userPhoneConfig_afterContactWorkTimeLimit
- The After Call Work (ACW) timeout setting, in seconds.
$sel:deskPhoneNumber:UserPhoneConfig'
, userPhoneConfig_deskPhoneNumber
- The phone number for the user's desk phone.
$sel:phoneType:UserPhoneConfig'
, userPhoneConfig_phoneType
- The phone type.
userPhoneConfig_autoAccept :: Lens' UserPhoneConfig (Maybe Bool) Source #
The Auto accept setting.
userPhoneConfig_afterContactWorkTimeLimit :: Lens' UserPhoneConfig (Maybe Natural) Source #
The After Call Work (ACW) timeout setting, in seconds.
userPhoneConfig_deskPhoneNumber :: Lens' UserPhoneConfig (Maybe Text) Source #
The phone number for the user's desk phone.
userPhoneConfig_phoneType :: Lens' UserPhoneConfig PhoneType Source #
The phone type.