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 a participant's interactions in a contact.

Inheritance Hierarchy

System.Object
  Amazon.Connect.Model.ParticipantMetrics

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

Syntax

C#
public class ParticipantMetrics

The ParticipantMetrics type exposes the following members

Constructors

NameDescription
Public Method ParticipantMetrics()

Properties

NameTypeDescription
Public Property ConversationAbandon System.Boolean

Gets and sets the property ConversationAbandon.

A boolean flag indicating whether the chat conversation was abandoned by a Participant.

Public Property LastMessageTimestamp System.DateTime

Gets and sets the property LastMessageTimestamp.

Timestamp of last chat message by Participant.

Public Property MaxResponseTimeInMillis System.Int64

Gets and sets the property MaxResponseTimeInMillis.

Maximum chat response time by Participant.

Public Property MessageLengthInChars System.Int32

Gets and sets the property MessageLengthInChars.

Number of chat characters sent by Participant.

Public Property MessagesSent System.Int32

Gets and sets the property MessagesSent.

Number of chat messages sent by Participant.

Public Property NumResponses System.Int32

Gets and sets the property NumResponses.

Number of chat messages sent by Participant.

Public Property ParticipantId System.String

Gets and sets the property ParticipantId.

The Participant's ID.

Public Property ParticipantType Amazon.Connect.ParticipantType

Gets and sets the property ParticipantType.

Information about the conversation participant. Following are the participant types: [Agent, Customer, Supervisor].

Public Property TotalResponseTimeInMillis System.Int64

Gets and sets the property TotalResponseTimeInMillis.

Total chat response time by Participant.

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