Skip to content

/AWS1/CL_WKRCREATEBOTRESPONSE

CreateBotResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_botid TYPE /AWS1/WKRBOTID /AWS1/WKRBOTID

The unique identifier assigned to the newly created bot.

Optional arguments:

iv_message TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING

A message indicating the result of the bot creation operation.

iv_networkid TYPE /AWS1/WKRNETWORKID /AWS1/WKRNETWORKID

The ID of the network where the bot was created.

iv_username TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING

The username of the newly created bot.

iv_displayname TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING

The display name of the newly created bot.

iv_groupid TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING

The ID of the security group to which the bot was assigned.


Queryable Attributes

message

A message indicating the result of the bot creation operation.

Accessible with the following methods

Method Description
GET_MESSAGE() Getter for MESSAGE, with configurable default
ASK_MESSAGE() Getter for MESSAGE w/ exceptions if field has no value
HAS_MESSAGE() Determine if MESSAGE has a value

botId

The unique identifier assigned to the newly created bot.

Accessible with the following methods

Method Description
GET_BOTID() Getter for BOTID, with configurable default
ASK_BOTID() Getter for BOTID w/ exceptions if field has no value
HAS_BOTID() Determine if BOTID has a value

networkId

The ID of the network where the bot was created.

Accessible with the following methods

Method Description
GET_NETWORKID() Getter for NETWORKID, with configurable default
ASK_NETWORKID() Getter for NETWORKID w/ exceptions if field has no value
HAS_NETWORKID() Determine if NETWORKID has a value

username

The username of the newly created bot.

Accessible with the following methods

Method Description
GET_USERNAME() Getter for USERNAME, with configurable default
ASK_USERNAME() Getter for USERNAME w/ exceptions if field has no value
HAS_USERNAME() Determine if USERNAME has a value

displayName

The display name of the newly created bot.

Accessible with the following methods

Method Description
GET_DISPLAYNAME() Getter for DISPLAYNAME, with configurable default
ASK_DISPLAYNAME() Getter for DISPLAYNAME w/ exceptions if field has no value
HAS_DISPLAYNAME() Determine if DISPLAYNAME has a value

groupId

The ID of the security group to which the bot was assigned.

Accessible with the following methods

Method Description
GET_GROUPID() Getter for GROUPID, with configurable default
ASK_GROUPID() Getter for GROUPID w/ exceptions if field has no value
HAS_GROUPID() Determine if GROUPID has a value