ANSWERING schema reference
ANSWERING schema reference
This article provides a reference to the views found in the ANSWERING schema of the CORE data model. The ANSWERING schema captures data for both Relevance Generative Answering (RGA) and Search Agent, with a focus on generated answers, conversations, agent configurations, and user interactions.
ANSWERS
The ANSWERS view consists of comprehensive details about generated answers within an organization, covering both Relevance Generative Answering (RGA) and Search Agent turns. Each row represents a unique answer or turn, indicates whether a response was generated, and includes information about its origin, generation time, and key identifiers.
| Column name | Description |
|---|---|
|
The content of the generated answer. |
|
UTC date when the answer occurred. |
|
Unique identifier of this answer, used as primary key.
References |
|
Length of the answer in characters. |
|
The source of the answer.
Possible values are |
|
UTC timestamp when the answer occurred. |
|
External identifier for this answer.
For RGA answers, this is the platform’s |
|
Unique identifier of the configuration that produced this answer.
Keys into |
|
Unique identifier of the conversation this answer belongs to.
Keys into |
|
Boolean indicating whether the answer was completely streamed. |
|
Boolean indicating whether follow-up turns are enabled for this answer.
The value is |
|
Boolean indicating whether the answer was generated. |
|
Boolean indicating whether the answer was received by the client. |
|
Organization identifier for the record. |
|
The |
|
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 |
|
1-based position of this turn within the conversation. |
|
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 |
|
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. |
CONFIGS
The CONFIGS view contains one row per organization and configuration. Each row represents a unique configuration associated with generated answers.
| Column name | Description |
|---|---|
|
Internally generated unique identifier for the configuration. Used as the primary key. |
|
External configuration identifier.
|
|
Name of the configuration.
The value is |
|
Organization identifier for the record. |
CONVERSATIONS
The CONVERSATIONS view contains one row per organization and captured conversation. Each row represents a unique Search Agent conversation and its time boundaries, derived from captured turns.
| Column name | Description |
|---|---|
|
Internally generated unique identifier for the conversation. Used as the primary key. |
|
External conversation identifier, corresponding to the |
|
UTC date of the last turn in the conversation. |
|
UTC timestamp of the last turn in the conversation. |
|
Organization identifier for the record. |
|
UTC date of the first turn in the conversation. |
|
UTC timestamp of the first turn in the conversation. |