@studyfetch/sdk 1.33.0 → 1.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/README.md +1 -1
- package/package.json +4 -5
- package/resources/v1/assignment-grader/assignment-grader.d.mts +313 -0
- package/resources/v1/assignment-grader/assignment-grader.d.mts.map +1 -0
- package/resources/v1/assignment-grader/assignment-grader.d.ts +313 -0
- package/resources/v1/assignment-grader/assignment-grader.d.ts.map +1 -0
- package/resources/v1/assignment-grader/assignment-grader.js +87 -0
- package/resources/v1/assignment-grader/assignment-grader.js.map +1 -0
- package/resources/v1/assignment-grader/assignment-grader.mjs +82 -0
- package/resources/v1/assignment-grader/assignment-grader.mjs.map +1 -0
- package/resources/v1/assignment-grader/index.d.mts +3 -0
- package/resources/v1/assignment-grader/index.d.mts.map +1 -0
- package/resources/v1/assignment-grader/index.d.ts +3 -0
- package/resources/v1/assignment-grader/index.d.ts.map +1 -0
- package/resources/v1/assignment-grader/index.js +9 -0
- package/resources/v1/assignment-grader/index.js.map +1 -0
- package/resources/v1/assignment-grader/index.mjs +4 -0
- package/resources/v1/assignment-grader/index.mjs.map +1 -0
- package/resources/v1/assignment-grader/rubric-templates.d.mts +238 -0
- package/resources/v1/assignment-grader/rubric-templates.d.mts.map +1 -0
- package/resources/v1/assignment-grader/rubric-templates.d.ts +238 -0
- package/resources/v1/assignment-grader/rubric-templates.d.ts.map +1 -0
- package/resources/v1/assignment-grader/rubric-templates.js +68 -0
- package/resources/v1/assignment-grader/rubric-templates.js.map +1 -0
- package/resources/v1/assignment-grader/rubric-templates.mjs +64 -0
- package/resources/v1/assignment-grader/rubric-templates.mjs.map +1 -0
- package/resources/v1/assignment-grader.d.mts +1 -152
- package/resources/v1/assignment-grader.d.mts.map +1 -1
- package/resources/v1/assignment-grader.d.ts +1 -152
- package/resources/v1/assignment-grader.d.ts.map +1 -1
- package/resources/v1/assignment-grader.js +2 -62
- package/resources/v1/assignment-grader.js.map +1 -1
- package/resources/v1/assignment-grader.mjs +1 -60
- package/resources/v1/assignment-grader.mjs.map +1 -1
- package/resources/v1/chat-analytics.d.mts +316 -0
- package/resources/v1/chat-analytics.d.mts.map +1 -0
- package/resources/v1/chat-analytics.d.ts +316 -0
- package/resources/v1/chat-analytics.d.ts.map +1 -0
- package/resources/v1/chat-analytics.js +50 -0
- package/resources/v1/chat-analytics.js.map +1 -0
- package/resources/v1/chat-analytics.mjs +46 -0
- package/resources/v1/chat-analytics.mjs.map +1 -0
- package/resources/v1/components.d.mts +184 -10
- package/resources/v1/components.d.mts.map +1 -1
- package/resources/v1/components.d.ts +184 -10
- package/resources/v1/components.d.ts.map +1 -1
- package/resources/v1/components.js.map +1 -1
- package/resources/v1/components.mjs.map +1 -1
- package/resources/v1/index.d.mts +6 -4
- package/resources/v1/index.d.mts.map +1 -1
- package/resources/v1/index.d.ts +6 -4
- package/resources/v1/index.d.ts.map +1 -1
- package/resources/v1/index.js +13 -9
- package/resources/v1/index.js.map +1 -1
- package/resources/v1/index.mjs +4 -2
- package/resources/v1/index.mjs.map +1 -1
- package/resources/v1/materials/index.d.mts +3 -3
- package/resources/v1/materials/index.d.mts.map +1 -1
- package/resources/v1/materials/index.d.ts +3 -3
- package/resources/v1/materials/index.d.ts.map +1 -1
- package/resources/v1/materials/index.js.map +1 -1
- package/resources/v1/materials/index.mjs.map +1 -1
- package/resources/v1/materials/materials.d.mts +548 -92
- package/resources/v1/materials/materials.d.mts.map +1 -1
- package/resources/v1/materials/materials.d.ts +548 -92
- package/resources/v1/materials/materials.d.ts.map +1 -1
- package/resources/v1/materials/materials.js +36 -34
- package/resources/v1/materials/materials.js.map +1 -1
- package/resources/v1/materials/materials.mjs +36 -34
- package/resources/v1/materials/materials.mjs.map +1 -1
- package/resources/v1/materials/test.d.mts +29 -30
- package/resources/v1/materials/test.d.mts.map +1 -1
- package/resources/v1/materials/test.d.ts +29 -30
- package/resources/v1/materials/test.d.ts.map +1 -1
- package/resources/v1/materials/test.js +14 -15
- package/resources/v1/materials/test.js.map +1 -1
- package/resources/v1/materials/test.mjs +14 -15
- package/resources/v1/materials/test.mjs.map +1 -1
- package/resources/v1/materials/upload.d.mts +312 -23
- package/resources/v1/materials/upload.d.mts.map +1 -1
- package/resources/v1/materials/upload.d.ts +312 -23
- package/resources/v1/materials/upload.d.ts.map +1 -1
- package/resources/v1/materials/upload.js +9 -9
- package/resources/v1/materials/upload.js.map +1 -1
- package/resources/v1/materials/upload.mjs +9 -9
- package/resources/v1/materials/upload.mjs.map +1 -1
- package/resources/v1/usage-analyst.d.mts +99 -0
- package/resources/v1/usage-analyst.d.mts.map +1 -0
- package/resources/v1/usage-analyst.d.ts +99 -0
- package/resources/v1/usage-analyst.d.ts.map +1 -0
- package/resources/v1/{usage/analyst.js → usage-analyst.js} +9 -9
- package/resources/v1/usage-analyst.js.map +1 -0
- package/resources/v1/{usage/analyst.mjs → usage-analyst.mjs} +7 -7
- package/resources/v1/usage-analyst.mjs.map +1 -0
- package/resources/v1/usage.d.mts +109 -1
- package/resources/v1/usage.d.mts.map +1 -1
- package/resources/v1/usage.d.ts +109 -1
- package/resources/v1/usage.d.ts.map +1 -1
- package/resources/v1/usage.js +55 -2
- package/resources/v1/usage.js.map +1 -1
- package/resources/v1/usage.mjs +53 -1
- package/resources/v1/usage.mjs.map +1 -1
- package/resources/v1/v1.d.mts +18 -10
- package/resources/v1/v1.d.mts.map +1 -1
- package/resources/v1/v1.d.ts +18 -10
- package/resources/v1/v1.d.ts.map +1 -1
- package/resources/v1/v1.js +14 -6
- package/resources/v1/v1.js.map +1 -1
- package/resources/v1/v1.mjs +14 -6
- package/resources/v1/v1.mjs.map +1 -1
- package/src/resources/v1/assignment-grader/assignment-grader.ts +421 -0
- package/src/resources/v1/assignment-grader/index.ts +16 -0
- package/src/resources/v1/assignment-grader/rubric-templates.ts +305 -0
- package/src/resources/v1/assignment-grader.ts +1 -196
- package/src/resources/v1/chat-analytics.ts +413 -0
- package/src/resources/v1/components.ts +265 -10
- package/src/resources/v1/index.ts +34 -10
- package/src/resources/v1/materials/index.ts +23 -14
- package/src/resources/v1/materials/materials.ts +824 -216
- package/src/resources/v1/materials/test.ts +38 -39
- package/src/resources/v1/materials/upload.ts +411 -30
- package/src/resources/v1/{usage/analyst.ts → usage-analyst.ts} +24 -23
- package/src/resources/v1/usage.ts +179 -1
- package/src/resources/v1/v1.ts +84 -28
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/resources/v1/usage/analyst.d.mts +0 -99
- package/resources/v1/usage/analyst.d.mts.map +0 -1
- package/resources/v1/usage/analyst.d.ts +0 -99
- package/resources/v1/usage/analyst.d.ts.map +0 -1
- package/resources/v1/usage/analyst.js.map +0 -1
- package/resources/v1/usage/analyst.mjs.map +0 -1
- package/resources/v1/usage/index.d.mts +0 -3
- package/resources/v1/usage/index.d.mts.map +0 -1
- package/resources/v1/usage/index.d.ts +0 -3
- package/resources/v1/usage/index.d.ts.map +0 -1
- package/resources/v1/usage/index.js +0 -9
- package/resources/v1/usage/index.js.map +0 -1
- package/resources/v1/usage/index.mjs +0 -4
- package/resources/v1/usage/index.mjs.map +0 -1
- package/resources/v1/usage/usage.d.mts +0 -114
- package/resources/v1/usage/usage.d.mts.map +0 -1
- package/resources/v1/usage/usage.d.ts +0 -114
- package/resources/v1/usage/usage.d.ts.map +0 -1
- package/resources/v1/usage/usage.js +0 -67
- package/resources/v1/usage/usage.js.map +0 -1
- package/resources/v1/usage/usage.mjs +0 -62
- package/resources/v1/usage/usage.mjs.map +0 -1
- package/src/resources/v1/usage/index.ts +0 -15
- package/src/resources/v1/usage/usage.ts +0 -200
|
@@ -0,0 +1,413 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
import { APIResource } from '../../core/resource';
|
|
4
|
+
import { APIPromise } from '../../core/api-promise';
|
|
5
|
+
import { type Uploadable } from '../../core/uploads';
|
|
6
|
+
import { buildHeaders } from '../../internal/headers';
|
|
7
|
+
import { RequestOptions } from '../../internal/request-options';
|
|
8
|
+
import { path } from '../../internal/utils/path';
|
|
9
|
+
|
|
10
|
+
export class ChatAnalytics extends APIResource {
|
|
11
|
+
/**
|
|
12
|
+
* Get chat analytics and user statistics
|
|
13
|
+
*
|
|
14
|
+
* @example
|
|
15
|
+
* ```ts
|
|
16
|
+
* const response = await client.v1.chatAnalytics.analyze();
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
analyze(
|
|
20
|
+
query: ChatAnalyticAnalyzeParams | null | undefined = {},
|
|
21
|
+
options?: RequestOptions,
|
|
22
|
+
): APIPromise<ChatAnalyticAnalyzeResponse> {
|
|
23
|
+
return this._client.get('/api/v1/chat-analytics/analyze', { query, ...options });
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Export chat analytics data as CSV
|
|
28
|
+
*
|
|
29
|
+
* @example
|
|
30
|
+
* ```ts
|
|
31
|
+
* const response = await client.v1.chatAnalytics.export();
|
|
32
|
+
* ```
|
|
33
|
+
*/
|
|
34
|
+
export(
|
|
35
|
+
query: ChatAnalyticExportParams | null | undefined = {},
|
|
36
|
+
options?: RequestOptions,
|
|
37
|
+
): APIPromise<string> {
|
|
38
|
+
return this._client.get('/api/v1/chat-analytics/export', {
|
|
39
|
+
query,
|
|
40
|
+
...options,
|
|
41
|
+
headers: buildHeaders([{ Accept: 'text/csv' }, options?.headers]),
|
|
42
|
+
});
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* Get chat analytics for a specific component
|
|
47
|
+
*
|
|
48
|
+
* @example
|
|
49
|
+
* ```ts
|
|
50
|
+
* const response = await client.v1.chatAnalytics.getComponent(
|
|
51
|
+
* 'componentId',
|
|
52
|
+
* );
|
|
53
|
+
* ```
|
|
54
|
+
*/
|
|
55
|
+
getComponent(
|
|
56
|
+
componentID: string,
|
|
57
|
+
query: ChatAnalyticGetComponentParams | null | undefined = {},
|
|
58
|
+
options?: RequestOptions,
|
|
59
|
+
): APIPromise<ChatAnalyticGetComponentResponse> {
|
|
60
|
+
return this._client.get(path`/api/v1/chat-analytics/component/${componentID}`, { query, ...options });
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export interface ChatAnalyticAnalyzeResponse {
|
|
65
|
+
/**
|
|
66
|
+
* Date when analytics were generated
|
|
67
|
+
*/
|
|
68
|
+
generatedAt: string;
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* Analytics summary
|
|
72
|
+
*/
|
|
73
|
+
summary: ChatAnalyticAnalyzeResponse.Summary;
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* User statistics
|
|
77
|
+
*/
|
|
78
|
+
userStats: Array<ChatAnalyticAnalyzeResponse.UserStat>;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export namespace ChatAnalyticAnalyzeResponse {
|
|
82
|
+
/**
|
|
83
|
+
* Analytics summary
|
|
84
|
+
*/
|
|
85
|
+
export interface Summary {
|
|
86
|
+
/**
|
|
87
|
+
* Average messages per user
|
|
88
|
+
*/
|
|
89
|
+
averageMessagesPerUser: number;
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* Engagement metrics
|
|
93
|
+
*/
|
|
94
|
+
engagement: unknown;
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* Natural language summary of chat usage
|
|
98
|
+
*/
|
|
99
|
+
summary: string;
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* Top topics discussed
|
|
103
|
+
*/
|
|
104
|
+
topTopics: Array<string>;
|
|
105
|
+
|
|
106
|
+
/**
|
|
107
|
+
* Total messages
|
|
108
|
+
*/
|
|
109
|
+
totalMessages: number;
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* Total chat sessions
|
|
113
|
+
*/
|
|
114
|
+
totalSessions: number;
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* Total unique users
|
|
118
|
+
*/
|
|
119
|
+
totalUsers: number;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
export interface UserStat {
|
|
123
|
+
/**
|
|
124
|
+
* Average messages per session
|
|
125
|
+
*/
|
|
126
|
+
averageMessagesPerSession: number;
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* Average session duration in minutes
|
|
130
|
+
*/
|
|
131
|
+
averageSessionDuration: number;
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* First active date
|
|
135
|
+
*/
|
|
136
|
+
firstActive: string;
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* Last active date
|
|
140
|
+
*/
|
|
141
|
+
lastActive: string;
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* Top topics discussed
|
|
145
|
+
*/
|
|
146
|
+
topTopics: Array<string>;
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* Total messages sent by user
|
|
150
|
+
*/
|
|
151
|
+
totalMessages: number;
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* Total chat sessions
|
|
155
|
+
*/
|
|
156
|
+
totalSessions: number;
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* User ID
|
|
160
|
+
*/
|
|
161
|
+
userId: string;
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* User email
|
|
165
|
+
*/
|
|
166
|
+
email?: string;
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* Group IDs associated with the user
|
|
170
|
+
*/
|
|
171
|
+
groupIds?: Array<string>;
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* User name
|
|
175
|
+
*/
|
|
176
|
+
name?: string;
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
export type ChatAnalyticExportResponse = Uploadable;
|
|
181
|
+
|
|
182
|
+
export interface ChatAnalyticGetComponentResponse {
|
|
183
|
+
/**
|
|
184
|
+
* Date when analytics were generated
|
|
185
|
+
*/
|
|
186
|
+
generatedAt: string;
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* Analytics summary
|
|
190
|
+
*/
|
|
191
|
+
summary: ChatAnalyticGetComponentResponse.Summary;
|
|
192
|
+
|
|
193
|
+
/**
|
|
194
|
+
* User statistics
|
|
195
|
+
*/
|
|
196
|
+
userStats: Array<ChatAnalyticGetComponentResponse.UserStat>;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
export namespace ChatAnalyticGetComponentResponse {
|
|
200
|
+
/**
|
|
201
|
+
* Analytics summary
|
|
202
|
+
*/
|
|
203
|
+
export interface Summary {
|
|
204
|
+
/**
|
|
205
|
+
* Average messages per user
|
|
206
|
+
*/
|
|
207
|
+
averageMessagesPerUser: number;
|
|
208
|
+
|
|
209
|
+
/**
|
|
210
|
+
* Engagement metrics
|
|
211
|
+
*/
|
|
212
|
+
engagement: unknown;
|
|
213
|
+
|
|
214
|
+
/**
|
|
215
|
+
* Natural language summary of chat usage
|
|
216
|
+
*/
|
|
217
|
+
summary: string;
|
|
218
|
+
|
|
219
|
+
/**
|
|
220
|
+
* Top topics discussed
|
|
221
|
+
*/
|
|
222
|
+
topTopics: Array<string>;
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* Total messages
|
|
226
|
+
*/
|
|
227
|
+
totalMessages: number;
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* Total chat sessions
|
|
231
|
+
*/
|
|
232
|
+
totalSessions: number;
|
|
233
|
+
|
|
234
|
+
/**
|
|
235
|
+
* Total unique users
|
|
236
|
+
*/
|
|
237
|
+
totalUsers: number;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
export interface UserStat {
|
|
241
|
+
/**
|
|
242
|
+
* Average messages per session
|
|
243
|
+
*/
|
|
244
|
+
averageMessagesPerSession: number;
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* Average session duration in minutes
|
|
248
|
+
*/
|
|
249
|
+
averageSessionDuration: number;
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* First active date
|
|
253
|
+
*/
|
|
254
|
+
firstActive: string;
|
|
255
|
+
|
|
256
|
+
/**
|
|
257
|
+
* Last active date
|
|
258
|
+
*/
|
|
259
|
+
lastActive: string;
|
|
260
|
+
|
|
261
|
+
/**
|
|
262
|
+
* Top topics discussed
|
|
263
|
+
*/
|
|
264
|
+
topTopics: Array<string>;
|
|
265
|
+
|
|
266
|
+
/**
|
|
267
|
+
* Total messages sent by user
|
|
268
|
+
*/
|
|
269
|
+
totalMessages: number;
|
|
270
|
+
|
|
271
|
+
/**
|
|
272
|
+
* Total chat sessions
|
|
273
|
+
*/
|
|
274
|
+
totalSessions: number;
|
|
275
|
+
|
|
276
|
+
/**
|
|
277
|
+
* User ID
|
|
278
|
+
*/
|
|
279
|
+
userId: string;
|
|
280
|
+
|
|
281
|
+
/**
|
|
282
|
+
* User email
|
|
283
|
+
*/
|
|
284
|
+
email?: string;
|
|
285
|
+
|
|
286
|
+
/**
|
|
287
|
+
* Group IDs associated with the user
|
|
288
|
+
*/
|
|
289
|
+
groupIds?: Array<string>;
|
|
290
|
+
|
|
291
|
+
/**
|
|
292
|
+
* User name
|
|
293
|
+
*/
|
|
294
|
+
name?: string;
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
export interface ChatAnalyticAnalyzeParams {
|
|
299
|
+
/**
|
|
300
|
+
* Component ID to analyze
|
|
301
|
+
*/
|
|
302
|
+
componentId?: string;
|
|
303
|
+
|
|
304
|
+
/**
|
|
305
|
+
* End date for analysis
|
|
306
|
+
*/
|
|
307
|
+
endDate?: string;
|
|
308
|
+
|
|
309
|
+
/**
|
|
310
|
+
* Group IDs to filter by
|
|
311
|
+
*/
|
|
312
|
+
groupIds?: Array<string>;
|
|
313
|
+
|
|
314
|
+
/**
|
|
315
|
+
* AI model to use for analysis
|
|
316
|
+
*/
|
|
317
|
+
modelKey?: string;
|
|
318
|
+
|
|
319
|
+
/**
|
|
320
|
+
* Organization ID to filter by
|
|
321
|
+
*/
|
|
322
|
+
organizationId?: string;
|
|
323
|
+
|
|
324
|
+
/**
|
|
325
|
+
* Start date for analysis
|
|
326
|
+
*/
|
|
327
|
+
startDate?: string;
|
|
328
|
+
|
|
329
|
+
/**
|
|
330
|
+
* User ID to filter by
|
|
331
|
+
*/
|
|
332
|
+
userId?: string;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
export interface ChatAnalyticExportParams {
|
|
336
|
+
/**
|
|
337
|
+
* Component ID to analyze
|
|
338
|
+
*/
|
|
339
|
+
componentId?: string;
|
|
340
|
+
|
|
341
|
+
/**
|
|
342
|
+
* End date for analysis
|
|
343
|
+
*/
|
|
344
|
+
endDate?: string;
|
|
345
|
+
|
|
346
|
+
/**
|
|
347
|
+
* Group IDs to filter by
|
|
348
|
+
*/
|
|
349
|
+
groupIds?: Array<string>;
|
|
350
|
+
|
|
351
|
+
/**
|
|
352
|
+
* AI model to use for analysis
|
|
353
|
+
*/
|
|
354
|
+
modelKey?: string;
|
|
355
|
+
|
|
356
|
+
/**
|
|
357
|
+
* Organization ID to filter by
|
|
358
|
+
*/
|
|
359
|
+
organizationId?: string;
|
|
360
|
+
|
|
361
|
+
/**
|
|
362
|
+
* Start date for analysis
|
|
363
|
+
*/
|
|
364
|
+
startDate?: string;
|
|
365
|
+
|
|
366
|
+
/**
|
|
367
|
+
* User ID to filter by
|
|
368
|
+
*/
|
|
369
|
+
userId?: string;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
export interface ChatAnalyticGetComponentParams {
|
|
373
|
+
/**
|
|
374
|
+
* End date for analysis
|
|
375
|
+
*/
|
|
376
|
+
endDate?: string;
|
|
377
|
+
|
|
378
|
+
/**
|
|
379
|
+
* Group IDs to filter by
|
|
380
|
+
*/
|
|
381
|
+
groupIds?: Array<string>;
|
|
382
|
+
|
|
383
|
+
/**
|
|
384
|
+
* AI model to use for analysis
|
|
385
|
+
*/
|
|
386
|
+
modelKey?: string;
|
|
387
|
+
|
|
388
|
+
/**
|
|
389
|
+
* Organization ID to filter by
|
|
390
|
+
*/
|
|
391
|
+
organizationId?: string;
|
|
392
|
+
|
|
393
|
+
/**
|
|
394
|
+
* Start date for analysis
|
|
395
|
+
*/
|
|
396
|
+
startDate?: string;
|
|
397
|
+
|
|
398
|
+
/**
|
|
399
|
+
* User ID to filter by
|
|
400
|
+
*/
|
|
401
|
+
userId?: string;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
export declare namespace ChatAnalytics {
|
|
405
|
+
export {
|
|
406
|
+
type ChatAnalyticAnalyzeResponse as ChatAnalyticAnalyzeResponse,
|
|
407
|
+
type ChatAnalyticExportResponse as ChatAnalyticExportResponse,
|
|
408
|
+
type ChatAnalyticGetComponentResponse as ChatAnalyticGetComponentResponse,
|
|
409
|
+
type ChatAnalyticAnalyzeParams as ChatAnalyticAnalyzeParams,
|
|
410
|
+
type ChatAnalyticExportParams as ChatAnalyticExportParams,
|
|
411
|
+
type ChatAnalyticGetComponentParams as ChatAnalyticGetComponentParams,
|
|
412
|
+
};
|
|
413
|
+
}
|