evaluation_transcript_topic

Table Type: Historical Data

Contains transcript topics for a conversation evaluation.

Columns

Column Type Modifiers Notes
conversation_id string Primary Key The unique identifier of the conversation.
evaluation_id string Primary Key The unique identifier of the evaluation.
transcript_topic_id string Primary Key The unique identifier of the transcript topic.
name string The name of the transcript topic.
topic_phrase string The topic phrase associated with the topic.
transcript_phrase string The transcript phrase associated with the topic.
confidence int32 Confidence score for the topic match.
start_time_milliseconds int64 Start time of the topic within the conversation, in milliseconds.
duration_milliseconds int64 Duration of the topic, in milliseconds.
offset_word_count int64 Word offset of the topic within the transcript.
offset_character_count int64 Character offset of the topic within the transcript.
recording_location int64 Recording location index for the topic.
db_last_updated datetime

Actions and Background Tasks

Actions