Class: Aws::Types::AgentInfo
- Inherits:
-
Object
- Object
- Aws::Types::AgentInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accepted_by_agent_timestamp ⇒ ::Time
Returns the value of attribute accepted_by_agent_timestamp.
-
#after_contact_work_duration ⇒ ::Integer
Returns the value of attribute after_contact_work_duration.
-
#after_contact_work_end_timestamp ⇒ ::Time
Returns the value of attribute after_contact_work_end_timestamp.
-
#after_contact_work_start_timestamp ⇒ ::Time
Returns the value of attribute after_contact_work_start_timestamp.
-
#agent_initiated_hold_duration ⇒ ::Integer
Returns the value of attribute agent_initiated_hold_duration.
-
#agent_pause_duration_in_seconds ⇒ ::Integer
Returns the value of attribute agent_pause_duration_in_seconds.
-
#capabilities ⇒ Types::ParticipantCapabilities
Returns the value of attribute capabilities.
-
#connected_to_agent_timestamp ⇒ ::Time
Returns the value of attribute connected_to_agent_timestamp.
-
#device_info ⇒ Types::DeviceInfo
Returns the value of attribute device_info.
-
#hierarchy_groups ⇒ Types::HierarchyGroups
Returns the value of attribute hierarchy_groups.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#preview_end_timestamp ⇒ ::Time
Returns the value of attribute preview_end_timestamp.
-
#state_transitions ⇒ ::Array[Types::StateTransition]
Returns the value of attribute state_transitions.
-
#voice_enhancement_mode ⇒ "VOICE_ISOLATION", ...
Returns the value of attribute voice_enhancement_mode.
Instance Attribute Details
#accepted_by_agent_timestamp ⇒ ::Time
Returns the value of attribute accepted_by_agent_timestamp.
90 91 92 |
# File 'sig/types.rbs', line 90 def @accepted_by_agent_timestamp end |
#after_contact_work_duration ⇒ ::Integer
Returns the value of attribute after_contact_work_duration.
97 98 99 |
# File 'sig/types.rbs', line 97 def after_contact_work_duration @after_contact_work_duration end |
#after_contact_work_end_timestamp ⇒ ::Time
Returns the value of attribute after_contact_work_end_timestamp.
99 100 101 |
# File 'sig/types.rbs', line 99 def @after_contact_work_end_timestamp end |
#after_contact_work_start_timestamp ⇒ ::Time
Returns the value of attribute after_contact_work_start_timestamp.
98 99 100 |
# File 'sig/types.rbs', line 98 def @after_contact_work_start_timestamp end |
#agent_initiated_hold_duration ⇒ ::Integer
Returns the value of attribute agent_initiated_hold_duration.
100 101 102 |
# File 'sig/types.rbs', line 100 def agent_initiated_hold_duration @agent_initiated_hold_duration end |
#agent_pause_duration_in_seconds ⇒ ::Integer
Returns the value of attribute agent_pause_duration_in_seconds.
93 94 95 |
# File 'sig/types.rbs', line 93 def agent_pause_duration_in_seconds @agent_pause_duration_in_seconds end |
#capabilities ⇒ Types::ParticipantCapabilities
Returns the value of attribute capabilities.
96 97 98 |
# File 'sig/types.rbs', line 96 def capabilities @capabilities end |
#connected_to_agent_timestamp ⇒ ::Time
Returns the value of attribute connected_to_agent_timestamp.
92 93 94 |
# File 'sig/types.rbs', line 92 def @connected_to_agent_timestamp end |
#device_info ⇒ Types::DeviceInfo
Returns the value of attribute device_info.
95 96 97 |
# File 'sig/types.rbs', line 95 def device_info @device_info end |
#hierarchy_groups ⇒ Types::HierarchyGroups
Returns the value of attribute hierarchy_groups.
94 95 96 |
# File 'sig/types.rbs', line 94 def hierarchy_groups @hierarchy_groups end |
#id ⇒ ::String
Returns the value of attribute id.
89 90 91 |
# File 'sig/types.rbs', line 89 def id @id end |
#preview_end_timestamp ⇒ ::Time
Returns the value of attribute preview_end_timestamp.
91 92 93 |
# File 'sig/types.rbs', line 91 def @preview_end_timestamp end |
#state_transitions ⇒ ::Array[Types::StateTransition]
Returns the value of attribute state_transitions.
101 102 103 |
# File 'sig/types.rbs', line 101 def state_transitions @state_transitions end |
#voice_enhancement_mode ⇒ "VOICE_ISOLATION", ...
Returns the value of attribute voice_enhancement_mode.
102 103 104 |
# File 'sig/types.rbs', line 102 def voice_enhancement_mode @voice_enhancement_mode end |