@aws-sdk/client-qbusiness 3.933.0 → 3.935.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/dist-cjs/index.js +340 -345
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +339 -0
- package/dist-es/models/errors.js +137 -0
- package/dist-es/models/models_0.js +0 -417
- package/dist-es/models/models_1.js +1 -60
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/GetChatResponseConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetDocumentContentCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetMediaCommand.d.ts +1 -1
- package/dist-types/commands/GetPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetUserCommand.d.ts +1 -1
- package/dist-types/commands/ListAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListChatResponseConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListConversationsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListDocumentsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListMessagesCommand.d.ts +1 -1
- package/dist-types/commands/ListPluginActionsCommand.d.ts +1 -1
- package/dist-types/commands/ListPluginTypeActionsCommand.d.ts +1 -1
- package/dist-types/commands/ListPluginTypeMetadataCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutFeedbackCommand.d.ts +1 -1
- package/dist-types/commands/PutGroupCommand.d.ts +1 -1
- package/dist-types/commands/SearchRelevantContentCommand.d.ts +2 -1
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +1 -1
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChatControlsConfigurationCommand.d.ts +2 -1
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +811 -0
- package/dist-types/models/errors.d.ts +164 -0
- package/dist-types/models/models_0.d.ts +1208 -858
- package/dist-types/models/models_1.d.ts +2 -1325
- package/dist-types/ts3.4/commands/GetChatResponseConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDocumentContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMediaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListChatResponseConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConversationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPluginActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPluginTypeActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPluginTypeMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchRelevantContentCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateChatControlsConfigurationCommand.d.ts +2 -4
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +440 -0
- package/dist-types/ts3.4/models/errors.d.ts +80 -0
- package/dist-types/ts3.4/models/models_0.d.ts +359 -453
- package/dist-types/ts3.4/models/models_1.d.ts +1 -392
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/index.d.ts +0 -2
|
@@ -1,1328 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ActionExecution, ActionExecutionEvent,
|
|
3
|
-
import { QBusinessServiceException as __BaseException } from "./QBusinessServiceException";
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface GetChatResponseConfigurationRequest {
|
|
8
|
-
/**
|
|
9
|
-
* <p>The unique identifier of the Amazon Q Business application containing the chat response configuration to retrieve.</p>
|
|
10
|
-
* @public
|
|
11
|
-
*/
|
|
12
|
-
applicationId: string | undefined;
|
|
13
|
-
/**
|
|
14
|
-
* <p>The unique identifier of the chat response configuration to retrieve from the specified application.</p>
|
|
15
|
-
* @public
|
|
16
|
-
*/
|
|
17
|
-
chatResponseConfigurationId: string | undefined;
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* @public
|
|
21
|
-
*/
|
|
22
|
-
export interface GetChatResponseConfigurationResponse {
|
|
23
|
-
/**
|
|
24
|
-
* <p>The unique identifier of the retrieved chat response configuration.</p>
|
|
25
|
-
* @public
|
|
26
|
-
*/
|
|
27
|
-
chatResponseConfigurationId?: string | undefined;
|
|
28
|
-
/**
|
|
29
|
-
* <p>The Amazon Resource Name (ARN) of the retrieved chat response configuration, which uniquely identifies the resource across all Amazon Web Services services. </p>
|
|
30
|
-
* @public
|
|
31
|
-
*/
|
|
32
|
-
chatResponseConfigurationArn?: string | undefined;
|
|
33
|
-
/**
|
|
34
|
-
* <p>The human-readable name of the retrieved chat response configuration, making it easier to identify among multiple configurations.</p>
|
|
35
|
-
* @public
|
|
36
|
-
*/
|
|
37
|
-
displayName?: string | undefined;
|
|
38
|
-
/**
|
|
39
|
-
* <p>The timestamp indicating when the chat response configuration was initially created.</p>
|
|
40
|
-
* @public
|
|
41
|
-
*/
|
|
42
|
-
createdAt?: Date | undefined;
|
|
43
|
-
/**
|
|
44
|
-
* <p>The currently active configuration settings that are being used to generate responses in the Amazon Q Business application.</p>
|
|
45
|
-
* @public
|
|
46
|
-
*/
|
|
47
|
-
inUseConfiguration?: ChatResponseConfigurationDetail | undefined;
|
|
48
|
-
/**
|
|
49
|
-
* <p>Information about the most recent update to the configuration, including timestamp and modification details.</p>
|
|
50
|
-
* @public
|
|
51
|
-
*/
|
|
52
|
-
lastUpdateConfiguration?: ChatResponseConfigurationDetail | undefined;
|
|
53
|
-
}
|
|
54
|
-
/**
|
|
55
|
-
* @public
|
|
56
|
-
* @enum
|
|
57
|
-
*/
|
|
58
|
-
export declare const OutputFormat: {
|
|
59
|
-
readonly EXTRACTED: "EXTRACTED";
|
|
60
|
-
readonly RAW: "RAW";
|
|
61
|
-
};
|
|
62
|
-
/**
|
|
63
|
-
* @public
|
|
64
|
-
*/
|
|
65
|
-
export type OutputFormat = (typeof OutputFormat)[keyof typeof OutputFormat];
|
|
66
|
-
/**
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
export interface GetDocumentContentRequest {
|
|
70
|
-
/**
|
|
71
|
-
* <p>The unique identifier of the Amazon Q Business application containing the document. This ensures the request is scoped to the correct application environment and its associated security policies.</p>
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
applicationId: string | undefined;
|
|
75
|
-
/**
|
|
76
|
-
* <p>The identifier of the index where documents are indexed.</p>
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
indexId: string | undefined;
|
|
80
|
-
/**
|
|
81
|
-
* <p>The identifier of the data source from which the document was ingested. This field is not present if the document is ingested by directly calling the BatchPutDocument API. If the document is from a file-upload data source, the datasource will be "uploaded-docs-file-stat-datasourceid".</p>
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
dataSourceId?: string | undefined;
|
|
85
|
-
/**
|
|
86
|
-
* <p>The unique identifier of the document that is indexed via BatchPutDocument API or file-upload or connector sync. It is also found in chat or chatSync response.</p>
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
documentId: string | undefined;
|
|
90
|
-
/**
|
|
91
|
-
* <p>Document outputFormat. Defaults to RAW if not selected.</p>
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
outputFormat?: OutputFormat | undefined;
|
|
95
|
-
}
|
|
96
|
-
/**
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
export interface GetDocumentContentResponse {
|
|
100
|
-
/**
|
|
101
|
-
* <p>A pre-signed URL that provides temporary access to download the document content directly from Amazon Q Business. The URL expires after 5 minutes for security purposes. This URL is generated only after successful ACL validation.</p>
|
|
102
|
-
* @public
|
|
103
|
-
*/
|
|
104
|
-
presignedUrl: string | undefined;
|
|
105
|
-
/**
|
|
106
|
-
* <p>The MIME type of the document content. When outputFormat is RAW, this corresponds to the original document's MIME type (e.g., application/pdf, text/plain, application/vnd.openxmlformats-officedocument.wordprocessingml.document). When outputFormat is EXTRACTED, the MIME type is always application/json.</p>
|
|
107
|
-
* @public
|
|
108
|
-
*/
|
|
109
|
-
mimeType: string | undefined;
|
|
110
|
-
}
|
|
111
|
-
/**
|
|
112
|
-
* @public
|
|
113
|
-
*/
|
|
114
|
-
export interface GetGroupRequest {
|
|
115
|
-
/**
|
|
116
|
-
* <p>The identifier of the application id the group is attached to.</p>
|
|
117
|
-
* @public
|
|
118
|
-
*/
|
|
119
|
-
applicationId: string | undefined;
|
|
120
|
-
/**
|
|
121
|
-
* <p>The identifier of the index the group is attached to.</p>
|
|
122
|
-
* @public
|
|
123
|
-
*/
|
|
124
|
-
indexId: string | undefined;
|
|
125
|
-
/**
|
|
126
|
-
* <p>The name of the group.</p>
|
|
127
|
-
* @public
|
|
128
|
-
*/
|
|
129
|
-
groupName: string | undefined;
|
|
130
|
-
/**
|
|
131
|
-
* <p>The identifier of the data source the group is attached to.</p>
|
|
132
|
-
* @public
|
|
133
|
-
*/
|
|
134
|
-
dataSourceId?: string | undefined;
|
|
135
|
-
}
|
|
136
|
-
/**
|
|
137
|
-
* @public
|
|
138
|
-
* @enum
|
|
139
|
-
*/
|
|
140
|
-
export declare const GroupStatus: {
|
|
141
|
-
readonly DELETED: "DELETED";
|
|
142
|
-
readonly DELETING: "DELETING";
|
|
143
|
-
readonly FAILED: "FAILED";
|
|
144
|
-
readonly PROCESSING: "PROCESSING";
|
|
145
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
146
|
-
};
|
|
147
|
-
/**
|
|
148
|
-
* @public
|
|
149
|
-
*/
|
|
150
|
-
export type GroupStatus = (typeof GroupStatus)[keyof typeof GroupStatus];
|
|
151
|
-
/**
|
|
152
|
-
* <p>Provides the details of a group's status.</p>
|
|
153
|
-
* @public
|
|
154
|
-
*/
|
|
155
|
-
export interface GroupStatusDetail {
|
|
156
|
-
/**
|
|
157
|
-
* <p>The status of a group.</p>
|
|
158
|
-
* @public
|
|
159
|
-
*/
|
|
160
|
-
status?: GroupStatus | undefined;
|
|
161
|
-
/**
|
|
162
|
-
* <p>The Unix timestamp when the Amazon Q Business application was last updated.</p>
|
|
163
|
-
* @public
|
|
164
|
-
*/
|
|
165
|
-
lastUpdatedAt?: Date | undefined;
|
|
166
|
-
/**
|
|
167
|
-
* <p>The details of an error associated a group status.</p>
|
|
168
|
-
* @public
|
|
169
|
-
*/
|
|
170
|
-
errorDetail?: ErrorDetail | undefined;
|
|
171
|
-
}
|
|
172
|
-
/**
|
|
173
|
-
* @public
|
|
174
|
-
*/
|
|
175
|
-
export interface GetGroupResponse {
|
|
176
|
-
/**
|
|
177
|
-
* <p>The current status of the group.</p>
|
|
178
|
-
* @public
|
|
179
|
-
*/
|
|
180
|
-
status?: GroupStatusDetail | undefined;
|
|
181
|
-
/**
|
|
182
|
-
* <p>The status history of the group.</p>
|
|
183
|
-
* @public
|
|
184
|
-
*/
|
|
185
|
-
statusHistory?: GroupStatusDetail[] | undefined;
|
|
186
|
-
}
|
|
187
|
-
/**
|
|
188
|
-
* @public
|
|
189
|
-
*/
|
|
190
|
-
export interface GetMediaRequest {
|
|
191
|
-
/**
|
|
192
|
-
* <p>The identifier of the Amazon Q Business which contains the media object.</p>
|
|
193
|
-
* @public
|
|
194
|
-
*/
|
|
195
|
-
applicationId: string | undefined;
|
|
196
|
-
/**
|
|
197
|
-
* <p>The identifier of the Amazon Q Business conversation.</p>
|
|
198
|
-
* @public
|
|
199
|
-
*/
|
|
200
|
-
conversationId: string | undefined;
|
|
201
|
-
/**
|
|
202
|
-
* <p>The identifier of the Amazon Q Business message.</p>
|
|
203
|
-
* @public
|
|
204
|
-
*/
|
|
205
|
-
messageId: string | undefined;
|
|
206
|
-
/**
|
|
207
|
-
* <p>The identifier of the media object. You can find this in the <code>sourceAttributions</code> returned by the <code>Chat</code>, <code>ChatSync</code>, and <code>ListMessages</code> API responses.</p>
|
|
208
|
-
* @public
|
|
209
|
-
*/
|
|
210
|
-
mediaId: string | undefined;
|
|
211
|
-
}
|
|
212
|
-
/**
|
|
213
|
-
* @public
|
|
214
|
-
*/
|
|
215
|
-
export interface GetMediaResponse {
|
|
216
|
-
/**
|
|
217
|
-
* <p>The base64-encoded bytes of the media object.</p>
|
|
218
|
-
* @public
|
|
219
|
-
*/
|
|
220
|
-
mediaBytes?: Uint8Array | undefined;
|
|
221
|
-
/**
|
|
222
|
-
* <p>The MIME type of the media object (image/png).</p>
|
|
223
|
-
* @public
|
|
224
|
-
*/
|
|
225
|
-
mediaMimeType?: string | undefined;
|
|
226
|
-
}
|
|
227
|
-
/**
|
|
228
|
-
* <p>The requested media object is too large to be returned.</p>
|
|
229
|
-
* @public
|
|
230
|
-
*/
|
|
231
|
-
export declare class MediaTooLargeException extends __BaseException {
|
|
232
|
-
readonly name: "MediaTooLargeException";
|
|
233
|
-
readonly $fault: "client";
|
|
234
|
-
/**
|
|
235
|
-
* @internal
|
|
236
|
-
*/
|
|
237
|
-
constructor(opts: __ExceptionOptionType<MediaTooLargeException, __BaseException>);
|
|
238
|
-
}
|
|
239
|
-
/**
|
|
240
|
-
* @public
|
|
241
|
-
*/
|
|
242
|
-
export interface GetPolicyRequest {
|
|
243
|
-
/**
|
|
244
|
-
* <p>The unique identifier of the Amazon Q Business application.</p>
|
|
245
|
-
* @public
|
|
246
|
-
*/
|
|
247
|
-
applicationId: string | undefined;
|
|
248
|
-
}
|
|
249
|
-
/**
|
|
250
|
-
* @public
|
|
251
|
-
*/
|
|
252
|
-
export interface GetPolicyResponse {
|
|
253
|
-
/**
|
|
254
|
-
* <p>The JSON representation of the permission policy.</p>
|
|
255
|
-
* @public
|
|
256
|
-
*/
|
|
257
|
-
policy?: string | undefined;
|
|
258
|
-
}
|
|
259
|
-
/**
|
|
260
|
-
* @public
|
|
261
|
-
*/
|
|
262
|
-
export interface GetUserRequest {
|
|
263
|
-
/**
|
|
264
|
-
* <p>The identifier of the application connected to the user.</p>
|
|
265
|
-
* @public
|
|
266
|
-
*/
|
|
267
|
-
applicationId: string | undefined;
|
|
268
|
-
/**
|
|
269
|
-
* <p>The user email address attached to the user.</p>
|
|
270
|
-
* @public
|
|
271
|
-
*/
|
|
272
|
-
userId: string | undefined;
|
|
273
|
-
}
|
|
274
|
-
/**
|
|
275
|
-
* @public
|
|
276
|
-
*/
|
|
277
|
-
export interface GetUserResponse {
|
|
278
|
-
/**
|
|
279
|
-
* <p>A list of user aliases attached to a user.</p>
|
|
280
|
-
* @public
|
|
281
|
-
*/
|
|
282
|
-
userAliases?: UserAlias[] | undefined;
|
|
283
|
-
}
|
|
284
|
-
/**
|
|
285
|
-
* @public
|
|
286
|
-
*/
|
|
287
|
-
export interface ListAttachmentsRequest {
|
|
288
|
-
/**
|
|
289
|
-
* <p>The unique identifier for the Amazon Q Business application.</p>
|
|
290
|
-
* @public
|
|
291
|
-
*/
|
|
292
|
-
applicationId: string | undefined;
|
|
293
|
-
/**
|
|
294
|
-
* <p>The unique identifier of the Amazon Q Business web experience conversation.</p>
|
|
295
|
-
* @public
|
|
296
|
-
*/
|
|
297
|
-
conversationId?: string | undefined;
|
|
298
|
-
/**
|
|
299
|
-
* <p>The unique identifier of the user involved in the Amazon Q Business web experience conversation.</p>
|
|
300
|
-
* @public
|
|
301
|
-
*/
|
|
302
|
-
userId?: string | undefined;
|
|
303
|
-
/**
|
|
304
|
-
* <p>If the number of attachments returned exceeds <code>maxResults</code>, Amazon Q Business returns a next token as a pagination token to retrieve the next set of attachments.</p>
|
|
305
|
-
* @public
|
|
306
|
-
*/
|
|
307
|
-
nextToken?: string | undefined;
|
|
308
|
-
/**
|
|
309
|
-
* <p>The maximum number of attachements to return.</p>
|
|
310
|
-
* @public
|
|
311
|
-
*/
|
|
312
|
-
maxResults?: number | undefined;
|
|
313
|
-
}
|
|
314
|
-
/**
|
|
315
|
-
* @public
|
|
316
|
-
*/
|
|
317
|
-
export interface ListAttachmentsResponse {
|
|
318
|
-
/**
|
|
319
|
-
* <p>An array of information on one or more attachments.</p>
|
|
320
|
-
* @public
|
|
321
|
-
*/
|
|
322
|
-
attachments?: Attachment[] | undefined;
|
|
323
|
-
/**
|
|
324
|
-
* <p>If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of attachments.</p>
|
|
325
|
-
* @public
|
|
326
|
-
*/
|
|
327
|
-
nextToken?: string | undefined;
|
|
328
|
-
}
|
|
329
|
-
/**
|
|
330
|
-
* @public
|
|
331
|
-
*/
|
|
332
|
-
export interface ListChatResponseConfigurationsRequest {
|
|
333
|
-
/**
|
|
334
|
-
* <p>The unique identifier of the Amazon Q Business application for which to list available chat response configurations.</p>
|
|
335
|
-
* @public
|
|
336
|
-
*/
|
|
337
|
-
applicationId: string | undefined;
|
|
338
|
-
/**
|
|
339
|
-
* <p>The maximum number of chat response configurations to return in a single response. This parameter helps control pagination of results when many configurations exist.</p>
|
|
340
|
-
* @public
|
|
341
|
-
*/
|
|
342
|
-
maxResults?: number | undefined;
|
|
343
|
-
/**
|
|
344
|
-
* <p>A pagination token used to retrieve the next set of results when the number of configurations exceeds the specified <code>maxResults</code> value.</p>
|
|
345
|
-
* @public
|
|
346
|
-
*/
|
|
347
|
-
nextToken?: string | undefined;
|
|
348
|
-
}
|
|
349
|
-
/**
|
|
350
|
-
* @public
|
|
351
|
-
*/
|
|
352
|
-
export interface ListChatResponseConfigurationsResponse {
|
|
353
|
-
/**
|
|
354
|
-
* <p>A list of chat response configuration summaries, each containing key information about an available configuration in the specified application.</p>
|
|
355
|
-
* @public
|
|
356
|
-
*/
|
|
357
|
-
chatResponseConfigurations?: ChatResponseConfiguration[] | undefined;
|
|
358
|
-
/**
|
|
359
|
-
* <p>A pagination token that can be used in a subsequent request to retrieve additional chat response configurations if the results were truncated due to the <code>maxResults</code> parameter.</p>
|
|
360
|
-
* @public
|
|
361
|
-
*/
|
|
362
|
-
nextToken?: string | undefined;
|
|
363
|
-
}
|
|
364
|
-
/**
|
|
365
|
-
* @public
|
|
366
|
-
*/
|
|
367
|
-
export interface ListConversationsRequest {
|
|
368
|
-
/**
|
|
369
|
-
* <p>The identifier of the Amazon Q Business application.</p>
|
|
370
|
-
* @public
|
|
371
|
-
*/
|
|
372
|
-
applicationId: string | undefined;
|
|
373
|
-
/**
|
|
374
|
-
* <p>The identifier of the user involved in the Amazon Q Business web experience conversation. </p>
|
|
375
|
-
* @public
|
|
376
|
-
*/
|
|
377
|
-
userId?: string | undefined;
|
|
378
|
-
/**
|
|
379
|
-
* <p>If the <code>maxResults</code> response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q Business conversations.</p>
|
|
380
|
-
* @public
|
|
381
|
-
*/
|
|
382
|
-
nextToken?: string | undefined;
|
|
383
|
-
/**
|
|
384
|
-
* <p>The maximum number of Amazon Q Business conversations to return.</p>
|
|
385
|
-
* @public
|
|
386
|
-
*/
|
|
387
|
-
maxResults?: number | undefined;
|
|
388
|
-
}
|
|
389
|
-
/**
|
|
390
|
-
* @public
|
|
391
|
-
*/
|
|
392
|
-
export interface ListConversationsResponse {
|
|
393
|
-
/**
|
|
394
|
-
* <p>If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of messages.</p>
|
|
395
|
-
* @public
|
|
396
|
-
*/
|
|
397
|
-
nextToken?: string | undefined;
|
|
398
|
-
/**
|
|
399
|
-
* <p>An array of summary information on the configuration of one or more Amazon Q Business web experiences.</p>
|
|
400
|
-
* @public
|
|
401
|
-
*/
|
|
402
|
-
conversations?: Conversation[] | undefined;
|
|
403
|
-
}
|
|
404
|
-
/**
|
|
405
|
-
* @public
|
|
406
|
-
*/
|
|
407
|
-
export interface ListDataSourceSyncJobsRequest {
|
|
408
|
-
/**
|
|
409
|
-
* <p> The identifier of the data source connector.</p>
|
|
410
|
-
* @public
|
|
411
|
-
*/
|
|
412
|
-
dataSourceId: string | undefined;
|
|
413
|
-
/**
|
|
414
|
-
* <p>The identifier of the Amazon Q Business application connected to the data source.</p>
|
|
415
|
-
* @public
|
|
416
|
-
*/
|
|
417
|
-
applicationId: string | undefined;
|
|
418
|
-
/**
|
|
419
|
-
* <p>The identifier of the index used with the Amazon Q Business data source connector.</p>
|
|
420
|
-
* @public
|
|
421
|
-
*/
|
|
422
|
-
indexId: string | undefined;
|
|
423
|
-
/**
|
|
424
|
-
* <p>If the <code>maxResults</code> response was incpmplete because there is more data to retriever, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of responses.</p>
|
|
425
|
-
* @public
|
|
426
|
-
*/
|
|
427
|
-
nextToken?: string | undefined;
|
|
428
|
-
/**
|
|
429
|
-
* <p>The maximum number of synchronization jobs to return in the response.</p>
|
|
430
|
-
* @public
|
|
431
|
-
*/
|
|
432
|
-
maxResults?: number | undefined;
|
|
433
|
-
/**
|
|
434
|
-
* <p> The start time of the data source connector sync. </p>
|
|
435
|
-
* @public
|
|
436
|
-
*/
|
|
437
|
-
startTime?: Date | undefined;
|
|
438
|
-
/**
|
|
439
|
-
* <p> The end time of the data source connector sync.</p>
|
|
440
|
-
* @public
|
|
441
|
-
*/
|
|
442
|
-
endTime?: Date | undefined;
|
|
443
|
-
/**
|
|
444
|
-
* <p>Only returns synchronization jobs with the <code>Status</code> field equal to the specified status.</p>
|
|
445
|
-
* @public
|
|
446
|
-
*/
|
|
447
|
-
statusFilter?: DataSourceSyncJobStatus | undefined;
|
|
448
|
-
}
|
|
449
|
-
/**
|
|
450
|
-
* @public
|
|
451
|
-
*/
|
|
452
|
-
export interface ListDataSourceSyncJobsResponse {
|
|
453
|
-
/**
|
|
454
|
-
* <p>A history of synchronization jobs for the data source connector.</p>
|
|
455
|
-
* @public
|
|
456
|
-
*/
|
|
457
|
-
history?: DataSourceSyncJob[] | undefined;
|
|
458
|
-
/**
|
|
459
|
-
* <p>If the response is truncated, Amazon Q Business returns this token. You can use this token in any subsequent request to retrieve the next set of jobs.</p>
|
|
460
|
-
* @public
|
|
461
|
-
*/
|
|
462
|
-
nextToken?: string | undefined;
|
|
463
|
-
}
|
|
464
|
-
/**
|
|
465
|
-
* @public
|
|
466
|
-
*/
|
|
467
|
-
export interface ListDocumentsRequest {
|
|
468
|
-
/**
|
|
469
|
-
* <p>The identifier of the application id the documents are attached to.</p>
|
|
470
|
-
* @public
|
|
471
|
-
*/
|
|
472
|
-
applicationId: string | undefined;
|
|
473
|
-
/**
|
|
474
|
-
* <p>The identifier of the index the documents are attached to.</p>
|
|
475
|
-
* @public
|
|
476
|
-
*/
|
|
477
|
-
indexId: string | undefined;
|
|
478
|
-
/**
|
|
479
|
-
* <p>The identifier of the data sources the documents are attached to.</p>
|
|
480
|
-
* @public
|
|
481
|
-
*/
|
|
482
|
-
dataSourceIds?: string[] | undefined;
|
|
483
|
-
/**
|
|
484
|
-
* <p>If the <code>maxResults</code> response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of documents.</p>
|
|
485
|
-
* @public
|
|
486
|
-
*/
|
|
487
|
-
nextToken?: string | undefined;
|
|
488
|
-
/**
|
|
489
|
-
* <p>The maximum number of documents to return.</p>
|
|
490
|
-
* @public
|
|
491
|
-
*/
|
|
492
|
-
maxResults?: number | undefined;
|
|
493
|
-
}
|
|
494
|
-
/**
|
|
495
|
-
* @public
|
|
496
|
-
*/
|
|
497
|
-
export interface ListDocumentsResponse {
|
|
498
|
-
/**
|
|
499
|
-
* <p>A list of document details.</p>
|
|
500
|
-
* @public
|
|
501
|
-
*/
|
|
502
|
-
documentDetailList?: DocumentDetails[] | undefined;
|
|
503
|
-
/**
|
|
504
|
-
* <p>If the <code>maxResults</code> response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of documents.</p>
|
|
505
|
-
* @public
|
|
506
|
-
*/
|
|
507
|
-
nextToken?: string | undefined;
|
|
508
|
-
}
|
|
509
|
-
/**
|
|
510
|
-
* @public
|
|
511
|
-
*/
|
|
512
|
-
export interface ListGroupsRequest {
|
|
513
|
-
/**
|
|
514
|
-
* <p>The identifier of the application for getting a list of groups mapped to users.</p>
|
|
515
|
-
* @public
|
|
516
|
-
*/
|
|
517
|
-
applicationId: string | undefined;
|
|
518
|
-
/**
|
|
519
|
-
* <p>The identifier of the index for getting a list of groups mapped to users.</p>
|
|
520
|
-
* @public
|
|
521
|
-
*/
|
|
522
|
-
indexId: string | undefined;
|
|
523
|
-
/**
|
|
524
|
-
* <p>The timestamp identifier used for the latest <code>PUT</code> or <code>DELETE</code> action for mapping users to their groups.</p>
|
|
525
|
-
* @public
|
|
526
|
-
*/
|
|
527
|
-
updatedEarlierThan: Date | undefined;
|
|
528
|
-
/**
|
|
529
|
-
* <p>The identifier of the data source for getting a list of groups mapped to users.</p>
|
|
530
|
-
* @public
|
|
531
|
-
*/
|
|
532
|
-
dataSourceId?: string | undefined;
|
|
533
|
-
/**
|
|
534
|
-
* <p>If the previous response was incomplete (because there is more data to retrieve), Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of groups that are mapped to users.</p>
|
|
535
|
-
* @public
|
|
536
|
-
*/
|
|
537
|
-
nextToken?: string | undefined;
|
|
538
|
-
/**
|
|
539
|
-
* <p>The maximum number of returned groups that are mapped to users.</p>
|
|
540
|
-
* @public
|
|
541
|
-
*/
|
|
542
|
-
maxResults?: number | undefined;
|
|
543
|
-
}
|
|
544
|
-
/**
|
|
545
|
-
* <p>Summary information for groups.</p>
|
|
546
|
-
* @public
|
|
547
|
-
*/
|
|
548
|
-
export interface GroupSummary {
|
|
549
|
-
/**
|
|
550
|
-
* <p>The name of the group the summary information is for.</p>
|
|
551
|
-
* @public
|
|
552
|
-
*/
|
|
553
|
-
groupName?: string | undefined;
|
|
554
|
-
}
|
|
555
|
-
/**
|
|
556
|
-
* @public
|
|
557
|
-
*/
|
|
558
|
-
export interface ListGroupsResponse {
|
|
559
|
-
/**
|
|
560
|
-
* <p>If the response is truncated, Amazon Q Business returns this token that you can use in the subsequent request to retrieve the next set of groups that are mapped to users.</p>
|
|
561
|
-
* @public
|
|
562
|
-
*/
|
|
563
|
-
nextToken?: string | undefined;
|
|
564
|
-
/**
|
|
565
|
-
* <p>Summary information for list of groups that are mapped to users.</p>
|
|
566
|
-
* @public
|
|
567
|
-
*/
|
|
568
|
-
items?: GroupSummary[] | undefined;
|
|
569
|
-
}
|
|
570
|
-
/**
|
|
571
|
-
* @public
|
|
572
|
-
*/
|
|
573
|
-
export interface ListMessagesRequest {
|
|
574
|
-
/**
|
|
575
|
-
* <p>The identifier of the Amazon Q Business web experience conversation.</p>
|
|
576
|
-
* @public
|
|
577
|
-
*/
|
|
578
|
-
conversationId: string | undefined;
|
|
579
|
-
/**
|
|
580
|
-
* <p>The identifier for the Amazon Q Business application.</p>
|
|
581
|
-
* @public
|
|
582
|
-
*/
|
|
583
|
-
applicationId: string | undefined;
|
|
584
|
-
/**
|
|
585
|
-
* <p>The identifier of the user involved in the Amazon Q Business web experience conversation.</p>
|
|
586
|
-
* @public
|
|
587
|
-
*/
|
|
588
|
-
userId?: string | undefined;
|
|
589
|
-
/**
|
|
590
|
-
* <p>If the number of messages returned exceeds <code>maxResults</code>, Amazon Q Business returns a next token as a pagination token to retrieve the next set of messages.</p>
|
|
591
|
-
* @public
|
|
592
|
-
*/
|
|
593
|
-
nextToken?: string | undefined;
|
|
594
|
-
/**
|
|
595
|
-
* <p>The maximum number of messages to return.</p>
|
|
596
|
-
* @public
|
|
597
|
-
*/
|
|
598
|
-
maxResults?: number | undefined;
|
|
599
|
-
}
|
|
600
|
-
/**
|
|
601
|
-
* @public
|
|
602
|
-
* @enum
|
|
603
|
-
*/
|
|
604
|
-
export declare const MessageType: {
|
|
605
|
-
readonly SYSTEM: "SYSTEM";
|
|
606
|
-
readonly USER: "USER";
|
|
607
|
-
};
|
|
608
|
-
/**
|
|
609
|
-
* @public
|
|
610
|
-
*/
|
|
611
|
-
export type MessageType = (typeof MessageType)[keyof typeof MessageType];
|
|
612
|
-
/**
|
|
613
|
-
* <p>A message in an Amazon Q Business web experience.</p>
|
|
614
|
-
* @public
|
|
615
|
-
*/
|
|
616
|
-
export interface Message {
|
|
617
|
-
/**
|
|
618
|
-
* <p>The identifier of the Amazon Q Business web experience message.</p>
|
|
619
|
-
* @public
|
|
620
|
-
*/
|
|
621
|
-
messageId?: string | undefined;
|
|
622
|
-
/**
|
|
623
|
-
* <p>The content of the Amazon Q Business web experience message.</p>
|
|
624
|
-
* @public
|
|
625
|
-
*/
|
|
626
|
-
body?: string | undefined;
|
|
627
|
-
/**
|
|
628
|
-
* <p>The timestamp of the first Amazon Q Business web experience message.</p>
|
|
629
|
-
* @public
|
|
630
|
-
*/
|
|
631
|
-
time?: Date | undefined;
|
|
632
|
-
/**
|
|
633
|
-
* <p>The type of Amazon Q Business message, whether <code>HUMAN</code> or <code>AI</code> generated.</p>
|
|
634
|
-
* @public
|
|
635
|
-
*/
|
|
636
|
-
type?: MessageType | undefined;
|
|
637
|
-
/**
|
|
638
|
-
* <p>A file directly uploaded into an Amazon Q Business web experience chat.</p>
|
|
639
|
-
* @public
|
|
640
|
-
*/
|
|
641
|
-
attachments?: AttachmentOutput[] | undefined;
|
|
642
|
-
/**
|
|
643
|
-
* <p>The source documents used to generate Amazon Q Business web experience message.</p>
|
|
644
|
-
* @public
|
|
645
|
-
*/
|
|
646
|
-
sourceAttribution?: SourceAttribution[] | undefined;
|
|
647
|
-
/**
|
|
648
|
-
* <p>An output event that Amazon Q Business returns to an user who wants to perform a plugin action during a non-streaming chat conversation. It contains information about the selected action with a list of possible user input fields, some pre-populated by Amazon Q Business.</p>
|
|
649
|
-
* @public
|
|
650
|
-
*/
|
|
651
|
-
actionReview?: ActionReview | undefined;
|
|
652
|
-
/**
|
|
653
|
-
* <p>Performs an Amazon Q Business plugin action during a non-streaming chat conversation.</p>
|
|
654
|
-
* @public
|
|
655
|
-
*/
|
|
656
|
-
actionExecution?: ActionExecution | undefined;
|
|
657
|
-
}
|
|
658
|
-
/**
|
|
659
|
-
* @public
|
|
660
|
-
*/
|
|
661
|
-
export interface ListMessagesResponse {
|
|
662
|
-
/**
|
|
663
|
-
* <p>An array of information on one or more messages.</p>
|
|
664
|
-
* @public
|
|
665
|
-
*/
|
|
666
|
-
messages?: Message[] | undefined;
|
|
667
|
-
/**
|
|
668
|
-
* <p>If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of messages.</p>
|
|
669
|
-
* @public
|
|
670
|
-
*/
|
|
671
|
-
nextToken?: string | undefined;
|
|
672
|
-
}
|
|
673
|
-
/**
|
|
674
|
-
* @public
|
|
675
|
-
*/
|
|
676
|
-
export interface ListPluginActionsRequest {
|
|
677
|
-
/**
|
|
678
|
-
* <p>The identifier of the Amazon Q Business application the plugin is attached to.</p>
|
|
679
|
-
* @public
|
|
680
|
-
*/
|
|
681
|
-
applicationId: string | undefined;
|
|
682
|
-
/**
|
|
683
|
-
* <p>The identifier of the Amazon Q Business plugin.</p>
|
|
684
|
-
* @public
|
|
685
|
-
*/
|
|
686
|
-
pluginId: string | undefined;
|
|
687
|
-
/**
|
|
688
|
-
* <p>If the number of plugin actions returned exceeds <code>maxResults</code>, Amazon Q Business returns a next token as a pagination token to retrieve the next set of plugin actions.</p>
|
|
689
|
-
* @public
|
|
690
|
-
*/
|
|
691
|
-
nextToken?: string | undefined;
|
|
692
|
-
/**
|
|
693
|
-
* <p>The maximum number of plugin actions to return.</p>
|
|
694
|
-
* @public
|
|
695
|
-
*/
|
|
696
|
-
maxResults?: number | undefined;
|
|
697
|
-
}
|
|
698
|
-
/**
|
|
699
|
-
* @public
|
|
700
|
-
*/
|
|
701
|
-
export interface ListPluginActionsResponse {
|
|
702
|
-
/**
|
|
703
|
-
* <p>If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of plugin actions.</p>
|
|
704
|
-
* @public
|
|
705
|
-
*/
|
|
706
|
-
nextToken?: string | undefined;
|
|
707
|
-
/**
|
|
708
|
-
* <p>An array of information on one or more plugin actions.</p>
|
|
709
|
-
* @public
|
|
710
|
-
*/
|
|
711
|
-
items?: ActionSummary[] | undefined;
|
|
712
|
-
}
|
|
713
|
-
/**
|
|
714
|
-
* @public
|
|
715
|
-
*/
|
|
716
|
-
export interface ListPluginTypeActionsRequest {
|
|
717
|
-
/**
|
|
718
|
-
* <p>The type of the plugin.</p>
|
|
719
|
-
* @public
|
|
720
|
-
*/
|
|
721
|
-
pluginType: PluginType | undefined;
|
|
722
|
-
/**
|
|
723
|
-
* <p>If the number of plugins returned exceeds <code>maxResults</code>, Amazon Q Business returns a next token as a pagination token to retrieve the next set of plugins.</p>
|
|
724
|
-
* @public
|
|
725
|
-
*/
|
|
726
|
-
nextToken?: string | undefined;
|
|
727
|
-
/**
|
|
728
|
-
* <p>The maximum number of plugins to return.</p>
|
|
729
|
-
* @public
|
|
730
|
-
*/
|
|
731
|
-
maxResults?: number | undefined;
|
|
732
|
-
}
|
|
733
|
-
/**
|
|
734
|
-
* @public
|
|
735
|
-
*/
|
|
736
|
-
export interface ListPluginTypeActionsResponse {
|
|
737
|
-
/**
|
|
738
|
-
* <p>If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of plugins.</p>
|
|
739
|
-
* @public
|
|
740
|
-
*/
|
|
741
|
-
nextToken?: string | undefined;
|
|
742
|
-
/**
|
|
743
|
-
* <p>An array of information on one or more plugins.</p>
|
|
744
|
-
* @public
|
|
745
|
-
*/
|
|
746
|
-
items?: ActionSummary[] | undefined;
|
|
747
|
-
}
|
|
748
|
-
/**
|
|
749
|
-
* @public
|
|
750
|
-
*/
|
|
751
|
-
export interface ListPluginTypeMetadataRequest {
|
|
752
|
-
/**
|
|
753
|
-
* <p>If the metadata returned exceeds <code>maxResults</code>, Amazon Q Business returns a next token as a pagination token to retrieve the next set of metadata.</p>
|
|
754
|
-
* @public
|
|
755
|
-
*/
|
|
756
|
-
nextToken?: string | undefined;
|
|
757
|
-
/**
|
|
758
|
-
* <p>The maximum number of plugin metadata items to return.</p>
|
|
759
|
-
* @public
|
|
760
|
-
*/
|
|
761
|
-
maxResults?: number | undefined;
|
|
762
|
-
}
|
|
763
|
-
/**
|
|
764
|
-
* @public
|
|
765
|
-
* @enum
|
|
766
|
-
*/
|
|
767
|
-
export declare const PluginTypeCategory: {
|
|
768
|
-
readonly COMMUNICATION: "Communication";
|
|
769
|
-
readonly CRM: "Customer relationship management (CRM)";
|
|
770
|
-
readonly PRODUCTIVITY: "Productivity";
|
|
771
|
-
readonly PROJECT_MANAGEMENT: "Project management";
|
|
772
|
-
readonly TICKETING_MANAGEMENT: "Ticketing and incident management";
|
|
773
|
-
};
|
|
774
|
-
/**
|
|
775
|
-
* @public
|
|
776
|
-
*/
|
|
777
|
-
export type PluginTypeCategory = (typeof PluginTypeCategory)[keyof typeof PluginTypeCategory];
|
|
778
|
-
/**
|
|
779
|
-
* <p>Summary metadata information for a Amazon Q Business plugin.</p>
|
|
780
|
-
* @public
|
|
781
|
-
*/
|
|
782
|
-
export interface PluginTypeMetadataSummary {
|
|
783
|
-
/**
|
|
784
|
-
* <p>The type of the plugin.</p>
|
|
785
|
-
* @public
|
|
786
|
-
*/
|
|
787
|
-
type?: PluginType | undefined;
|
|
788
|
-
/**
|
|
789
|
-
* <p>The category of the plugin type.</p>
|
|
790
|
-
* @public
|
|
791
|
-
*/
|
|
792
|
-
category?: PluginTypeCategory | undefined;
|
|
793
|
-
/**
|
|
794
|
-
* <p>The description assigned by Amazon Q Business to a plugin. You can't modify this value.</p>
|
|
795
|
-
* @public
|
|
796
|
-
*/
|
|
797
|
-
description?: string | undefined;
|
|
798
|
-
}
|
|
799
|
-
/**
|
|
800
|
-
* @public
|
|
801
|
-
*/
|
|
802
|
-
export interface ListPluginTypeMetadataResponse {
|
|
803
|
-
/**
|
|
804
|
-
* <p>If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of plugin metadata.</p>
|
|
805
|
-
* @public
|
|
806
|
-
*/
|
|
807
|
-
nextToken?: string | undefined;
|
|
808
|
-
/**
|
|
809
|
-
* <p>An array of information on plugin metadata.</p>
|
|
810
|
-
* @public
|
|
811
|
-
*/
|
|
812
|
-
items?: PluginTypeMetadataSummary[] | undefined;
|
|
813
|
-
}
|
|
814
|
-
/**
|
|
815
|
-
* @public
|
|
816
|
-
*/
|
|
817
|
-
export interface ListSubscriptionsRequest {
|
|
818
|
-
/**
|
|
819
|
-
* <p>The identifier of the Amazon Q Business application linked to the subscription.</p>
|
|
820
|
-
* @public
|
|
821
|
-
*/
|
|
822
|
-
applicationId: string | undefined;
|
|
823
|
-
/**
|
|
824
|
-
* <p>If the <code>maxResults</code> response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q Business subscriptions.</p>
|
|
825
|
-
* @public
|
|
826
|
-
*/
|
|
827
|
-
nextToken?: string | undefined;
|
|
828
|
-
/**
|
|
829
|
-
* <p>The maximum number of Amazon Q Business subscriptions to return.</p>
|
|
830
|
-
* @public
|
|
831
|
-
*/
|
|
832
|
-
maxResults?: number | undefined;
|
|
833
|
-
}
|
|
834
|
-
/**
|
|
835
|
-
* <p>Information about an Amazon Q Business subscription.</p> <p>Subscriptions are used to provide access for an IAM Identity Center user or a group to an Amazon Q Business application.</p> <p>Amazon Q Business offers two subscription tiers: <code>Q_LITE</code> and <code>Q_BUSINESS</code>. Subscription tier determines feature access for the user. For more information on subscriptions and pricing tiers, see <a href="https://aws.amazon.com/q/business/pricing/">Amazon Q Business pricing</a>.</p>
|
|
836
|
-
* @public
|
|
837
|
-
*/
|
|
838
|
-
export interface Subscription {
|
|
839
|
-
/**
|
|
840
|
-
* <p>The identifier of the Amazon Q Business subscription to be updated.</p>
|
|
841
|
-
* @public
|
|
842
|
-
*/
|
|
843
|
-
subscriptionId?: string | undefined;
|
|
844
|
-
/**
|
|
845
|
-
* <p>The Amazon Resource Name (ARN) of the Amazon Q Business subscription that was updated.</p>
|
|
846
|
-
* @public
|
|
847
|
-
*/
|
|
848
|
-
subscriptionArn?: string | undefined;
|
|
849
|
-
/**
|
|
850
|
-
* <p>The IAM Identity Center <code>UserId</code> or <code>GroupId</code> of a user or group in the IAM Identity Center instance connected to the Amazon Q Business application.</p>
|
|
851
|
-
* @public
|
|
852
|
-
*/
|
|
853
|
-
principal?: SubscriptionPrincipal | undefined;
|
|
854
|
-
/**
|
|
855
|
-
* <p>The type of your current Amazon Q Business subscription.</p>
|
|
856
|
-
* @public
|
|
857
|
-
*/
|
|
858
|
-
currentSubscription?: SubscriptionDetails | undefined;
|
|
859
|
-
/**
|
|
860
|
-
* <p>The type of the Amazon Q Business subscription for the next month.</p>
|
|
861
|
-
* @public
|
|
862
|
-
*/
|
|
863
|
-
nextSubscription?: SubscriptionDetails | undefined;
|
|
864
|
-
}
|
|
865
|
-
/**
|
|
866
|
-
* @public
|
|
867
|
-
*/
|
|
868
|
-
export interface ListSubscriptionsResponse {
|
|
869
|
-
/**
|
|
870
|
-
* <p>If the response is truncated, Amazon Q Business returns this token. You can use this token in a subsequent request to retrieve the next set of subscriptions.</p>
|
|
871
|
-
* @public
|
|
872
|
-
*/
|
|
873
|
-
nextToken?: string | undefined;
|
|
874
|
-
/**
|
|
875
|
-
* <p>An array of summary information on the subscriptions configured for an Amazon Q Business application.</p>
|
|
876
|
-
* @public
|
|
877
|
-
*/
|
|
878
|
-
subscriptions?: Subscription[] | undefined;
|
|
879
|
-
}
|
|
880
|
-
/**
|
|
881
|
-
* @public
|
|
882
|
-
*/
|
|
883
|
-
export interface ListTagsForResourceRequest {
|
|
884
|
-
/**
|
|
885
|
-
* <p>The Amazon Resource Name (ARN) of the Amazon Q Business application or data source to get a list of tags for.</p>
|
|
886
|
-
* @public
|
|
887
|
-
*/
|
|
888
|
-
resourceARN: string | undefined;
|
|
889
|
-
}
|
|
890
|
-
/**
|
|
891
|
-
* @public
|
|
892
|
-
*/
|
|
893
|
-
export interface ListTagsForResourceResponse {
|
|
894
|
-
/**
|
|
895
|
-
* <p>A list of tags associated with the Amazon Q Business application or data source.</p>
|
|
896
|
-
* @public
|
|
897
|
-
*/
|
|
898
|
-
tags?: Tag[] | undefined;
|
|
899
|
-
}
|
|
900
|
-
/**
|
|
901
|
-
* @public
|
|
902
|
-
* @enum
|
|
903
|
-
*/
|
|
904
|
-
export declare const MessageUsefulnessReason: {
|
|
905
|
-
readonly COMPLETE: "COMPLETE";
|
|
906
|
-
readonly FACTUALLY_CORRECT: "FACTUALLY_CORRECT";
|
|
907
|
-
readonly HARMFUL_OR_UNSAFE: "HARMFUL_OR_UNSAFE";
|
|
908
|
-
readonly HELPFUL: "HELPFUL";
|
|
909
|
-
readonly INCORRECT_OR_MISSING_SOURCES: "INCORRECT_OR_MISSING_SOURCES";
|
|
910
|
-
readonly NOT_BASED_ON_DOCUMENTS: "NOT_BASED_ON_DOCUMENTS";
|
|
911
|
-
readonly NOT_COMPLETE: "NOT_COMPLETE";
|
|
912
|
-
readonly NOT_CONCISE: "NOT_CONCISE";
|
|
913
|
-
readonly NOT_FACTUALLY_CORRECT: "NOT_FACTUALLY_CORRECT";
|
|
914
|
-
readonly NOT_HELPFUL: "NOT_HELPFUL";
|
|
915
|
-
readonly OTHER: "OTHER";
|
|
916
|
-
readonly RELEVANT_SOURCES: "RELEVANT_SOURCES";
|
|
917
|
-
};
|
|
918
|
-
/**
|
|
919
|
-
* @public
|
|
920
|
-
*/
|
|
921
|
-
export type MessageUsefulnessReason = (typeof MessageUsefulnessReason)[keyof typeof MessageUsefulnessReason];
|
|
922
|
-
/**
|
|
923
|
-
* @public
|
|
924
|
-
* @enum
|
|
925
|
-
*/
|
|
926
|
-
export declare const MessageUsefulness: {
|
|
927
|
-
readonly NOT_USEFUL: "NOT_USEFUL";
|
|
928
|
-
readonly USEFUL: "USEFUL";
|
|
929
|
-
};
|
|
930
|
-
/**
|
|
931
|
-
* @public
|
|
932
|
-
*/
|
|
933
|
-
export type MessageUsefulness = (typeof MessageUsefulness)[keyof typeof MessageUsefulness];
|
|
934
|
-
/**
|
|
935
|
-
* <p>End user feedback on an AI-generated web experience chat message usefulness.</p>
|
|
936
|
-
* @public
|
|
937
|
-
*/
|
|
938
|
-
export interface MessageUsefulnessFeedback {
|
|
939
|
-
/**
|
|
940
|
-
* <p>The usefulness value assigned by an end user to a message.</p>
|
|
941
|
-
* @public
|
|
942
|
-
*/
|
|
943
|
-
usefulness: MessageUsefulness | undefined;
|
|
944
|
-
/**
|
|
945
|
-
* <p>The reason for a usefulness rating.</p>
|
|
946
|
-
* @public
|
|
947
|
-
*/
|
|
948
|
-
reason?: MessageUsefulnessReason | undefined;
|
|
949
|
-
/**
|
|
950
|
-
* <p>A comment given by an end user on the usefulness of an AI-generated chat message.</p>
|
|
951
|
-
* @public
|
|
952
|
-
*/
|
|
953
|
-
comment?: string | undefined;
|
|
954
|
-
/**
|
|
955
|
-
* <p>The timestamp for when the feedback was submitted.</p>
|
|
956
|
-
* @public
|
|
957
|
-
*/
|
|
958
|
-
submittedAt: Date | undefined;
|
|
959
|
-
}
|
|
960
|
-
/**
|
|
961
|
-
* @public
|
|
962
|
-
*/
|
|
963
|
-
export interface PutFeedbackRequest {
|
|
964
|
-
/**
|
|
965
|
-
* <p>The identifier of the application associated with the feedback.</p>
|
|
966
|
-
* @public
|
|
967
|
-
*/
|
|
968
|
-
applicationId: string | undefined;
|
|
969
|
-
/**
|
|
970
|
-
* <p>The identifier of the user giving the feedback.</p>
|
|
971
|
-
* @public
|
|
972
|
-
*/
|
|
973
|
-
userId?: string | undefined;
|
|
974
|
-
/**
|
|
975
|
-
* <p>The identifier of the conversation the feedback is attached to.</p>
|
|
976
|
-
* @public
|
|
977
|
-
*/
|
|
978
|
-
conversationId: string | undefined;
|
|
979
|
-
/**
|
|
980
|
-
* <p>The identifier of the chat message that the feedback was given for.</p>
|
|
981
|
-
* @public
|
|
982
|
-
*/
|
|
983
|
-
messageId: string | undefined;
|
|
984
|
-
/**
|
|
985
|
-
* <p>The timestamp for when the feedback was recorded.</p>
|
|
986
|
-
* @public
|
|
987
|
-
*/
|
|
988
|
-
messageCopiedAt?: Date | undefined;
|
|
989
|
-
/**
|
|
990
|
-
* <p>The feedback usefulness value given by the user to the chat message.</p>
|
|
991
|
-
* @public
|
|
992
|
-
*/
|
|
993
|
-
messageUsefulness?: MessageUsefulnessFeedback | undefined;
|
|
994
|
-
}
|
|
995
|
-
/**
|
|
996
|
-
* <p>The sub groups that belong to a group.</p>
|
|
997
|
-
* @public
|
|
998
|
-
*/
|
|
999
|
-
export interface MemberGroup {
|
|
1000
|
-
/**
|
|
1001
|
-
* <p>The name of the sub group.</p>
|
|
1002
|
-
* @public
|
|
1003
|
-
*/
|
|
1004
|
-
groupName: string | undefined;
|
|
1005
|
-
/**
|
|
1006
|
-
* <p>The type of the sub group.</p>
|
|
1007
|
-
* @public
|
|
1008
|
-
*/
|
|
1009
|
-
type?: MembershipType | undefined;
|
|
1010
|
-
}
|
|
1011
|
-
/**
|
|
1012
|
-
* <p>The users that belong to a group.</p>
|
|
1013
|
-
* @public
|
|
1014
|
-
*/
|
|
1015
|
-
export interface MemberUser {
|
|
1016
|
-
/**
|
|
1017
|
-
* <p>The identifier of the user you want to map to a group.</p>
|
|
1018
|
-
* @public
|
|
1019
|
-
*/
|
|
1020
|
-
userId: string | undefined;
|
|
1021
|
-
/**
|
|
1022
|
-
* <p>The type of the user.</p>
|
|
1023
|
-
* @public
|
|
1024
|
-
*/
|
|
1025
|
-
type?: MembershipType | undefined;
|
|
1026
|
-
}
|
|
1027
|
-
/**
|
|
1028
|
-
* <p>A list of users or sub groups that belong to a group. This is for generating Amazon Q Business chat results only from document a user has access to.</p>
|
|
1029
|
-
* @public
|
|
1030
|
-
*/
|
|
1031
|
-
export interface GroupMembers {
|
|
1032
|
-
/**
|
|
1033
|
-
* <p>A list of sub groups that belong to a group. For example, the sub groups "Research", "Engineering", and "Sales and Marketing" all belong to the group "Company".</p>
|
|
1034
|
-
* @public
|
|
1035
|
-
*/
|
|
1036
|
-
memberGroups?: MemberGroup[] | undefined;
|
|
1037
|
-
/**
|
|
1038
|
-
* <p>A list of users that belong to a group. For example, a list of interns all belong to the "Interns" group.</p>
|
|
1039
|
-
* @public
|
|
1040
|
-
*/
|
|
1041
|
-
memberUsers?: MemberUser[] | undefined;
|
|
1042
|
-
/**
|
|
1043
|
-
* <p>Information required for Amazon Q Business to find a specific file in an Amazon S3 bucket.</p>
|
|
1044
|
-
* @public
|
|
1045
|
-
*/
|
|
1046
|
-
s3PathForGroupMembers?: S3 | undefined;
|
|
1047
|
-
}
|
|
1048
|
-
/**
|
|
1049
|
-
* @public
|
|
1050
|
-
*/
|
|
1051
|
-
export interface PutGroupRequest {
|
|
1052
|
-
/**
|
|
1053
|
-
* <p>The identifier of the application in which the user and group mapping belongs.</p>
|
|
1054
|
-
* @public
|
|
1055
|
-
*/
|
|
1056
|
-
applicationId: string | undefined;
|
|
1057
|
-
/**
|
|
1058
|
-
* <p>The identifier of the index in which you want to map users to their groups.</p>
|
|
1059
|
-
* @public
|
|
1060
|
-
*/
|
|
1061
|
-
indexId: string | undefined;
|
|
1062
|
-
/**
|
|
1063
|
-
* <p>The list that contains your users or sub groups that belong the same group. For example, the group "Company" includes the user "CEO" and the sub groups "Research", "Engineering", and "Sales and Marketing".</p>
|
|
1064
|
-
* @public
|
|
1065
|
-
*/
|
|
1066
|
-
groupName: string | undefined;
|
|
1067
|
-
/**
|
|
1068
|
-
* <p>The identifier of the data source for which you want to map users to their groups. This is useful if a group is tied to multiple data sources, but you only want the group to access documents of a certain data source. For example, the groups "Research", "Engineering", and "Sales and Marketing" are all tied to the company's documents stored in the data sources Confluence and Salesforce. However, "Sales and Marketing" team only needs access to customer-related documents stored in Salesforce.</p>
|
|
1069
|
-
* @public
|
|
1070
|
-
*/
|
|
1071
|
-
dataSourceId?: string | undefined;
|
|
1072
|
-
/**
|
|
1073
|
-
* <p>The type of the group.</p>
|
|
1074
|
-
* @public
|
|
1075
|
-
*/
|
|
1076
|
-
type: MembershipType | undefined;
|
|
1077
|
-
/**
|
|
1078
|
-
* <p>A list of users or sub groups that belong to a group. This is for generating Amazon Q Business chat results only from document a user has access to.</p>
|
|
1079
|
-
* @public
|
|
1080
|
-
*/
|
|
1081
|
-
groupMembers: GroupMembers | undefined;
|
|
1082
|
-
/**
|
|
1083
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that has access to the S3 file that contains your list of users that belong to a group.</p>
|
|
1084
|
-
* @public
|
|
1085
|
-
*/
|
|
1086
|
-
roleArn?: string | undefined;
|
|
1087
|
-
}
|
|
1088
|
-
/**
|
|
1089
|
-
* @public
|
|
1090
|
-
*/
|
|
1091
|
-
export interface PutGroupResponse {
|
|
1092
|
-
}
|
|
1093
|
-
/**
|
|
1094
|
-
* @public
|
|
1095
|
-
* @enum
|
|
1096
|
-
*/
|
|
1097
|
-
export declare const ScoreConfidence: {
|
|
1098
|
-
readonly HIGH: "HIGH";
|
|
1099
|
-
readonly LOW: "LOW";
|
|
1100
|
-
readonly MEDIUM: "MEDIUM";
|
|
1101
|
-
readonly NOT_AVAILABLE: "NOT_AVAILABLE";
|
|
1102
|
-
readonly VERY_HIGH: "VERY_HIGH";
|
|
1103
|
-
};
|
|
1104
|
-
/**
|
|
1105
|
-
* @public
|
|
1106
|
-
*/
|
|
1107
|
-
export type ScoreConfidence = (typeof ScoreConfidence)[keyof typeof ScoreConfidence];
|
|
1108
|
-
/**
|
|
1109
|
-
* <p>Provides information about the relevance score of content.</p>
|
|
1110
|
-
* @public
|
|
1111
|
-
*/
|
|
1112
|
-
export interface ScoreAttributes {
|
|
1113
|
-
/**
|
|
1114
|
-
* <p>The confidence level of the relevance score.</p>
|
|
1115
|
-
* @public
|
|
1116
|
-
*/
|
|
1117
|
-
scoreConfidence?: ScoreConfidence | undefined;
|
|
1118
|
-
}
|
|
1119
|
-
/**
|
|
1120
|
-
* <p>Represents a piece of content that is relevant to a search query.</p>
|
|
1121
|
-
* @public
|
|
1122
|
-
*/
|
|
1123
|
-
export interface RelevantContent {
|
|
1124
|
-
/**
|
|
1125
|
-
* <p>The actual content of the relevant item.</p>
|
|
1126
|
-
* @public
|
|
1127
|
-
*/
|
|
1128
|
-
content?: string | undefined;
|
|
1129
|
-
/**
|
|
1130
|
-
* <p>The unique identifier of the document containing the relevant content.</p>
|
|
1131
|
-
* @public
|
|
1132
|
-
*/
|
|
1133
|
-
documentId?: string | undefined;
|
|
1134
|
-
/**
|
|
1135
|
-
* <p>The title of the document containing the relevant content.</p>
|
|
1136
|
-
* @public
|
|
1137
|
-
*/
|
|
1138
|
-
documentTitle?: string | undefined;
|
|
1139
|
-
/**
|
|
1140
|
-
* <p>The URI of the document containing the relevant content.</p>
|
|
1141
|
-
* @public
|
|
1142
|
-
*/
|
|
1143
|
-
documentUri?: string | undefined;
|
|
1144
|
-
/**
|
|
1145
|
-
* <p>Additional attributes of the document containing the relevant content.</p>
|
|
1146
|
-
* @public
|
|
1147
|
-
*/
|
|
1148
|
-
documentAttributes?: DocumentAttribute[] | undefined;
|
|
1149
|
-
/**
|
|
1150
|
-
* <p>Attributes related to the relevance score of the content.</p>
|
|
1151
|
-
* @public
|
|
1152
|
-
*/
|
|
1153
|
-
scoreAttributes?: ScoreAttributes | undefined;
|
|
1154
|
-
}
|
|
1155
|
-
/**
|
|
1156
|
-
* @public
|
|
1157
|
-
*/
|
|
1158
|
-
export interface SearchRelevantContentResponse {
|
|
1159
|
-
/**
|
|
1160
|
-
* <p>The list of relevant content items found.</p>
|
|
1161
|
-
* @public
|
|
1162
|
-
*/
|
|
1163
|
-
relevantContent?: RelevantContent[] | undefined;
|
|
1164
|
-
/**
|
|
1165
|
-
* <p>The token to use to retrieve the next set of results, if there are any.</p>
|
|
1166
|
-
* @public
|
|
1167
|
-
*/
|
|
1168
|
-
nextToken?: string | undefined;
|
|
1169
|
-
}
|
|
1170
|
-
/**
|
|
1171
|
-
* @public
|
|
1172
|
-
*/
|
|
1173
|
-
export interface StartDataSourceSyncJobRequest {
|
|
1174
|
-
/**
|
|
1175
|
-
* <p> The identifier of the data source connector. </p>
|
|
1176
|
-
* @public
|
|
1177
|
-
*/
|
|
1178
|
-
dataSourceId: string | undefined;
|
|
1179
|
-
/**
|
|
1180
|
-
* <p>The identifier of Amazon Q Business application the data source is connected to.</p>
|
|
1181
|
-
* @public
|
|
1182
|
-
*/
|
|
1183
|
-
applicationId: string | undefined;
|
|
1184
|
-
/**
|
|
1185
|
-
* <p>The identifier of the index used with the data source connector.</p>
|
|
1186
|
-
* @public
|
|
1187
|
-
*/
|
|
1188
|
-
indexId: string | undefined;
|
|
1189
|
-
}
|
|
1190
|
-
/**
|
|
1191
|
-
* @public
|
|
1192
|
-
*/
|
|
1193
|
-
export interface StartDataSourceSyncJobResponse {
|
|
1194
|
-
/**
|
|
1195
|
-
* <p>The identifier for a particular synchronization job.</p>
|
|
1196
|
-
* @public
|
|
1197
|
-
*/
|
|
1198
|
-
executionId?: string | undefined;
|
|
1199
|
-
}
|
|
1200
|
-
/**
|
|
1201
|
-
* @public
|
|
1202
|
-
*/
|
|
1203
|
-
export interface StopDataSourceSyncJobRequest {
|
|
1204
|
-
/**
|
|
1205
|
-
* <p> The identifier of the data source connector. </p>
|
|
1206
|
-
* @public
|
|
1207
|
-
*/
|
|
1208
|
-
dataSourceId: string | undefined;
|
|
1209
|
-
/**
|
|
1210
|
-
* <p>The identifier of the Amazon Q Business application that the data source is connected to.</p>
|
|
1211
|
-
* @public
|
|
1212
|
-
*/
|
|
1213
|
-
applicationId: string | undefined;
|
|
1214
|
-
/**
|
|
1215
|
-
* <p>The identifier of the index used with the Amazon Q Business data source connector.</p>
|
|
1216
|
-
* @public
|
|
1217
|
-
*/
|
|
1218
|
-
indexId: string | undefined;
|
|
1219
|
-
}
|
|
1220
|
-
/**
|
|
1221
|
-
* @public
|
|
1222
|
-
*/
|
|
1223
|
-
export interface StopDataSourceSyncJobResponse {
|
|
1224
|
-
}
|
|
1225
|
-
/**
|
|
1226
|
-
* @public
|
|
1227
|
-
*/
|
|
1228
|
-
export interface TagResourceRequest {
|
|
1229
|
-
/**
|
|
1230
|
-
* <p>The Amazon Resource Name (ARN) of the Amazon Q Business application or data source to tag.</p>
|
|
1231
|
-
* @public
|
|
1232
|
-
*/
|
|
1233
|
-
resourceARN: string | undefined;
|
|
1234
|
-
/**
|
|
1235
|
-
* <p>A list of tag keys to add to the Amazon Q Business application or data source. If a tag already exists, the existing value is replaced with the new value.</p>
|
|
1236
|
-
* @public
|
|
1237
|
-
*/
|
|
1238
|
-
tags: Tag[] | undefined;
|
|
1239
|
-
}
|
|
1240
|
-
/**
|
|
1241
|
-
* @public
|
|
1242
|
-
*/
|
|
1243
|
-
export interface TagResourceResponse {
|
|
1244
|
-
}
|
|
1245
|
-
/**
|
|
1246
|
-
* @public
|
|
1247
|
-
*/
|
|
1248
|
-
export interface UntagResourceRequest {
|
|
1249
|
-
/**
|
|
1250
|
-
* <p>The Amazon Resource Name (ARN) of the Amazon Q Business application, or data source to remove the tag from.</p>
|
|
1251
|
-
* @public
|
|
1252
|
-
*/
|
|
1253
|
-
resourceARN: string | undefined;
|
|
1254
|
-
/**
|
|
1255
|
-
* <p>A list of tag keys to remove from the Amazon Q Business application or data source. If a tag key does not exist on the resource, it is ignored.</p>
|
|
1256
|
-
* @public
|
|
1257
|
-
*/
|
|
1258
|
-
tagKeys: string[] | undefined;
|
|
1259
|
-
}
|
|
1260
|
-
/**
|
|
1261
|
-
* @public
|
|
1262
|
-
*/
|
|
1263
|
-
export interface UntagResourceResponse {
|
|
1264
|
-
}
|
|
1265
|
-
/**
|
|
1266
|
-
* <p>Configuration information required to enable chat orchestration for your Amazon Q Business application.</p> <note> <p>Chat orchestration is optimized to work for English language content. For more details on language support in Amazon Q Business, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/supported-languages.html">Supported languages</a>.</p> </note>
|
|
1267
|
-
* @public
|
|
1268
|
-
*/
|
|
1269
|
-
export interface OrchestrationConfiguration {
|
|
1270
|
-
/**
|
|
1271
|
-
* <p> Status information about whether chat orchestration is activated or deactivated for your Amazon Q Business application.</p>
|
|
1272
|
-
* @public
|
|
1273
|
-
*/
|
|
1274
|
-
control: OrchestrationControl | undefined;
|
|
1275
|
-
}
|
|
1276
|
-
/**
|
|
1277
|
-
* @public
|
|
1278
|
-
*/
|
|
1279
|
-
export interface UpdateChatControlsConfigurationRequest {
|
|
1280
|
-
/**
|
|
1281
|
-
* <p>The identifier of the application for which the chat controls are configured.</p>
|
|
1282
|
-
* @public
|
|
1283
|
-
*/
|
|
1284
|
-
applicationId: string | undefined;
|
|
1285
|
-
/**
|
|
1286
|
-
* <p>A token that you provide to identify the request to update a Amazon Q Business application chat configuration.</p>
|
|
1287
|
-
* @public
|
|
1288
|
-
*/
|
|
1289
|
-
clientToken?: string | undefined;
|
|
1290
|
-
/**
|
|
1291
|
-
* <p>The response scope configured for your application. This determines whether your application uses its retrieval augmented generation (RAG) system to generate answers only from your enterprise data, or also uses the large language models (LLM) knowledge to respons to end user questions in chat.</p>
|
|
1292
|
-
* @public
|
|
1293
|
-
*/
|
|
1294
|
-
responseScope?: ResponseScope | undefined;
|
|
1295
|
-
/**
|
|
1296
|
-
* <p> The chat response orchestration settings for your application.</p>
|
|
1297
|
-
* @public
|
|
1298
|
-
*/
|
|
1299
|
-
orchestrationConfiguration?: OrchestrationConfiguration | undefined;
|
|
1300
|
-
/**
|
|
1301
|
-
* <p>The phrases blocked from chat by your chat control configuration.</p>
|
|
1302
|
-
* @public
|
|
1303
|
-
*/
|
|
1304
|
-
blockedPhrasesConfigurationUpdate?: BlockedPhrasesConfigurationUpdate | undefined;
|
|
1305
|
-
/**
|
|
1306
|
-
* <p>The configured topic specific chat controls you want to update.</p>
|
|
1307
|
-
* @public
|
|
1308
|
-
*/
|
|
1309
|
-
topicConfigurationsToCreateOrUpdate?: TopicConfiguration[] | undefined;
|
|
1310
|
-
/**
|
|
1311
|
-
* <p>The configured topic specific chat controls you want to delete.</p>
|
|
1312
|
-
* @public
|
|
1313
|
-
*/
|
|
1314
|
-
topicConfigurationsToDelete?: TopicConfiguration[] | undefined;
|
|
1315
|
-
/**
|
|
1316
|
-
* <p>The configuration details for <code>CREATOR_MODE</code>.</p>
|
|
1317
|
-
* @public
|
|
1318
|
-
*/
|
|
1319
|
-
creatorModeConfiguration?: CreatorModeConfiguration | undefined;
|
|
1320
|
-
/**
|
|
1321
|
-
* <p> The hallucination reduction settings for your application.</p>
|
|
1322
|
-
* @public
|
|
1323
|
-
*/
|
|
1324
|
-
hallucinationReductionConfiguration?: HallucinationReductionConfiguration | undefined;
|
|
1325
|
-
}
|
|
1
|
+
import { ChatMode, ResponseConfigurationType, SubscriptionType } from "./enums";
|
|
2
|
+
import { ActionExecution, ActionExecutionEvent, AttachmentInput, AttachmentInputEvent, AuthChallengeResponse, AuthChallengeResponseEvent, ChatModeConfiguration, ContentSource, DataAccessorAuthenticationDetail, DocumentAttribute, EndOfInputEvent, ResponseConfiguration, SubscriptionDetails, Tag, TextInputEvent, UserAlias } from "./models_0";
|
|
1326
3
|
/**
|
|
1327
4
|
* @public
|
|
1328
5
|
*/
|