/AWS1/CL_CNTCONTACTFLOWSUMMARY¶
Contains summary information about a flow.
You can also create and update flows using the Amazon Connect Flow language.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/CNTCONTACTFLOWID /AWS1/CNTCONTACTFLOWID¶
The identifier of the flow.
iv_arn TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The Amazon Resource Name (ARN) of the flow.
iv_name TYPE /AWS1/CNTCONTACTFLOWNAME /AWS1/CNTCONTACTFLOWNAME¶
The name of the flow.
iv_contactflowtype TYPE /AWS1/CNTCONTACTFLOWTYPE /AWS1/CNTCONTACTFLOWTYPE¶
The type of flow.
iv_contactflowstate TYPE /AWS1/CNTCONTACTFLOWSTATE /AWS1/CNTCONTACTFLOWSTATE¶
The type of flow.
iv_contactflowstatus TYPE /AWS1/CNTCONTACTFLOWSTATUS /AWS1/CNTCONTACTFLOWSTATUS¶
The status of the flow.
Queryable Attributes¶
Id¶
The identifier of the flow.
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) of the flow.
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 flow.
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 |
ContactFlowType¶
The type of flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTACTFLOWTYPE() |
Getter for CONTACTFLOWTYPE, with configurable default |
ASK_CONTACTFLOWTYPE() |
Getter for CONTACTFLOWTYPE w/ exceptions if field has no val |
HAS_CONTACTFLOWTYPE() |
Determine if CONTACTFLOWTYPE has a value |
ContactFlowState¶
The type of flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTACTFLOWSTATE() |
Getter for CONTACTFLOWSTATE, with configurable default |
ASK_CONTACTFLOWSTATE() |
Getter for CONTACTFLOWSTATE w/ exceptions if field has no va |
HAS_CONTACTFLOWSTATE() |
Determine if CONTACTFLOWSTATE has a value |
ContactFlowStatus¶
The status of the flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTACTFLOWSTATUS() |
Getter for CONTACTFLOWSTATUS, with configurable default |
ASK_CONTACTFLOWSTATUS() |
Getter for CONTACTFLOWSTATUS w/ exceptions if field has no v |
HAS_CONTACTFLOWSTATUS() |
Determine if CONTACTFLOWSTATUS 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_CONTACTFLOWSUMMARYLIST¶
TYPES TT_CONTACTFLOWSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTCONTACTFLOWSUMMARY WITH DEFAULT KEY
.