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.
948 949 950 |
# File 'sig/types.rbs', line 948 def additional_email_recipients @additional_email_recipients end |
#agent_info ⇒ Types::AgentInfo
Returns the value of attribute agent_info.
921 922 923 |
# File 'sig/types.rbs', line 921 def agent_info @agent_info end |
#answering_machine_detection_status ⇒ "ANSWERED", ...
Returns the value of attribute answering_machine_detection_status.
943 944 945 |
# File 'sig/types.rbs', line 943 def answering_machine_detection_status @answering_machine_detection_status end |
#arn ⇒ ::String
Returns the value of attribute arn.
911 912 913 |
# File 'sig/types.rbs', line 911 def arn @arn end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
956 957 958 |
# File 'sig/types.rbs', line 956 def attributes @attributes end |
#campaign ⇒ Types::Campaign
Returns the value of attribute campaign.
942 943 944 |
# File 'sig/types.rbs', line 942 def campaign @campaign end |
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
919 920 921 |
# File 'sig/types.rbs', line 919 def channel @channel end |
#chat_metrics ⇒ Types::ChatMetrics
Returns the value of attribute chat_metrics.
946 947 948 |
# File 'sig/types.rbs', line 946 def chat_metrics @chat_metrics end |
#connected_to_system_timestamp ⇒ ::Time
Returns the value of attribute connected_to_system_timestamp.
939 940 941 |
# File 'sig/types.rbs', line 939 def @connected_to_system_timestamp end |
#contact_association_id ⇒ ::String
Returns the value of attribute contact_association_id.
915 916 917 |
# File 'sig/types.rbs', line 915 def contact_association_id @contact_association_id end |
#contact_details ⇒ Types::ContactDetails
Returns the value of attribute contact_details.
954 955 956 |
# File 'sig/types.rbs', line 954 def contact_details @contact_details end |
#contact_evaluations ⇒ ::Hash[::String, Types::ContactEvaluation]
Returns the value of attribute contact_evaluations.
952 953 954 |
# File 'sig/types.rbs', line 952 def contact_evaluations @contact_evaluations end |
#customer ⇒ Types::Customer
Returns the value of attribute customer.
941 942 943 |
# File 'sig/types.rbs', line 941 def customer @customer end |
#customer_endpoint ⇒ Types::EndpointInfo
Returns the value of attribute customer_endpoint.
934 935 936 |
# File 'sig/types.rbs', line 934 def customer_endpoint @customer_endpoint end |
#customer_id ⇒ ::String
Returns the value of attribute customer_id.
933 934 935 |
# File 'sig/types.rbs', line 933 def customer_id @customer_id end |
#customer_voice_activity ⇒ Types::CustomerVoiceActivity
Returns the value of attribute customer_voice_activity.
944 945 946 |
# File 'sig/types.rbs', line 944 def customer_voice_activity @customer_voice_activity end |
#description ⇒ ::String
Returns the value of attribute description.
918 919 920 |
# File 'sig/types.rbs', line 918 def description @description end |
#disconnect_details ⇒ Types::DisconnectDetails
Returns the value of attribute disconnect_details.
947 948 949 |
# File 'sig/types.rbs', line 947 def disconnect_details @disconnect_details end |
#disconnect_reason ⇒ ::String
Returns the value of attribute disconnect_reason.
951 952 953 |
# File 'sig/types.rbs', line 951 def disconnect_reason @disconnect_reason end |
#disconnect_timestamp ⇒ ::Time
Returns the value of attribute disconnect_timestamp.
923 924 925 |
# File 'sig/types.rbs', line 923 def @disconnect_timestamp end |
#global_resiliency_metadata ⇒ Types::GlobalResiliencyMetadata
Returns the value of attribute global_resiliency_metadata.
958 959 960 |
# File 'sig/types.rbs', line 958 def @global_resiliency_metadata end |
#id ⇒ ::String
Returns the value of attribute id.
912 913 914 |
# File 'sig/types.rbs', line 912 def id @id end |
#initial_contact_id ⇒ ::String
Returns the value of attribute initial_contact_id.
913 914 915 |
# File 'sig/types.rbs', line 913 def initial_contact_id @initial_contact_id end |
#initiation_method ⇒ "INBOUND", ...
Returns the value of attribute initiation_method.
916 917 918 |
# File 'sig/types.rbs', line 916 def initiation_method @initiation_method end |
#initiation_timestamp ⇒ ::Time
Returns the value of attribute initiation_timestamp.
922 923 924 |
# File 'sig/types.rbs', line 922 def @initiation_timestamp end |
#last_paused_timestamp ⇒ ::Time
Returns the value of attribute last_paused_timestamp.
925 926 927 |
# File 'sig/types.rbs', line 925 def @last_paused_timestamp end |
#last_resumed_timestamp ⇒ ::Time
Returns the value of attribute last_resumed_timestamp.
926 927 928 |
# File 'sig/types.rbs', line 926 def @last_resumed_timestamp end |
#last_update_timestamp ⇒ ::Time
Returns the value of attribute last_update_timestamp.
924 925 926 |
# File 'sig/types.rbs', line 924 def @last_update_timestamp end |
#name ⇒ ::String
Returns the value of attribute name.
917 918 919 |
# File 'sig/types.rbs', line 917 def name @name end |
#next_contacts ⇒ ::Array[Types::NextContactEntry]
Returns the value of attribute next_contacts.
957 958 959 |
# File 'sig/types.rbs', line 957 def next_contacts @next_contacts end |
#outbound_strategy ⇒ Types::OutboundStrategy
Returns the value of attribute outbound_strategy.
955 956 957 |
# File 'sig/types.rbs', line 955 def outbound_strategy @outbound_strategy end |
#previous_contact_id ⇒ ::String
Returns the value of attribute previous_contact_id.
914 915 916 |
# File 'sig/types.rbs', line 914 def previous_contact_id @previous_contact_id end |
#quality_metrics ⇒ Types::QualityMetrics
Returns the value of attribute quality_metrics.
945 946 947 |
# File 'sig/types.rbs', line 945 def quality_metrics @quality_metrics end |
#queue_info ⇒ Types::QueueInfo
Returns the value of attribute queue_info.
920 921 922 |
# File 'sig/types.rbs', line 920 def queue_info @queue_info end |
#queue_priority ⇒ ::Integer
Returns the value of attribute queue_priority.
937 938 939 |
# File 'sig/types.rbs', line 937 def queue_priority @queue_priority end |
#queue_time_adjustment_seconds ⇒ ::Integer
Returns the value of attribute queue_time_adjustment_seconds.
936 937 938 |
# File 'sig/types.rbs', line 936 def queue_time_adjustment_seconds @queue_time_adjustment_seconds end |
#recordings ⇒ ::Array[Types::RecordingInfo]
Returns the value of attribute recordings.
950 951 952 |
# File 'sig/types.rbs', line 950 def recordings @recordings end |
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
931 932 933 |
# File 'sig/types.rbs', line 931 def @related_contact_id end |
#ring_start_timestamp ⇒ ::Time
Returns the value of attribute ring_start_timestamp.
927 928 929 |
# File 'sig/types.rbs', line 927 def @ring_start_timestamp end |
#routing_criteria ⇒ Types::RoutingCriteria
Returns the value of attribute routing_criteria.
940 941 942 |
# File 'sig/types.rbs', line 940 def routing_criteria @routing_criteria end |
#scheduled_timestamp ⇒ ::Time
Returns the value of attribute scheduled_timestamp.
930 931 932 |
# File 'sig/types.rbs', line 930 def @scheduled_timestamp end |
#segment_attributes ⇒ ::Hash[::String, Types::SegmentAttributeValue]
Returns the value of attribute segment_attributes.
949 950 951 |
# File 'sig/types.rbs', line 949 def segment_attributes @segment_attributes end |
#system_endpoint ⇒ Types::EndpointInfo
Returns the value of attribute system_endpoint.
935 936 937 |
# File 'sig/types.rbs', line 935 def system_endpoint @system_endpoint end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
938 939 940 |
# File 'sig/types.rbs', line 938 def @tags end |
#task_template_info ⇒ Types::TaskTemplateInfoV2
Returns the value of attribute task_template_info.
953 954 955 |
# File 'sig/types.rbs', line 953 def task_template_info @task_template_info end |
#total_pause_count ⇒ ::Integer
Returns the value of attribute total_pause_count.
928 929 930 |
# File 'sig/types.rbs', line 928 def total_pause_count @total_pause_count end |
#total_pause_duration_in_seconds ⇒ ::Integer
Returns the value of attribute total_pause_duration_in_seconds.
929 930 931 |
# File 'sig/types.rbs', line 929 def total_pause_duration_in_seconds @total_pause_duration_in_seconds end |
#wisdom_info ⇒ Types::WisdomInfo
Returns the value of attribute wisdom_info.
932 933 934 |
# File 'sig/types.rbs', line 932 def wisdom_info @wisdom_info end |