Class: Aws::Connect::Types::UserPhoneConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UserPhoneConfig
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Contains information about the phone configuration settings for a user.
Constant Summary collapse
- SENSITIVE =
[]
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.
SearchUsers
call, AfterContactWorkTimeLimit
is returned in milliseconds.
12832 12833 12834 12835 12836 12837 12838 12839 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12832 class UserPhoneConfig < Struct.new( :phone_type, :auto_accept, :after_contact_work_time_limit, :desk_phone_number) SENSITIVE = [] include Aws::Structure end |
#auto_accept ⇒ Boolean
The Auto accept setting.
12832 12833 12834 12835 12836 12837 12838 12839 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12832 class UserPhoneConfig < Struct.new( :phone_type, :auto_accept, :after_contact_work_time_limit, :desk_phone_number) SENSITIVE = [] include Aws::Structure end |
#desk_phone_number ⇒ String
The phone number for the user's desk phone.
12832 12833 12834 12835 12836 12837 12838 12839 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12832 class UserPhoneConfig < Struct.new( :phone_type, :auto_accept, :after_contact_work_time_limit, :desk_phone_number) SENSITIVE = [] include Aws::Structure end |
#phone_type ⇒ String
The phone type.
12832 12833 12834 12835 12836 12837 12838 12839 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12832 class UserPhoneConfig < Struct.new( :phone_type, :auto_accept, :after_contact_work_time_limit, :desk_phone_number) SENSITIVE = [] include Aws::Structure end |