Skip to content

/AWS1/CL_QQCSESSIONDATA

Information about the session.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_SESSIONARN TYPE /AWS1/QQCARN /AWS1/QQCARN

The Amazon Resource Name (ARN) of the session.

IV_SESSIONID TYPE /AWS1/QQCUUID /AWS1/QQCUUID

The identifier of the session.

IV_NAME TYPE /AWS1/QQCNAME /AWS1/QQCNAME

The name of the session.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/QQCDESCRIPTION /AWS1/QQCDESCRIPTION

The description of the session.

IT_TAGS TYPE /AWS1/CL_QQCTAGS_W=>TT_TAGS TT_TAGS

The tags used to organize, track, or control access for this resource.

IO_INTEGRATIONCONFIGURATION TYPE REF TO /AWS1/CL_QQCSESSINTEGRATIONC00 /AWS1/CL_QQCSESSINTEGRATIONC00

The configuration information for the session integration.

IO_TAGFILTER TYPE REF TO /AWS1/CL_QQCTAGFILTER /AWS1/CL_QQCTAGFILTER

An object that can be used to specify Tag conditions.

IT_AIAGENTCONFIGURATION TYPE /AWS1/CL_QQCAIAGENTCONFDATA=>TT_AIAGENTCONFIGURATIONMAP TT_AIAGENTCONFIGURATIONMAP

The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that should be used by Amazon Q in Connect for this Session.


Queryable Attributes

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

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

name

The name of the session.

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 session.

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

tags

The tags used to organize, track, or control access for this resource.

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

integrationConfiguration

The configuration information for the session integration.

Accessible with the following methods

Method Description
GET_INTEGRATIONCONFIGURATION() Getter for INTEGRATIONCONFIGURATION

tagFilter

An object that can be used to specify Tag conditions.

Accessible with the following methods

Method Description
GET_TAGFILTER() Getter for TAGFILTER

aiAgentConfiguration

The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that should be used by Amazon Q in Connect for this Session.

Accessible with the following methods

Method Description
GET_AIAGENTCONFIGURATION() Getter for AIAGENTCONFIGURATION, with configurable default
ASK_AIAGENTCONFIGURATION() Getter for AIAGENTCONFIGURATION w/ exceptions if field has n
HAS_AIAGENTCONFIGURATION() Determine if AIAGENTCONFIGURATION has a value