/AWS1/CL_WISSESSIONSUMMARY¶
Summary information about the session.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sessionid TYPE /AWS1/WISUUID /AWS1/WISUUID¶
The identifier of the session.
iv_sessionarn TYPE /AWS1/WISARN /AWS1/WISARN¶
The Amazon Resource Name (ARN) of the session.
iv_assistantid TYPE /AWS1/WISUUID /AWS1/WISUUID¶
The identifier of the Wisdom assistant.
iv_assistantarn TYPE /AWS1/WISARN /AWS1/WISARN¶
The Amazon Resource Name (ARN) of the Wisdom assistant.
Queryable Attributes¶
sessionId¶
The identifier of the session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONID() |
Getter for SESSIONID, with configurable default |
ASK_SESSIONID() |
Getter for SESSIONID w/ exceptions if field has no value |
HAS_SESSIONID() |
Determine if SESSIONID has a value |
sessionArn¶
The Amazon Resource Name (ARN) of the 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 |
assistantId¶
The identifier of the Wisdom assistant.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSISTANTID() |
Getter for ASSISTANTID, with configurable default |
ASK_ASSISTANTID() |
Getter for ASSISTANTID w/ exceptions if field has no value |
HAS_ASSISTANTID() |
Determine if ASSISTANTID has a value |
assistantArn¶
The Amazon Resource Name (ARN) of the Wisdom assistant.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSISTANTARN() |
Getter for ASSISTANTARN, with configurable default |
ASK_ASSISTANTARN() |
Getter for ASSISTANTARN w/ exceptions if field has no value |
HAS_ASSISTANTARN() |
Determine if ASSISTANTARN 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_SESSIONSUMMARIES¶
TYPES TT_SESSIONSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_WISSESSIONSUMMARY WITH DEFAULT KEY
.