You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Connect::Types::UserPhoneConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UserPhoneConfig
- Defined in:
- (unknown)
Overview
Note:
When passing UserPhoneConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
phone_type: "SOFT_PHONE", # required, accepts SOFT_PHONE, DESK_PHONE
auto_accept: false,
after_contact_work_time_limit: 1,
desk_phone_number: "PhoneNumber",
}
Contains information about the phone configuration settings for a user.
Returned by:
Instance Attribute Summary collapse
-
#after_contact_work_time_limit ⇒ Integer
The After Call Work (ACW) timeout setting, in seconds.
-
#auto_accept ⇒ Boolean
The Auto accept setting.
-
#desk_phone_number ⇒ String
The phone number for the user\'s desk phone.
-
#phone_type ⇒ String
The phone type.
Instance Attribute Details
#after_contact_work_time_limit ⇒ Integer
The After Call Work (ACW) timeout setting, in seconds.
#auto_accept ⇒ Boolean
The Auto accept setting.
#desk_phone_number ⇒ String
The phone number for the user\'s desk phone.
#phone_type ⇒ String
The phone type.
Possible values:
- SOFT_PHONE
- DESK_PHONE