Officially documented release
This commit is contained in:
@@ -4,6 +4,15 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// DBCall is a model that stores raw 'call' payloads from GenesysCloud websockets.
|
||||
//
|
||||
// - The ExtractLive function handles the conversion from JSON data (map) into formatted JSON string.
|
||||
//
|
||||
// Table Schema:
|
||||
//
|
||||
// Primary Key: Id
|
||||
// Indexes: ConnectedTime, DisconnectedTime, Id, ParticipantId
|
||||
// JSON Fields: DisconnectReasons, Other, Self
|
||||
type DBCall struct {
|
||||
AfterCallWorkRequired bool
|
||||
Confined bool
|
||||
|
||||
Reference in New Issue
Block a user