NewSessionDetails

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The customer's details.

Link copied to clipboard

The streaming configuration, such as the Amazon SNS streaming endpoint.

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: NewSessionDetails.Builder.() -> Unit = {}): NewSessionDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String