Class: Aws::Types::AgentInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accepted_by_agent_timestamp::Time

Returns the value of attribute accepted_by_agent_timestamp.

Returns:

  • (::Time)


90
91
92
# File 'sig/types.rbs', line 90

def accepted_by_agent_timestamp
  @accepted_by_agent_timestamp
end

#after_contact_work_duration::Integer

Returns the value of attribute after_contact_work_duration.

Returns:

  • (::Integer)


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.

Returns:

  • (::Time)


99
100
101
# File 'sig/types.rbs', line 99

def after_contact_work_end_timestamp
  @after_contact_work_end_timestamp
end

#after_contact_work_start_timestamp::Time

Returns the value of attribute after_contact_work_start_timestamp.

Returns:

  • (::Time)


98
99
100
# File 'sig/types.rbs', line 98

def after_contact_work_start_timestamp
  @after_contact_work_start_timestamp
end

#agent_initiated_hold_duration::Integer

Returns the value of attribute agent_initiated_hold_duration.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


93
94
95
# File 'sig/types.rbs', line 93

def agent_pause_duration_in_seconds
  @agent_pause_duration_in_seconds
end

#capabilitiesTypes::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.

Returns:

  • (::Time)


92
93
94
# File 'sig/types.rbs', line 92

def connected_to_agent_timestamp
  @connected_to_agent_timestamp
end

#device_infoTypes::DeviceInfo

Returns the value of attribute device_info.

Returns:



95
96
97
# File 'sig/types.rbs', line 95

def device_info
  @device_info
end

#hierarchy_groupsTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


91
92
93
# File 'sig/types.rbs', line 91

def preview_end_timestamp
  @preview_end_timestamp
end

#state_transitions::Array[Types::StateTransition]

Returns the value of attribute state_transitions.

Returns:



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.

Returns:

  • ("VOICE_ISOLATION", "NOISE_SUPPRESSION", "NONE")


102
103
104
# File 'sig/types.rbs', line 102

def voice_enhancement_mode
  @voice_enhancement_mode
end