ANSWERING schema reference
ANSWERING schema reference
This article provides a reference to the views found in the ANSWERING schema of the CORE data model.
ANSWERS
The ANSWERS view consists of comprehensive details about Relevance Generative Answering (RGA) query responses within an organization. Each row represents a unique query response, whether an answer was generated, and includes information about its origin, generation time, and key identifiers.
| Column name | Description |
|---|---|
|
The content of the generated answer. |
|
Unique identifier of this answer, used as primary key.
References |
|
External identifier for this answer.
Typically, the platform’s |
|
UTC date of when the answer occurred. |
|
UTC timestamp of when the answer occurred. |
|
Boolean indicating whether the answer was completely streamed. |
|
Boolean indicating whether the answer was generated. |
|
Boolean indicating whether the answer was received by the client. |
|
Organization identifier for the record. |
|
Identifier of a related insight.
Used when the answer is linked to another insight (for example, when a search and an answer are returned for the same query).
Keys into |
|
Reference to the visit in which this answer happened.
Keys into |
ANSWER_INTERACTIONS
The ANSWER_INTERACTIONS view consists of detailed records of how users interact with specific answers within an organization. Each row represents a unique interaction event that provides insights into user engagement and feedback.
| Column name | Description |
|---|---|
|
Reference to the related answer record. Keys into ANSWERS. |
|
Unique identifier of the answer interaction, used as primary key. |
|
Timestamp of the answer interaction in UTC. |
|
Contains data specific to the interaction type. |
|
The action type performed on the answer, such as |
|
Organization identifier for the record. |