class Aws::Connect::Types::UserPhoneConfig

Contains information about the phone configuration settings for a user.

@note When making an API call, you may pass UserPhoneConfig

data as a hash:

    {
      phone_type: "SOFT_PHONE", # required, accepts SOFT_PHONE, DESK_PHONE
      auto_accept: false,
      after_contact_work_time_limit: 1,
      desk_phone_number: "PhoneNumber",
    }

@!attribute [rw] phone_type

The phone type.
@return [String]

@!attribute [rw] auto_accept

The Auto accept setting.
@return [Boolean]

@!attribute [rw] after_contact_work_time_limit

The After Call Work (ACW) timeout setting, in seconds.
@return [Integer]

@!attribute [rw] desk_phone_number

The phone number for the user's desk phone.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UserPhoneConfig AWS API Documentation

Constants

SENSITIVE