/AWS1/CL_CNTWISDOMINFO¶
Information about Amazon Connect Wisdom.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_sessionarn TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The Amazon Resource Name (ARN) of the Wisdom session.
it_aiagents TYPE /AWS1/CL_CNTAIAGENTINFO=>TT_AIAGENTS TT_AIAGENTS¶
The array of AI agents involved in the contact.
Queryable Attributes¶
SessionArn¶
The Amazon Resource Name (ARN) of the Wisdom session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONARN() |
Getter for SESSIONARN, with configurable default |
ASK_SESSIONARN() |
Getter for SESSIONARN w/ exceptions if field has no value |
HAS_SESSIONARN() |
Determine if SESSIONARN has a value |
AiAgents¶
The array of AI agents involved in the contact.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AIAGENTS() |
Getter for AIAGENTS, with configurable default |
ASK_AIAGENTS() |
Getter for AIAGENTS w/ exceptions if field has no value |
HAS_AIAGENTS() |
Determine if AIAGENTS has a value |