CreateContactRequest

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 Connect Customer attributes, and can be accessed in flows just like any other contact attributes.

Link copied to clipboard

The channel for the contact.

Link copied to clipboard

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

Link copied to clipboard

A description of the contact.

Link copied to clipboard

Number of minutes the contact will be active for before expiring

Link copied to clipboard

Initial state of the contact when it's created. Only TASK channel contacts can be initiated with COMPLETED state.

Link copied to clipboard

Indicates how the contact was initiated.

Link copied to clipboard

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

Link copied to clipboard
val name: String?

The name of a the contact.

Link copied to clipboard

The ID of the previous contact when creating a transfer contact. This value can be provided only for external audio contacts. For more information, see Integrate Connect Customer Contact Lens with external voice systems in the Connect Customer Administrator Guide.

Link copied to clipboard

A formatted URL that is shown to an agent in the Contact Control Panel (CCP). Tasks can have the following reference types at the time of creation: URL | NUMBER | STRING | DATE | EMAIL | ATTACHMENT.

Link copied to clipboard

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

Link copied to clipboard

A set of system defined key-value pairs stored on individual contact segments (unique contact ID) using an attribute map. The attributes are standard Connect Customer attributes. They can be accessed in flows.

Link copied to clipboard

User details for the contact

Functions

Link copied to clipboard
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