FND_BOSS_AI_TELEMETRY
Used to store telemetry data related to a BOSS AI request. It contains request information along with target metadata used to fulfill this request.
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: fnd_boss_ai_telemetry
Primary Key
| Name | Columns |
|---|---|
|
FND_BOSS_AI_TELEMETRY_PK |
REQUEST_UUID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| REQUEST_UUID | VARCHAR2 | 255 | Yes | Request UUID of the HTTP request for BOSS AI Search. |
| QUESTION | VARCHAR2 | 2000 | Yes | Natural Language Question asked as input |
| QUERY | CLOB | BQL for the natural language question | ||
| BUSINESS_OBJECT | VARCHAR2 | 255 | BOSS Business Object for the NL input | |
| MODULE | VARCHAR2 | 255 | Module of the BOSS business object or analytical view | |
| ERROR_MESSAGE | VARCHAR2 | 2000 | Error Message in case of failure | |
| LANGUAGE_CODE | VARCHAR2 | 30 | Yes | The language code of the input e.g. en-US |
| DEPLOYMENT_ID | VARCHAR2 | 100 | Yes | The deployment id of the request |
| DATETIME | TIMESTAMP | The date and time on which the request was made. | ||
| ANALYTICAL_VIEW | VARCHAR2 | 255 | BOSS Analytical View object for the NL input | |
| BUSINESS_VIEW | VARCHAR2 | 255 | BOSS Business View for NL input | |
| REQUEST_TRACE_ID | VARCHAR2 | 255 | Request Trace Id of the HTTP request context for BOSS AI Search. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FND_BOSS_AI_TELEMETRY_U1 | Unique | fnd_boss_ai_telemetry_N1 | REQUEST_UUID |