/AWS1/CL_BDCSYSPRMPTCONFBUNDLE¶
A system prompt sourced from a configuration bundle version.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bundlearn TYPE /AWS1/BDCCONFBUNDLEARN /AWS1/BDCCONFBUNDLEARN¶
The Amazon Resource Name (ARN) of the configuration bundle.
iv_versionid TYPE /AWS1/BDCCONFBUNDLEVERSIONID /AWS1/BDCCONFBUNDLEVERSIONID¶
The version identifier of the configuration bundle.
iv_systempromptjsonpath TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The JSON path within the configuration bundle that contains the system prompt.
Queryable Attributes¶
bundleArn¶
The Amazon Resource Name (ARN) of the configuration bundle.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUNDLEARN() |
Getter for BUNDLEARN, with configurable default |
ASK_BUNDLEARN() |
Getter for BUNDLEARN w/ exceptions if field has no value |
HAS_BUNDLEARN() |
Determine if BUNDLEARN has a value |
versionId¶
The version identifier of the configuration bundle.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONID() |
Getter for VERSIONID, with configurable default |
ASK_VERSIONID() |
Getter for VERSIONID w/ exceptions if field has no value |
HAS_VERSIONID() |
Determine if VERSIONID has a value |
systemPromptJsonPath¶
The JSON path within the configuration bundle that contains the system prompt.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SYSTEMPROMPTJSONPATH() |
Getter for SYSTEMPROMPTJSONPATH, with configurable default |
ASK_SYSTEMPROMPTJSONPATH() |
Getter for SYSTEMPROMPTJSONPATH w/ exceptions if field has n |
HAS_SYSTEMPROMPTJSONPATH() |
Determine if SYSTEMPROMPTJSONPATH has a value |