Skip to content

/AWS1/CL_APSAGENTACCESSSETTING

A permission setting for an agent action. Each setting specifies an agent action and whether it is enabled or disabled.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_agentaction TYPE /AWS1/APSAGENTACTION /AWS1/APSAGENTACTION

The agent action to configure. Valid values are COMPUTER_VISION and COMPUTER_INPUT. If you enable COMPUTER_INPUT, you must also enable COMPUTER_VISION.

iv_permission TYPE /AWS1/APSPERMISSION /AWS1/APSPERMISSION

Whether the agent action is enabled or disabled.


Queryable Attributes

AgentAction

The agent action to configure. Valid values are COMPUTER_VISION and COMPUTER_INPUT. If you enable COMPUTER_INPUT, you must also enable COMPUTER_VISION.

Accessible with the following methods

Method Description
GET_AGENTACTION() Getter for AGENTACTION, with configurable default
ASK_AGENTACTION() Getter for AGENTACTION w/ exceptions if field has no value
HAS_AGENTACTION() Determine if AGENTACTION has a value

Permission

Whether the agent action is enabled or disabled.

Accessible with the following methods

Method Description
GET_PERMISSION() Getter for PERMISSION, with configurable default
ASK_PERMISSION() Getter for PERMISSION w/ exceptions if field has no value
HAS_PERMISSION() Determine if PERMISSION 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_AGENTACCESSSETTINGLIST

TYPES TT_AGENTACCESSSETTINGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_APSAGENTACCESSSETTING WITH DEFAULT KEY
.