class Aws::Connect::Types::UpdateUserPhoneConfigRequest

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

data as a hash:

    {
      phone_config: { # required
        phone_type: "SOFT_PHONE", # required, accepts SOFT_PHONE, DESK_PHONE
        auto_accept: false,
        after_contact_work_time_limit: 1,
        desk_phone_number: "PhoneNumber",
      },
      user_id: "UserId", # required
      instance_id: "InstanceId", # required
    }

@!attribute [rw] phone_config

Information about phone configuration settings for the user.
@return [Types::UserPhoneConfig]

@!attribute [rw] user_id

The identifier of the user account.
@return [String]

@!attribute [rw] instance_id

The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
@return [String]

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

Constants

SENSITIVE