Class: Aws::Types::ContactSearchSummary
- Inherits:
-
Object
- Object
- Aws::Types::ContactSearchSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_info ⇒ Types::ContactSearchSummaryAgentInfo
Returns the value of attribute agent_info.
-
#ai_agent_info ⇒ ::Array[Types::ContactSearchSummaryAiAgentInfo]
Returns the value of attribute ai_agent_info.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
-
#disconnect_timestamp ⇒ ::Time
Returns the value of attribute disconnect_timestamp.
-
#global_resiliency_metadata ⇒ Types::GlobalResiliencyMetadata
Returns the value of attribute global_resiliency_metadata.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#initial_contact_id ⇒ ::String
Returns the value of attribute initial_contact_id.
-
#initiation_method ⇒ "INBOUND", ...
Returns the value of attribute initiation_method.
-
#initiation_timestamp ⇒ ::Time
Returns the value of attribute initiation_timestamp.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#previous_contact_id ⇒ ::String
Returns the value of attribute previous_contact_id.
-
#queue_info ⇒ Types::ContactSearchSummaryQueueInfo
Returns the value of attribute queue_info.
-
#routing_criteria ⇒ Types::RoutingCriteria
Returns the value of attribute routing_criteria.
-
#scheduled_timestamp ⇒ ::Time
Returns the value of attribute scheduled_timestamp.
-
#segment_attributes ⇒ ::Hash[::String, Types::ContactSearchSummarySegmentAttributeValue]
Returns the value of attribute segment_attributes.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#agent_info ⇒ Types::ContactSearchSummaryAgentInfo
Returns the value of attribute agent_info.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def agent_info @agent_info end |
#ai_agent_info ⇒ ::Array[Types::ContactSearchSummaryAiAgentInfo]
Returns the value of attribute ai_agent_info.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def ai_agent_info @ai_agent_info end |
#arn ⇒ ::String
Returns the value of attribute arn.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def arn @arn end |
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def channel @channel end |
#disconnect_timestamp ⇒ ::Time
Returns the value of attribute disconnect_timestamp.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def @disconnect_timestamp end |
#global_resiliency_metadata ⇒ Types::GlobalResiliencyMetadata
Returns the value of attribute global_resiliency_metadata.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def @global_resiliency_metadata end |
#id ⇒ ::String
Returns the value of attribute id.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def id @id end |
#initial_contact_id ⇒ ::String
Returns the value of attribute initial_contact_id.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def initial_contact_id @initial_contact_id end |
#initiation_method ⇒ "INBOUND", ...
Returns the value of attribute initiation_method.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def initiation_method @initiation_method end |
#initiation_timestamp ⇒ ::Time
Returns the value of attribute initiation_timestamp.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def @initiation_timestamp end |
#name ⇒ ::String
Returns the value of attribute name.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def name @name end |
#previous_contact_id ⇒ ::String
Returns the value of attribute previous_contact_id.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def previous_contact_id @previous_contact_id end |
#queue_info ⇒ Types::ContactSearchSummaryQueueInfo
Returns the value of attribute queue_info.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def queue_info @queue_info end |
#routing_criteria ⇒ Types::RoutingCriteria
Returns the value of attribute routing_criteria.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def routing_criteria @routing_criteria end |
#scheduled_timestamp ⇒ ::Time
Returns the value of attribute scheduled_timestamp.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def @scheduled_timestamp end |
#segment_attributes ⇒ ::Hash[::String, Types::ContactSearchSummarySegmentAttributeValue]
Returns the value of attribute segment_attributes.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def segment_attributes @segment_attributes end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def @tags end |