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.

Container for the parameters to the ListRealtimeContactAnalysisSegmentsV2 operation. Provides a list of analysis segments for a real-time analysis session.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Connect.AmazonConnectRequest
      Amazon.Connect.Model.ListRealtimeContactAnalysisSegmentsV2Request

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

Syntax

C#
public class ListRealtimeContactAnalysisSegmentsV2Request : AmazonConnectRequest
         IAmazonWebServiceRequest

The ListRealtimeContactAnalysisSegmentsV2Request type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContactId System.String

Gets and sets the property ContactId.

The identifier of the contact in this instance of Amazon Connect.

Public Property InstanceId System.String

Gets and sets the property InstanceId.

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of results to return per page.

Public Property NextToken System.String

Gets and sets the property NextToken.

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Public Property OutputType Amazon.Connect.RealTimeContactAnalysisOutputType

Gets and sets the property OutputType.

The Contact Lens output type to be returned.

Public Property SegmentTypes System.Collections.Generic.List<System.String>

Gets and sets the property SegmentTypes.

Enum with segment types . Each value corresponds to a segment type returned in the segments list of the API. Each segment type has its own structure. Different channels may have different sets of supported segment types.

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