AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains information about the phone configuration settings for a user.

Inheritance Hierarchy

System.Object
  Amazon.Connect.Model.UserPhoneConfig

Namespace: Amazon.Connect.Model
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z

Syntax

C#
public class UserPhoneConfig

The UserPhoneConfig type exposes the following members

Constructors

NameDescription
Public Method UserPhoneConfig()

Properties

NameTypeDescription
Public Property AfterContactWorkTimeLimit System.Int32

Gets and sets the property AfterContactWorkTimeLimit.

The After Call Work (ACW) timeout setting, in seconds. This parameter has a minimum value of 0 and a maximum value of 2,000,000 seconds (24 days). Enter 0 if you don't want to allocate a specific amount of ACW time. It essentially means an indefinite amount of time. When the conversation ends, ACW starts; the agent must choose Close contact to end ACW.

When returned by a SearchUsers call, AfterContactWorkTimeLimit is returned in milliseconds.

Public Property AutoAccept System.Boolean

Gets and sets the property AutoAccept.

The Auto accept setting.

Public Property DeskPhoneNumber System.String

Gets and sets the property DeskPhoneNumber.

The phone number for the user's desk phone.

Public Property PhoneType Amazon.Connect.PhoneType

Gets and sets the property PhoneType.

The phone type.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5