You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Allowed: None, Basic, Extended. If 'Basic', add links to external systems (context objects) such as CRM, Telephony System, Case Management. If 'Extended' include also data (context fields) for these links. Default value 'None'",
61
+
description: "If 'Basic', add links to external systems (context objects) such as CRM, Telephony System, Case Management. If 'Extended' include also data (context fields) for these links.",
61
62
options: [
62
63
"None",
63
64
"Basic",
@@ -70,7 +71,6 @@ export default {
70
71
type: "string[]",
71
72
label: "Context Timing",
72
73
description: "Allowed: Now, TimeOfCall. Timing for the context data. The field is optional and can contain either 'Now' or 'TimeOfCall' or both. The default value is ['Now']. Can be provided only when the context field is set to 'Extended'",
73
-
default: [],
74
74
optional: true,
75
75
},
76
76
includeParties: {
@@ -85,16 +85,16 @@ export default {
85
85
label: "Exposed Fields Content",
86
86
description: "Specify which fields to include in the response for the content",
87
87
default: {
88
-
"structure": false,
89
-
"topics": false,
90
-
"trackers": false,
91
-
"trackerOccurrences": false,
92
-
"pointsOfInterest": false,
93
-
"brief": false,
94
-
"outline": false,
95
-
"highlights": false,
96
-
"callOutcome": false,
97
-
"keyPoints": false,
88
+
"structure": "false",
89
+
"topics": "false",
90
+
"trackers": "false",
91
+
"trackerOccurrences": "false",
92
+
"pointsOfInterest": "false",
93
+
"brief": "false",
94
+
"outline": "false",
95
+
"highlights": "false",
96
+
"callOutcome": "false",
97
+
"keyPoints": "false",
98
98
},
99
99
optional: true,
100
100
},
@@ -103,10 +103,10 @@ export default {
103
103
label: "Exposed Fields Interaction",
104
104
description: "Specify which fields to include in the response for the interaction",
105
105
default: {
106
-
"speakers": false,
107
-
"video": false,
108
-
"personInteractionStats": false,
109
-
"questions": false,
106
+
"speakers": "false",
107
+
"video": "false",
108
+
"personInteractionStats": "false",
109
+
"questions": "false",
110
110
},
111
111
optional: true,
112
112
},
@@ -152,6 +152,9 @@ export default {
152
152
thrownewConfigurationError("Must not provide both `callIds` and `workspaceId`");
0 commit comments