/AWS1/CL_CNTGETTASKTMPLRSP¶
GetTaskTemplateResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/CNTTASKTEMPLATEID /AWS1/CNTTASKTEMPLATEID¶
A unique identifier for the task template.
iv_arn TYPE /AWS1/CNTTASKTEMPLATEARN /AWS1/CNTTASKTEMPLATEARN¶
The Amazon Resource Name (ARN).
iv_name TYPE /AWS1/CNTTASKTEMPLATENAME /AWS1/CNTTASKTEMPLATENAME¶
The name of the task template.
Optional arguments:¶
iv_instanceid TYPE /AWS1/CNTINSTANCEID /AWS1/CNTINSTANCEID¶
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
iv_description TYPE /AWS1/CNTTASKTEMPLATEDESC /AWS1/CNTTASKTEMPLATEDESC¶
The description of the task template.
iv_contactflowid TYPE /AWS1/CNTCONTACTFLOWID /AWS1/CNTCONTACTFLOWID¶
The identifier of the flow that runs by default when a task is created by referencing this template.
iv_selfassignflowid TYPE /AWS1/CNTCONTACTFLOWID /AWS1/CNTCONTACTFLOWID¶
The ContactFlowId for the flow that will be run if this template is used to create a self-assigned task.
io_constraints TYPE REF TO /AWS1/CL_CNTTASKTMPLCNSTRNTS /AWS1/CL_CNTTASKTMPLCNSTRNTS¶
Constraints that are applicable to the fields listed.
io_defaults TYPE REF TO /AWS1/CL_CNTTASKTMPLDEFAULTS /AWS1/CL_CNTTASKTMPLDEFAULTS¶
The default values for fields when a task is created by referencing this template.
it_fields TYPE /AWS1/CL_CNTTASKTEMPLATEFIELD=>TT_TASKTEMPLATEFIELDS TT_TASKTEMPLATEFIELDS¶
Fields that are part of the template.
iv_status TYPE /AWS1/CNTTASKTEMPLATESTATUS /AWS1/CNTTASKTEMPLATESTATUS¶
Marks a template as
ACTIVEorINACTIVEfor a task to refer to it. Tasks can only be created fromACTIVEtemplates. If a template is marked asINACTIVE, then a task that refers to this template cannot be created.
iv_lastmodifiedtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP¶
The timestamp when the task template was last modified.
iv_createdtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP¶
The timestamp when the task template was created.
it_tags TYPE /AWS1/CL_CNTTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
Queryable Attributes¶
InstanceId¶
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCEID() |
Getter for INSTANCEID, with configurable default |
ASK_INSTANCEID() |
Getter for INSTANCEID w/ exceptions if field has no value |
HAS_INSTANCEID() |
Determine if INSTANCEID has a value |
Id¶
A unique identifier for the task template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Arn¶
The Amazon Resource Name (ARN).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
Name¶
The name of the task template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Description¶
The description of the task template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
ContactFlowId¶
The identifier of the flow that runs by default when a task is created by referencing this template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTACTFLOWID() |
Getter for CONTACTFLOWID, with configurable default |
ASK_CONTACTFLOWID() |
Getter for CONTACTFLOWID w/ exceptions if field has no value |
HAS_CONTACTFLOWID() |
Determine if CONTACTFLOWID has a value |
SelfAssignFlowId¶
The ContactFlowId for the flow that will be run if this template is used to create a self-assigned task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SELFASSIGNFLOWID() |
Getter for SELFASSIGNFLOWID, with configurable default |
ASK_SELFASSIGNFLOWID() |
Getter for SELFASSIGNFLOWID w/ exceptions if field has no va |
HAS_SELFASSIGNFLOWID() |
Determine if SELFASSIGNFLOWID has a value |
Constraints¶
Constraints that are applicable to the fields listed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONSTRAINTS() |
Getter for CONSTRAINTS |
Defaults¶
The default values for fields when a task is created by referencing this template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEFAULTS() |
Getter for DEFAULTS |
Fields¶
Fields that are part of the template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELDS() |
Getter for FIELDS, with configurable default |
ASK_FIELDS() |
Getter for FIELDS w/ exceptions if field has no value |
HAS_FIELDS() |
Determine if FIELDS has a value |
Status¶
Marks a template as
ACTIVEorINACTIVEfor a task to refer to it. Tasks can only be created fromACTIVEtemplates. If a template is marked asINACTIVE, then a task that refers to this template cannot be created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
LastModifiedTime¶
The timestamp when the task template was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
CreatedTime¶
The timestamp when the task template was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
Tags¶
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |