Officially documented release
This commit is contained in:
@@ -4,6 +4,15 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// DBSegment is a model that stores raw 'segment' payloads from GenesysCloud API requests.
|
||||
//
|
||||
// - The ExtractWithoutAttributes function handles the conversion from JSON data (map) into formatted JSON string for gcq-details requests.
|
||||
//
|
||||
// Table Schema:
|
||||
//
|
||||
// Primary Key: Id
|
||||
// Indexes: Id, SegmentEnd, SegmentStart, SegmentType, SessionId
|
||||
// JSON Fields: q950ResponseCodes
|
||||
type DBSegment struct {
|
||||
Id string `gorm:"primaryKey;index"`
|
||||
Conference bool
|
||||
|
||||
Reference in New Issue
Block a user