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