AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about the overall participant interactions at the contact level.

Inheritance Hierarchy

System.Object
  Amazon.Connect.Model.ChatContactMetrics

Namespace: Amazon.Connect.Model
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z

Syntax

C#
public class ChatContactMetrics

The ChatContactMetrics type exposes the following members

Constructors

NameDescription
Public Method ChatContactMetrics()

Properties

NameTypeDescription
Public Property AgentFirstResponseTimeInMillis System.Int64

Gets and sets the property AgentFirstResponseTimeInMillis.

The time for an agent to respond after obtaining a chat contact.

Public Property AgentFirstResponseTimestamp System.DateTime

Gets and sets the property AgentFirstResponseTimestamp.

The agent first response timestamp for a chat contact.

Public Property ConversationCloseTimeInMillis System.Int64

Gets and sets the property ConversationCloseTimeInMillis.

The time it took for a contact to end after the last customer message.

Public Property ConversationTurnCount System.Int32

Gets and sets the property ConversationTurnCount.

The number of conversation turns in a chat contact, which represents the back-and-forth exchanges between customer and other participants.

Public Property MultiParty System.Boolean

Gets and sets the property MultiParty.

A boolean flag indicating whether multiparty chat or supervisor barge were enabled on this contact.

Public Property TotalBotMessageLengthInChars System.Int32

Gets and sets the property TotalBotMessageLengthInChars.

The total number of characters from bot and automated messages on a chat contact.

Public Property TotalBotMessages System.Int32

Gets and sets the property TotalBotMessages.

The total number of bot and automated messages on a chat contact.

Public Property TotalMessages System.Int32

Gets and sets the property TotalMessages.

The number of chat messages on the contact.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5