Skip to content

/AWS1/CL_CNCDIALREQUEST

A dial request for a campaign.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_clienttoken TYPE /AWS1/CNCCLIENTTOKEN /AWS1/CNCCLIENTTOKEN

Client provided parameter used for idempotency. Its value must be unique for each request.

iv_phonenumber TYPE /AWS1/CNCDSTPHONENUMBER /AWS1/CNCDSTPHONENUMBER

The phone number of the customer, in E.164 format.

iv_expirationtime TYPE /AWS1/CNCTIMESTAMP /AWS1/CNCTIMESTAMP

Timestamp with no UTC offset or timezone

it_attributes TYPE /AWS1/CL_CNCATTRIBUTES_W=>TT_ATTRIBUTES TT_ATTRIBUTES

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


Queryable Attributes

clientToken

Client provided parameter used for idempotency. Its value must be unique for each request.

Accessible with the following methods

Method Description
GET_CLIENTTOKEN() Getter for CLIENTTOKEN, with configurable default
ASK_CLIENTTOKEN() Getter for CLIENTTOKEN w/ exceptions if field has no value
HAS_CLIENTTOKEN() Determine if CLIENTTOKEN has a value

phoneNumber

The phone number of the customer, in E.164 format.

Accessible with the following methods

Method Description
GET_PHONENUMBER() Getter for PHONENUMBER, with configurable default
ASK_PHONENUMBER() Getter for PHONENUMBER w/ exceptions if field has no value
HAS_PHONENUMBER() Determine if PHONENUMBER has a value

expirationTime

Timestamp with no UTC offset or timezone

Accessible with the following methods

Method Description
GET_EXPIRATIONTIME() Getter for EXPIRATIONTIME, with configurable default
ASK_EXPIRATIONTIME() Getter for EXPIRATIONTIME w/ exceptions if field has no valu
HAS_EXPIRATIONTIME() Determine if EXPIRATIONTIME has a value

attributes

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

Accessible with the following methods

Method Description
GET_ATTRIBUTES() Getter for ATTRIBUTES, with configurable default
ASK_ATTRIBUTES() Getter for ATTRIBUTES w/ exceptions if field has no value
HAS_ATTRIBUTES() Determine if ATTRIBUTES has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_DIALREQUESTLIST

TYPES TT_DIALREQUESTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNCDIALREQUEST WITH DEFAULT KEY
.