Class: Aws::Types::Contact
- Inherits:
-
Object
- Object
- Aws::Types::Contact
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_email_recipients ⇒ Types::AdditionalEmailRecipients
Returns the value of attribute additional_email_recipients.
-
#agent_info ⇒ Types::AgentInfo
Returns the value of attribute agent_info.
-
#answering_machine_detection_status ⇒ "ANSWERED", ...
Returns the value of attribute answering_machine_detection_status.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#campaign ⇒ Types::Campaign
Returns the value of attribute campaign.
-
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
-
#chat_metrics ⇒ Types::ChatMetrics
Returns the value of attribute chat_metrics.
-
#connected_to_system_timestamp ⇒ ::Time
Returns the value of attribute connected_to_system_timestamp.
-
#contact_association_id ⇒ ::String
Returns the value of attribute contact_association_id.
-
#contact_details ⇒ Types::ContactDetails
Returns the value of attribute contact_details.
-
#contact_evaluations ⇒ ::Hash[::String, Types::ContactEvaluation]
Returns the value of attribute contact_evaluations.
-
#customer ⇒ Types::Customer
Returns the value of attribute customer.
-
#customer_endpoint ⇒ Types::EndpointInfo
Returns the value of attribute customer_endpoint.
-
#customer_id ⇒ ::String
Returns the value of attribute customer_id.
-
#customer_voice_activity ⇒ Types::CustomerVoiceActivity
Returns the value of attribute customer_voice_activity.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#disconnect_details ⇒ Types::DisconnectDetails
Returns the value of attribute disconnect_details.
-
#disconnect_reason ⇒ ::String
Returns the value of attribute disconnect_reason.
-
#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.
-
#last_paused_timestamp ⇒ ::Time
Returns the value of attribute last_paused_timestamp.
-
#last_resumed_timestamp ⇒ ::Time
Returns the value of attribute last_resumed_timestamp.
-
#last_update_timestamp ⇒ ::Time
Returns the value of attribute last_update_timestamp.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_contacts ⇒ ::Array[Types::NextContactEntry]
Returns the value of attribute next_contacts.
-
#outbound_strategy ⇒ Types::OutboundStrategy
Returns the value of attribute outbound_strategy.
-
#previous_contact_id ⇒ ::String
Returns the value of attribute previous_contact_id.
-
#quality_metrics ⇒ Types::QualityMetrics
Returns the value of attribute quality_metrics.
-
#queue_info ⇒ Types::QueueInfo
Returns the value of attribute queue_info.
-
#queue_priority ⇒ ::Integer
Returns the value of attribute queue_priority.
-
#queue_time_adjustment_seconds ⇒ ::Integer
Returns the value of attribute queue_time_adjustment_seconds.
-
#recordings ⇒ ::Array[Types::RecordingInfo]
Returns the value of attribute recordings.
-
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
-
#ring_start_timestamp ⇒ ::Time
Returns the value of attribute ring_start_timestamp.
-
#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::SegmentAttributeValue]
Returns the value of attribute segment_attributes.
-
#system_endpoint ⇒ Types::EndpointInfo
Returns the value of attribute system_endpoint.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#task_template_info ⇒ Types::TaskTemplateInfoV2
Returns the value of attribute task_template_info.
-
#total_pause_count ⇒ ::Integer
Returns the value of attribute total_pause_count.
-
#total_pause_duration_in_seconds ⇒ ::Integer
Returns the value of attribute total_pause_duration_in_seconds.
-
#wisdom_info ⇒ Types::WisdomInfo
Returns the value of attribute wisdom_info.
Instance Attribute Details
#additional_email_recipients ⇒ Types::AdditionalEmailRecipients
Returns the value of attribute additional_email_recipients.
967 968 969 |
# File 'sig/types.rbs', line 967 def additional_email_recipients @additional_email_recipients end |
#agent_info ⇒ Types::AgentInfo
Returns the value of attribute agent_info.
940 941 942 |
# File 'sig/types.rbs', line 940 def agent_info @agent_info end |
#answering_machine_detection_status ⇒ "ANSWERED", ...
Returns the value of attribute answering_machine_detection_status.
962 963 964 |
# File 'sig/types.rbs', line 962 def answering_machine_detection_status @answering_machine_detection_status end |
#arn ⇒ ::String
Returns the value of attribute arn.
930 931 932 |
# File 'sig/types.rbs', line 930 def arn @arn end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
975 976 977 |
# File 'sig/types.rbs', line 975 def attributes @attributes end |
#campaign ⇒ Types::Campaign
Returns the value of attribute campaign.
961 962 963 |
# File 'sig/types.rbs', line 961 def campaign @campaign end |
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
938 939 940 |
# File 'sig/types.rbs', line 938 def channel @channel end |
#chat_metrics ⇒ Types::ChatMetrics
Returns the value of attribute chat_metrics.
965 966 967 |
# File 'sig/types.rbs', line 965 def chat_metrics @chat_metrics end |
#connected_to_system_timestamp ⇒ ::Time
Returns the value of attribute connected_to_system_timestamp.
958 959 960 |
# File 'sig/types.rbs', line 958 def @connected_to_system_timestamp end |
#contact_association_id ⇒ ::String
Returns the value of attribute contact_association_id.
934 935 936 |
# File 'sig/types.rbs', line 934 def contact_association_id @contact_association_id end |
#contact_details ⇒ Types::ContactDetails
Returns the value of attribute contact_details.
973 974 975 |
# File 'sig/types.rbs', line 973 def contact_details @contact_details end |
#contact_evaluations ⇒ ::Hash[::String, Types::ContactEvaluation]
Returns the value of attribute contact_evaluations.
971 972 973 |
# File 'sig/types.rbs', line 971 def contact_evaluations @contact_evaluations end |
#customer ⇒ Types::Customer
Returns the value of attribute customer.
960 961 962 |
# File 'sig/types.rbs', line 960 def customer @customer end |
#customer_endpoint ⇒ Types::EndpointInfo
Returns the value of attribute customer_endpoint.
953 954 955 |
# File 'sig/types.rbs', line 953 def customer_endpoint @customer_endpoint end |
#customer_id ⇒ ::String
Returns the value of attribute customer_id.
952 953 954 |
# File 'sig/types.rbs', line 952 def customer_id @customer_id end |
#customer_voice_activity ⇒ Types::CustomerVoiceActivity
Returns the value of attribute customer_voice_activity.
963 964 965 |
# File 'sig/types.rbs', line 963 def customer_voice_activity @customer_voice_activity end |
#description ⇒ ::String
Returns the value of attribute description.
937 938 939 |
# File 'sig/types.rbs', line 937 def description @description end |
#disconnect_details ⇒ Types::DisconnectDetails
Returns the value of attribute disconnect_details.
966 967 968 |
# File 'sig/types.rbs', line 966 def disconnect_details @disconnect_details end |
#disconnect_reason ⇒ ::String
Returns the value of attribute disconnect_reason.
970 971 972 |
# File 'sig/types.rbs', line 970 def disconnect_reason @disconnect_reason end |
#disconnect_timestamp ⇒ ::Time
Returns the value of attribute disconnect_timestamp.
942 943 944 |
# File 'sig/types.rbs', line 942 def @disconnect_timestamp end |
#global_resiliency_metadata ⇒ Types::GlobalResiliencyMetadata
Returns the value of attribute global_resiliency_metadata.
977 978 979 |
# File 'sig/types.rbs', line 977 def @global_resiliency_metadata end |
#id ⇒ ::String
Returns the value of attribute id.
931 932 933 |
# File 'sig/types.rbs', line 931 def id @id end |
#initial_contact_id ⇒ ::String
Returns the value of attribute initial_contact_id.
932 933 934 |
# File 'sig/types.rbs', line 932 def initial_contact_id @initial_contact_id end |
#initiation_method ⇒ "INBOUND", ...
Returns the value of attribute initiation_method.
935 936 937 |
# File 'sig/types.rbs', line 935 def initiation_method @initiation_method end |
#initiation_timestamp ⇒ ::Time
Returns the value of attribute initiation_timestamp.
941 942 943 |
# File 'sig/types.rbs', line 941 def @initiation_timestamp end |
#last_paused_timestamp ⇒ ::Time
Returns the value of attribute last_paused_timestamp.
944 945 946 |
# File 'sig/types.rbs', line 944 def @last_paused_timestamp end |
#last_resumed_timestamp ⇒ ::Time
Returns the value of attribute last_resumed_timestamp.
945 946 947 |
# File 'sig/types.rbs', line 945 def @last_resumed_timestamp end |
#last_update_timestamp ⇒ ::Time
Returns the value of attribute last_update_timestamp.
943 944 945 |
# File 'sig/types.rbs', line 943 def @last_update_timestamp end |
#name ⇒ ::String
Returns the value of attribute name.
936 937 938 |
# File 'sig/types.rbs', line 936 def name @name end |
#next_contacts ⇒ ::Array[Types::NextContactEntry]
Returns the value of attribute next_contacts.
976 977 978 |
# File 'sig/types.rbs', line 976 def next_contacts @next_contacts end |
#outbound_strategy ⇒ Types::OutboundStrategy
Returns the value of attribute outbound_strategy.
974 975 976 |
# File 'sig/types.rbs', line 974 def outbound_strategy @outbound_strategy end |
#previous_contact_id ⇒ ::String
Returns the value of attribute previous_contact_id.
933 934 935 |
# File 'sig/types.rbs', line 933 def previous_contact_id @previous_contact_id end |
#quality_metrics ⇒ Types::QualityMetrics
Returns the value of attribute quality_metrics.
964 965 966 |
# File 'sig/types.rbs', line 964 def quality_metrics @quality_metrics end |
#queue_info ⇒ Types::QueueInfo
Returns the value of attribute queue_info.
939 940 941 |
# File 'sig/types.rbs', line 939 def queue_info @queue_info end |
#queue_priority ⇒ ::Integer
Returns the value of attribute queue_priority.
956 957 958 |
# File 'sig/types.rbs', line 956 def queue_priority @queue_priority end |
#queue_time_adjustment_seconds ⇒ ::Integer
Returns the value of attribute queue_time_adjustment_seconds.
955 956 957 |
# File 'sig/types.rbs', line 955 def queue_time_adjustment_seconds @queue_time_adjustment_seconds end |
#recordings ⇒ ::Array[Types::RecordingInfo]
Returns the value of attribute recordings.
969 970 971 |
# File 'sig/types.rbs', line 969 def recordings @recordings end |
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
950 951 952 |
# File 'sig/types.rbs', line 950 def @related_contact_id end |
#ring_start_timestamp ⇒ ::Time
Returns the value of attribute ring_start_timestamp.
946 947 948 |
# File 'sig/types.rbs', line 946 def @ring_start_timestamp end |
#routing_criteria ⇒ Types::RoutingCriteria
Returns the value of attribute routing_criteria.
959 960 961 |
# File 'sig/types.rbs', line 959 def routing_criteria @routing_criteria end |
#scheduled_timestamp ⇒ ::Time
Returns the value of attribute scheduled_timestamp.
949 950 951 |
# File 'sig/types.rbs', line 949 def @scheduled_timestamp end |
#segment_attributes ⇒ ::Hash[::String, Types::SegmentAttributeValue]
Returns the value of attribute segment_attributes.
968 969 970 |
# File 'sig/types.rbs', line 968 def segment_attributes @segment_attributes end |
#system_endpoint ⇒ Types::EndpointInfo
Returns the value of attribute system_endpoint.
954 955 956 |
# File 'sig/types.rbs', line 954 def system_endpoint @system_endpoint end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
957 958 959 |
# File 'sig/types.rbs', line 957 def @tags end |
#task_template_info ⇒ Types::TaskTemplateInfoV2
Returns the value of attribute task_template_info.
972 973 974 |
# File 'sig/types.rbs', line 972 def task_template_info @task_template_info end |
#total_pause_count ⇒ ::Integer
Returns the value of attribute total_pause_count.
947 948 949 |
# File 'sig/types.rbs', line 947 def total_pause_count @total_pause_count end |
#total_pause_duration_in_seconds ⇒ ::Integer
Returns the value of attribute total_pause_duration_in_seconds.
948 949 950 |
# File 'sig/types.rbs', line 948 def total_pause_duration_in_seconds @total_pause_duration_in_seconds end |
#wisdom_info ⇒ Types::WisdomInfo
Returns the value of attribute wisdom_info.
951 952 953 |
# File 'sig/types.rbs', line 951 def wisdom_info @wisdom_info end |