/AWS1/CL_QQCASSOCIATIONCONF¶
The configuration for an Amazon Q in Connect Assistant Association.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_associationid TYPE /AWS1/QQCUUID /AWS1/QQCUUID¶
The identifier of the association for this Association Configuration.
iv_associationtype TYPE /AWS1/QQCAIAGENTASSOCIATIONC00 /AWS1/QQCAIAGENTASSOCIATIONC00¶
The type of the association for this Association Configuration.
io_associationconfdata TYPE REF TO /AWS1/CL_QQCASSOCIATIONCONFD00 /AWS1/CL_QQCASSOCIATIONCONFD00¶
The data of the configuration for an Amazon Q in Connect Assistant Association.
Queryable Attributes¶
associationId¶
The identifier of the association for this Association Configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATIONID() |
Getter for ASSOCIATIONID, with configurable default |
ASK_ASSOCIATIONID() |
Getter for ASSOCIATIONID w/ exceptions if field has no value |
HAS_ASSOCIATIONID() |
Determine if ASSOCIATIONID has a value |
associationType¶
The type of the association for this Association Configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATIONTYPE() |
Getter for ASSOCIATIONTYPE, with configurable default |
ASK_ASSOCIATIONTYPE() |
Getter for ASSOCIATIONTYPE w/ exceptions if field has no val |
HAS_ASSOCIATIONTYPE() |
Determine if ASSOCIATIONTYPE has a value |
associationConfigurationData¶
The data of the configuration for an Amazon Q in Connect Assistant Association.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATIONCONFDATA() |
Getter for ASSOCIATIONCONFIGURATIONDATA |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ASSOCIATIONCONFLIST¶
TYPES TT_ASSOCIATIONCONFLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QQCASSOCIATIONCONF WITH DEFAULT KEY
.