/AWS1/CL_BDZRETRIEVALRESULTLOC¶
Contains information about the data source location.
This data type is used in the following API operations:
-
Retrieve response – in the
locationfield -
RetrieveAndGenerate response – in the
locationfield -
InvokeAgent response – in the
locationfield
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/BDZRETRIEVALRSLTLOCTYPE /AWS1/BDZRETRIEVALRSLTLOCTYPE¶
The type of data source location.
Optional arguments:¶
io_s3location TYPE REF TO /AWS1/CL_BDZRETRIEVALRSLTS3LOC /AWS1/CL_BDZRETRIEVALRSLTS3LOC¶
The S3 data source location.
io_weblocation TYPE REF TO /AWS1/CL_BDZRETRIEVALRSWEBLOC /AWS1/CL_BDZRETRIEVALRSWEBLOC¶
The web URL/URLs data source location.
io_confluencelocation TYPE REF TO /AWS1/CL_BDZRETRIEVALRSCONFL00 /AWS1/CL_BDZRETRIEVALRSCONFL00¶
The Confluence data source location.
io_salesforcelocation TYPE REF TO /AWS1/CL_BDZRETRIEVALRSSALES00 /AWS1/CL_BDZRETRIEVALRSSALES00¶
The Salesforce data source location.
io_sharepointlocation TYPE REF TO /AWS1/CL_BDZRETRIEVALRSSHARE00 /AWS1/CL_BDZRETRIEVALRSSHARE00¶
The SharePoint data source location.
io_customdocumentlocation TYPE REF TO /AWS1/CL_BDZRETRIEVALRSCUSTD00 /AWS1/CL_BDZRETRIEVALRSCUSTD00¶
Specifies the location of a document in a custom data source.
io_kendradocumentlocation TYPE REF TO /AWS1/CL_BDZRETRIEVALRSKENDR00 /AWS1/CL_BDZRETRIEVALRSKENDR00¶
The location of a document in Amazon Kendra.
io_sqllocation TYPE REF TO /AWS1/CL_BDZRETRIEVALRSSQLLOC /AWS1/CL_BDZRETRIEVALRSSQLLOC¶
Specifies information about the SQL query used to retrieve the result.
Queryable Attributes¶
type¶
The type of data source location.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
s3Location¶
The S3 data source location.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3LOCATION() |
Getter for S3LOCATION |
webLocation¶
The web URL/URLs data source location.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WEBLOCATION() |
Getter for WEBLOCATION |
confluenceLocation¶
The Confluence data source location.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFLUENCELOCATION() |
Getter for CONFLUENCELOCATION |
salesforceLocation¶
The Salesforce data source location.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SALESFORCELOCATION() |
Getter for SALESFORCELOCATION |
sharePointLocation¶
The SharePoint data source location.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHAREPOINTLOCATION() |
Getter for SHAREPOINTLOCATION |
customDocumentLocation¶
Specifies the location of a document in a custom data source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMDOCUMENTLOCATION() |
Getter for CUSTOMDOCUMENTLOCATION |
kendraDocumentLocation¶
The location of a document in Amazon Kendra.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KENDRADOCUMENTLOCATION() |
Getter for KENDRADOCUMENTLOCATION |
sqlLocation¶
Specifies information about the SQL query used to retrieve the result.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SQLLOCATION() |
Getter for SQLLOCATION |