aws-sdk-connect 1.204.0 → 1.206.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -157,12 +157,14 @@ module Aws::Connect
157
157
  ChannelList = Shapes::ListShape.new(name: 'ChannelList')
158
158
  ChannelToCountMap = Shapes::MapShape.new(name: 'ChannelToCountMap')
159
159
  Channels = Shapes::ListShape.new(name: 'Channels')
160
+ ChatContactMetrics = Shapes::StructureShape.new(name: 'ChatContactMetrics')
160
161
  ChatContent = Shapes::StringShape.new(name: 'ChatContent')
161
162
  ChatContentType = Shapes::StringShape.new(name: 'ChatContentType')
162
163
  ChatDurationInMinutes = Shapes::IntegerShape.new(name: 'ChatDurationInMinutes')
163
164
  ChatEvent = Shapes::StructureShape.new(name: 'ChatEvent')
164
165
  ChatEventType = Shapes::StringShape.new(name: 'ChatEventType')
165
166
  ChatMessage = Shapes::StructureShape.new(name: 'ChatMessage')
167
+ ChatMetrics = Shapes::StructureShape.new(name: 'ChatMetrics')
166
168
  ChatParticipantRoleConfig = Shapes::StructureShape.new(name: 'ChatParticipantRoleConfig')
167
169
  ChatStreamingConfiguration = Shapes::StructureShape.new(name: 'ChatStreamingConfiguration')
168
170
  ChatStreamingEndpointARN = Shapes::StringShape.new(name: 'ChatStreamingEndpointARN')
@@ -249,6 +251,7 @@ module Aws::Connect
249
251
  ControlPlaneAttributeFilter = Shapes::StructureShape.new(name: 'ControlPlaneAttributeFilter')
250
252
  ControlPlaneTagFilter = Shapes::StructureShape.new(name: 'ControlPlaneTagFilter')
251
253
  ControlPlaneUserAttributeFilter = Shapes::StructureShape.new(name: 'ControlPlaneUserAttributeFilter')
254
+ Count = Shapes::IntegerShape.new(name: 'Count')
252
255
  CreateAgentStatusRequest = Shapes::StructureShape.new(name: 'CreateAgentStatusRequest')
253
256
  CreateAgentStatusResponse = Shapes::StructureShape.new(name: 'CreateAgentStatusResponse')
254
257
  CreateCaseActionDefinition = Shapes::StructureShape.new(name: 'CreateCaseActionDefinition')
@@ -472,6 +475,7 @@ module Aws::Connect
472
475
  DuplicateResourceException = Shapes::StructureShape.new(name: 'DuplicateResourceException')
473
476
  Duration = Shapes::IntegerShape.new(name: 'Duration')
474
477
  DurationInSeconds = Shapes::IntegerShape.new(name: 'DurationInSeconds')
478
+ DurationMillis = Shapes::IntegerShape.new(name: 'DurationMillis')
475
479
  EffectiveHoursOfOperationList = Shapes::ListShape.new(name: 'EffectiveHoursOfOperationList')
476
480
  EffectiveHoursOfOperations = Shapes::StructureShape.new(name: 'EffectiveHoursOfOperations')
477
481
  Email = Shapes::StringShape.new(name: 'Email')
@@ -894,6 +898,7 @@ module Aws::Connect
894
898
  NotificationContentType = Shapes::StringShape.new(name: 'NotificationContentType')
895
899
  NotificationDeliveryType = Shapes::StringShape.new(name: 'NotificationDeliveryType')
896
900
  NotificationRecipientType = Shapes::StructureShape.new(name: 'NotificationRecipientType')
901
+ NullableBoolean = Shapes::BooleanShape.new(name: 'NullableBoolean')
897
902
  NullableProficiencyLevel = Shapes::FloatShape.new(name: 'NullableProficiencyLevel')
898
903
  NullableProficiencyLimitValue = Shapes::IntegerShape.new(name: 'NullableProficiencyLimitValue')
899
904
  NumberComparisonType = Shapes::StringShape.new(name: 'NumberComparisonType')
@@ -925,6 +930,7 @@ module Aws::Connect
925
930
  ParticipantDetails = Shapes::StructureShape.new(name: 'ParticipantDetails')
926
931
  ParticipantDetailsToAdd = Shapes::StructureShape.new(name: 'ParticipantDetailsToAdd')
927
932
  ParticipantId = Shapes::StringShape.new(name: 'ParticipantId')
933
+ ParticipantMetrics = Shapes::StructureShape.new(name: 'ParticipantMetrics')
928
934
  ParticipantRole = Shapes::StringShape.new(name: 'ParticipantRole')
929
935
  ParticipantState = Shapes::StringShape.new(name: 'ParticipantState')
930
936
  ParticipantTimerAction = Shapes::StringShape.new(name: 'ParticipantTimerAction')
@@ -1967,6 +1973,16 @@ module Aws::Connect
1967
1973
 
1968
1974
  Channels.member = Shapes::ShapeRef.new(shape: Channel)
1969
1975
 
