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
show all
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

Instance Attribute Details

#after_contact_work_time_limitInteger

The After Call Work (ACW) timeout setting, in seconds.

Returns:

  • (Integer)

    The After Call Work (ACW) timeout setting, in seconds.

#auto_acceptBoolean

The Auto accept setting.

Returns:

  • (Boolean)

    The Auto accept setting.

#desk_phone_numberString

The phone number for the user\'s desk phone.

Returns:

  • (String)

    The phone number for the user\'s desk phone.

#phone_typeString

The phone type.

Possible values:

  • SOFT_PHONE
  • DESK_PHONE

Returns:

  • (String)

    The phone type.