Skip to content

/AWS1/CL_LXBBOTMETADATA

Provides information about a bot. .

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_name TYPE /AWS1/LXBBOTNAME /AWS1/LXBBOTNAME

The name of the bot.

iv_description TYPE /AWS1/LXBDESCRIPTION /AWS1/LXBDESCRIPTION

A description of the bot.

iv_status TYPE /AWS1/LXBSTATUS /AWS1/LXBSTATUS

The status of the bot.

iv_lastupdateddate TYPE /AWS1/LXBTIMESTAMP /AWS1/LXBTIMESTAMP

The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.

iv_createddate TYPE /AWS1/LXBTIMESTAMP /AWS1/LXBTIMESTAMP

The date that the bot was created.

iv_version TYPE /AWS1/LXBVERSION /AWS1/LXBVERSION

The version of the bot. For a new bot, the version is always $LATEST.


Queryable Attributes

name

The name of the bot.

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

A description of the bot.

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

status

The status of the bot.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

lastUpdatedDate

The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.

Accessible with the following methods

Method Description
GET_LASTUPDATEDDATE() Getter for LASTUPDATEDDATE, with configurable default
ASK_LASTUPDATEDDATE() Getter for LASTUPDATEDDATE w/ exceptions if field has no val
HAS_LASTUPDATEDDATE() Determine if LASTUPDATEDDATE has a value

createdDate

The date that the bot was created.

Accessible with the following methods

Method Description
GET_CREATEDDATE() Getter for CREATEDDATE, with configurable default
ASK_CREATEDDATE() Getter for CREATEDDATE w/ exceptions if field has no value
HAS_CREATEDDATE() Determine if CREATEDDATE has a value

version

The version of the bot. For a new bot, the version is always $LATEST.

Accessible with the following methods

Method Description
GET_VERSION() Getter for VERSION, with configurable default
ASK_VERSION() Getter for VERSION w/ exceptions if field has no value
HAS_VERSION() Determine if VERSION 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_BOTMETADATALIST

TYPES TT_BOTMETADATALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LXBBOTMETADATA WITH DEFAULT KEY
.