Skip to content

Commit 1e83a82

Browse files
author
Braden Olsen
committed
Adds recording segment labels
Adds support for recording segment labels and their corresponding values, enhancing the ability to categorize and analyze specific portions of recordings.
1 parent a985c48 commit 1e83a82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tcnapi/exile/gate/v2/public.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,6 +1402,10 @@ message Recording {
14021402
string campaign = 15;
14031403
// The user IDs of participating agents, if available
14041404
repeated string partner_agent_ids = 16;
1405+
// The label of the recording segement
1406+
string label = 17;
1407+
// The value of the recording segment label.
1408+
string value = 18;
14051409
}
14061410

14071411
/**

0 commit comments

Comments
 (0)