1976
+ ChatContactMetrics.add_member(:multi_party, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "MultiParty"))
1977
+ ChatContactMetrics.add_member(:total_messages, Shapes::ShapeRef.new(shape: Count, location_name: "TotalMessages"))
1978
+ ChatContactMetrics.add_member(:total_bot_messages, Shapes::ShapeRef.new(shape: Count, location_name: "TotalBotMessages"))
1979
+ ChatContactMetrics.add_member(:total_bot_message_length_in_chars, Shapes::ShapeRef.new(shape: Count, location_name: "TotalBotMessageLengthInChars"))
1980
+ ChatContactMetrics.add_member(:conversation_close_time_in_millis, Shapes::ShapeRef.new(shape: DurationMillis, location_name: "ConversationCloseTimeInMillis"))
1981
+ ChatContactMetrics.add_member(:conversation_turn_count, Shapes::ShapeRef.new(shape: Count, location_name: "ConversationTurnCount"))
1982
+ ChatContactMetrics.add_member(:agent_first_response_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "AgentFirstResponseTimestamp"))
1983
+ ChatContactMetrics.add_member(:agent_first_response_time_in_millis, Shapes::ShapeRef.new(shape: DurationMillis, location_name: "AgentFirstResponseTimeInMillis"))
1984
+ ChatContactMetrics.struct_class = Types::ChatContactMetrics
1985
+
1970
1986
  ChatEvent.add_member(:type, Shapes::ShapeRef.new(shape: ChatEventType, required: true, location_name: "Type"))
1971
1987
  ChatEvent.add_member(:content_type, Shapes::ShapeRef.new(shape: ChatContentType, location_name: "ContentType"))
1972
1988
  ChatEvent.add_member(:content, Shapes::ShapeRef.new(shape: ChatContent, location_name: "Content"))
@@ -1976,6 +1992,11 @@ module Aws::Connect
1976
1992
  ChatMessage.add_member(:content, Shapes::ShapeRef.new(shape: ChatContent, required: true, location_name: "Content"))
1977
1993
  ChatMessage.struct_class = Types::ChatMessage
1978
1994
 
1995
+ ChatMetrics.add_member(:chat_contact_metrics, Shapes::ShapeRef.new(shape: ChatContactMetrics, location_name: "ChatContactMetrics"))
1996
+ ChatMetrics.add_member(:agent_metrics, Shapes::ShapeRef.new(shape: ParticipantMetrics, location_name: "AgentMetrics"))
1997
+ ChatMetrics.add_member(:customer_metrics, Shapes::ShapeRef.new(shape: ParticipantMetrics, location_name: "CustomerMetrics"))
1998
+ ChatMetrics.struct_class = Types::ChatMetrics
1999
+
1979
2000
  ChatParticipantRoleConfig.add_member(:participant_timer_config_list, Shapes::ShapeRef.new(shape: ParticipantTimerConfigList, required: true, location_name: "ParticipantTimerConfigList"))
1980
2001
  ChatParticipantRoleConfig.struct_class = Types::ChatParticipantRoleConfig
1981
2002
 
@@ -2069,6 +2090,7 @@ module Aws::Connect
2069
2090
  Contact.add_member(:answering_machine_detection_status, Shapes::ShapeRef.new(shape: AnsweringMachineDetectionStatus, location_name: "AnsweringMachineDetectionStatus"))
2070
2091
  Contact.add_member(:customer_voice_activity, Shapes::ShapeRef.new(shape: CustomerVoiceActivity, location_name: "CustomerVoiceActivity"))
2071
2092
  Contact.add_member(:quality_metrics, Shapes::ShapeRef.new(shape: QualityMetrics, location_name: "QualityMetrics"))
2093
+ Contact.add_member(:chat_metrics, Shapes::ShapeRef.new(shape: ChatMetrics, location_name: "ChatMetrics"))
2072
2094
  Contact.add_member(:disconnect_details, Shapes::ShapeRef.new(shape: DisconnectDetails, location_name: "DisconnectDetails"))
2073
2095
  Contact.add_member(:additional_email_recipients, Shapes::ShapeRef.new(shape: AdditionalEmailRecipients, location_name: "AdditionalEmailRecipients"))
2074
2096
  Contact.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: SegmentAttributes, location_name: "SegmentAttributes"))
@@ -4611,6 +4633,17 @@ module Aws::Connect
4611
4633
  ParticipantDetailsToAdd.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "DisplayName"))
4612
4634
  ParticipantDetailsToAdd.struct_class = Types::ParticipantDetailsToAdd
4613
4635
 
4636
+ ParticipantMetrics.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, location_name: "ParticipantId"))
4637
+ ParticipantMetrics.add_member(:participant_type, Shapes::ShapeRef.new(shape: ParticipantType, location_name: "ParticipantType"))
4638
+ ParticipantMetrics.add_member(:conversation_abandon, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "ConversationAbandon"))
4639
+ ParticipantMetrics.add_member(:messages_sent, Shapes::ShapeRef.new(shape: Count, location_name: "MessagesSent"))
4640
+ ParticipantMetrics.add_member(:num_responses, Shapes::ShapeRef.new(shape: Count, location_name: "NumResponses"))
4641
+ ParticipantMetrics.add_member(:message_length_in_chars, Shapes::ShapeRef.new(shape: Count, location_name: "MessageLengthInChars"))
4642
+ ParticipantMetrics.add_member(:total_response_time_in_millis, Shapes::ShapeRef.new(shape: DurationMillis, location_name: "TotalResponseTimeInMillis"))
4643
+ ParticipantMetrics.add_member(:max_response_time_in_millis, Shapes::ShapeRef.new(shape: DurationMillis, location_name: "MaxResponseTimeInMillis"))
4644
+ ParticipantMetrics.add_member(:last_message_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastMessageTimestamp"))
4645
+ ParticipantMetrics.struct_class = Types::ParticipantMetrics
4646
+
4614
4647
  ParticipantTimerConfigList.member = Shapes::ShapeRef.new(shape: ParticipantTimerConfiguration)
4615
4648
 
4616
4649
  ParticipantTimerConfiguration.add_member(:participant_role, Shapes::ShapeRef.new(shape: TimerEligibleParticipantRoles, required: true, location_name: "ParticipantRole"))