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.

Payload of chat properties to apply when starting a new contact.

Inheritance Hierarchy

System.Object
  Amazon.Connect.Model.NewSessionDetails

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

Syntax

C#
public class NewSessionDetails

The NewSessionDetails type exposes the following members

Constructors

NameDescription
Public Method NewSessionDetails()

Properties

NameTypeDescription
Public Property Attributes System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Attributes.

A custom key-value pair using an attribute map. The attributes are standard Amazon Connect attributes. They can be accessed in flows just like any other contact attributes.

There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys can include only alphanumeric, dash, and underscore characters.

Public Property ParticipantDetails Amazon.Connect.Model.ParticipantDetails

Gets and sets the property ParticipantDetails.

Public Property StreamingConfiguration Amazon.Connect.Model.ChatStreamingConfiguration

Gets and sets the property StreamingConfiguration.

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

Gets and sets the property SupportedMessagingContentTypes.

The supported chat message content types. Supported types are text/plain, text/markdown, application/json, application/vnd.amazonaws.connect.message.interactive, and application/vnd.amazonaws.connect.message.interactive.response.

Content types must always contain text/plain. You can then put any other supported type in the list. For example, all the following lists are valid because they contain text/plain: [text/plain, text/markdown, application/json], [text/markdown, text/plain], [text/plain, application/json, application/vnd.amazonaws.connect.message.interactive.response].

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