Skip to content

/AWS1/CL_LXBGETBOTVERSIONSRSP

GetBotVersionsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_BOTS TYPE /AWS1/CL_LXBBOTMETADATA=>TT_BOTMETADATALIST TT_BOTMETADATALIST

An array of BotMetadata objects, one for each numbered version of the bot plus one for the $LATEST version.

IV_NEXTTOKEN TYPE /AWS1/LXBNEXTTOKEN /AWS1/LXBNEXTTOKEN

A pagination token for fetching the next page of bot versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request.


Queryable Attributes

bots

An array of BotMetadata objects, one for each numbered version of the bot plus one for the $LATEST version.

Accessible with the following methods

Method Description
GET_BOTS() Getter for BOTS, with configurable default
ASK_BOTS() Getter for BOTS w/ exceptions if field has no value
HAS_BOTS() Determine if BOTS has a value

nextToken

A pagination token for fetching the next page of bot versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value