| 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.UserPhoneConfig
Description
Synopsis
- data UserPhoneConfig = UserPhoneConfig' {}
- newUserPhoneConfig :: PhoneType -> UserPhoneConfig
- userPhoneConfig_afterContactWorkTimeLimit :: Lens' UserPhoneConfig (Maybe Natural)
- userPhoneConfig_autoAccept :: Lens' UserPhoneConfig (Maybe Bool)
- 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.
Constructors
| UserPhoneConfig' | |
Fields
| |
Instances
Arguments
| :: PhoneType | |
| -> UserPhoneConfig |
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:afterContactWorkTimeLimit:UserPhoneConfig', userPhoneConfig_afterContactWorkTimeLimit - The After Call Work (ACW) timeout setting, in seconds.
When returned by a SearchUsers call, AfterContactWorkTimeLimit is
returned in milliseconds.
$sel:autoAccept:UserPhoneConfig', userPhoneConfig_autoAccept - The Auto accept setting.
$sel:deskPhoneNumber:UserPhoneConfig', userPhoneConfig_deskPhoneNumber - The phone number for the user's desk phone.
$sel:phoneType:UserPhoneConfig', userPhoneConfig_phoneType - The phone type.
userPhoneConfig_afterContactWorkTimeLimit :: Lens' UserPhoneConfig (Maybe Natural) Source #
The After Call Work (ACW) timeout setting, in seconds.
When returned by a SearchUsers call, AfterContactWorkTimeLimit is
returned in milliseconds.
userPhoneConfig_autoAccept :: Lens' UserPhoneConfig (Maybe Bool) Source #
The Auto accept setting.
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.