@aws-sdk/client-qconnect 3.938.0 → 3.940.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 +415 -16
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +337 -0
- package/dist-es/models/models_0.js +1 -288
- package/dist-es/models/models_1.js +1 -49
- package/dist-types/commands/CreateMessageTemplateAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateMessageTemplateCommand.d.ts +1 -2
- package/dist-types/commands/CreateMessageTemplateVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateQuickResponseCommand.d.ts +1 -1
- package/dist-types/commands/DeactivateMessageTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMessageTemplateAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMessageTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQuickResponseCommand.d.ts +1 -1
- package/dist-types/commands/GetImportJobCommand.d.ts +1 -1
- package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +1 -1
- package/dist-types/commands/GetMessageTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetQuickResponseCommand.d.ts +1 -1
- package/dist-types/commands/ListImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +1 -1
- package/dist-types/commands/ListMessageTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMessageTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/RenderMessageTemplateCommand.d.ts +2 -1
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +825 -0
- package/dist-types/models/models_0.d.ts +1381 -685
- package/dist-types/models/models_1.d.ts +2 -1521
- package/dist-types/ts3.4/commands/CreateMessageTemplateAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateMessageTemplateCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateMessageTemplateVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeactivateMessageTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMessageTemplateAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMessageTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMessageTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMessageTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMessageTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RenderMessageTemplateCommand.d.ts +2 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +442 -0
- package/dist-types/ts3.4/models/models_0.d.ts +411 -376
- package/dist-types/ts3.4/models/models_1.d.ts +21 -435
- package/package.json +5 -5
|
@@ -0,0 +1,825 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @public
|
|
3
|
+
* @enum
|
|
4
|
+
*/
|
|
5
|
+
export declare const KnowledgeBaseSearchType: {
|
|
6
|
+
readonly HYBRID: "HYBRID";
|
|
7
|
+
readonly SEMANTIC: "SEMANTIC";
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export type KnowledgeBaseSearchType = (typeof KnowledgeBaseSearchType)[keyof typeof KnowledgeBaseSearchType];
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
* @enum
|
|
16
|
+
*/
|
|
17
|
+
export declare const AIAgentAssociationConfigurationType: {
|
|
18
|
+
readonly KNOWLEDGE_BASE: "KNOWLEDGE_BASE";
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
export type AIAgentAssociationConfigurationType = (typeof AIAgentAssociationConfigurationType)[keyof typeof AIAgentAssociationConfigurationType];
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* @enum
|
|
27
|
+
*/
|
|
28
|
+
export declare const AIAgentType: {
|
|
29
|
+
readonly ANSWER_RECOMMENDATION: "ANSWER_RECOMMENDATION";
|
|
30
|
+
readonly EMAIL_GENERATIVE_ANSWER: "EMAIL_GENERATIVE_ANSWER";
|
|
31
|
+
readonly EMAIL_OVERVIEW: "EMAIL_OVERVIEW";
|
|
32
|
+
readonly EMAIL_RESPONSE: "EMAIL_RESPONSE";
|
|
33
|
+
readonly MANUAL_SEARCH: "MANUAL_SEARCH";
|
|
34
|
+
readonly SELF_SERVICE: "SELF_SERVICE";
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
export type AIAgentType = (typeof AIAgentType)[keyof typeof AIAgentType];
|
|
40
|
+
/**
|
|
41
|
+
* @public
|
|
42
|
+
* @enum
|
|
43
|
+
*/
|
|
44
|
+
export declare const VisibilityStatus: {
|
|
45
|
+
readonly PUBLISHED: "PUBLISHED";
|
|
46
|
+
readonly SAVED: "SAVED";
|
|
47
|
+
};
|
|
48
|
+
/**
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
export type VisibilityStatus = (typeof VisibilityStatus)[keyof typeof VisibilityStatus];
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
* @enum
|
|
55
|
+
*/
|
|
56
|
+
export declare const Origin: {
|
|
57
|
+
readonly CUSTOMER: "CUSTOMER";
|
|
58
|
+
readonly SYSTEM: "SYSTEM";
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
export type Origin = (typeof Origin)[keyof typeof Origin];
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
* @enum
|
|
67
|
+
*/
|
|
68
|
+
export declare const Status: {
|
|
69
|
+
readonly ACTIVE: "ACTIVE";
|
|
70
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
71
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
72
|
+
readonly DELETED: "DELETED";
|
|
73
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
74
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
export type Status = (typeof Status)[keyof typeof Status];
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
* @enum
|
|
83
|
+
*/
|
|
84
|
+
export declare const GuardrailFilterStrength: {
|
|
85
|
+
readonly HIGH: "HIGH";
|
|
86
|
+
readonly LOW: "LOW";
|
|
87
|
+
readonly MEDIUM: "MEDIUM";
|
|
88
|
+
readonly NONE: "NONE";
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
export type GuardrailFilterStrength = (typeof GuardrailFilterStrength)[keyof typeof GuardrailFilterStrength];
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
* @enum
|
|
97
|
+
*/
|
|
98
|
+
export declare const GuardrailContentFilterType: {
|
|
99
|
+
readonly HATE: "HATE";
|
|
100
|
+
readonly INSULTS: "INSULTS";
|
|
101
|
+
readonly MISCONDUCT: "MISCONDUCT";
|
|
102
|
+
readonly PROMPT_ATTACK: "PROMPT_ATTACK";
|
|
103
|
+
readonly SEXUAL: "SEXUAL";
|
|
104
|
+
readonly VIOLENCE: "VIOLENCE";
|
|
105
|
+
};
|
|
106
|
+
/**
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
export type GuardrailContentFilterType = (typeof GuardrailContentFilterType)[keyof typeof GuardrailContentFilterType];
|
|
110
|
+
/**
|
|
111
|
+
* @public
|
|
112
|
+
* @enum
|
|
113
|
+
*/
|
|
114
|
+
export declare const GuardrailContextualGroundingFilterType: {
|
|
115
|
+
readonly GROUNDING: "GROUNDING";
|
|
116
|
+
readonly RELEVANCE: "RELEVANCE";
|
|
117
|
+
};
|
|
118
|
+
/**
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
export type GuardrailContextualGroundingFilterType = (typeof GuardrailContextualGroundingFilterType)[keyof typeof GuardrailContextualGroundingFilterType];
|
|
122
|
+
/**
|
|
123
|
+
* @public
|
|
124
|
+
* @enum
|
|
125
|
+
*/
|
|
126
|
+
export declare const GuardrailSensitiveInformationAction: {
|
|
127
|
+
readonly ANONYMIZE: "ANONYMIZE";
|
|
128
|
+
readonly BLOCK: "BLOCK";
|
|
129
|
+
};
|
|
130
|
+
/**
|
|
131
|
+
* @public
|
|
132
|
+
*/
|
|
133
|
+
export type GuardrailSensitiveInformationAction = (typeof GuardrailSensitiveInformationAction)[keyof typeof GuardrailSensitiveInformationAction];
|
|
134
|
+
/**
|
|
135
|
+
* @public
|
|
136
|
+
* @enum
|
|
137
|
+
*/
|
|
138
|
+
export declare const GuardrailPiiEntityType: {
|
|
139
|
+
readonly ADDRESS: "ADDRESS";
|
|
140
|
+
readonly AGE: "AGE";
|
|
141
|
+
readonly AWS_ACCESS_KEY: "AWS_ACCESS_KEY";
|
|
142
|
+
readonly AWS_SECRET_KEY: "AWS_SECRET_KEY";
|
|
143
|
+
readonly CA_HEALTH_NUMBER: "CA_HEALTH_NUMBER";
|
|
144
|
+
readonly CA_SOCIAL_INSURANCE_NUMBER: "CA_SOCIAL_INSURANCE_NUMBER";
|
|
145
|
+
readonly CREDIT_DEBIT_CARD_CVV: "CREDIT_DEBIT_CARD_CVV";
|
|
146
|
+
readonly CREDIT_DEBIT_CARD_EXPIRY: "CREDIT_DEBIT_CARD_EXPIRY";
|
|
147
|
+
readonly CREDIT_DEBIT_CARD_NUMBER: "CREDIT_DEBIT_CARD_NUMBER";
|
|
148
|
+
readonly DRIVER_ID: "DRIVER_ID";
|
|
149
|
+
readonly EMAIL: "EMAIL";
|
|
150
|
+
readonly INTERNATIONAL_BANK_ACCOUNT_NUMBER: "INTERNATIONAL_BANK_ACCOUNT_NUMBER";
|
|
151
|
+
readonly IP_ADDRESS: "IP_ADDRESS";
|
|
152
|
+
readonly LICENSE_PLATE: "LICENSE_PLATE";
|
|
153
|
+
readonly MAC_ADDRESS: "MAC_ADDRESS";
|
|
154
|
+
readonly NAME: "NAME";
|
|
155
|
+
readonly PASSWORD: "PASSWORD";
|
|
156
|
+
readonly PHONE: "PHONE";
|
|
157
|
+
readonly PIN: "PIN";
|
|
158
|
+
readonly SWIFT_CODE: "SWIFT_CODE";
|
|
159
|
+
readonly UK_NATIONAL_HEALTH_SERVICE_NUMBER: "UK_NATIONAL_HEALTH_SERVICE_NUMBER";
|
|
160
|
+
readonly UK_NATIONAL_INSURANCE_NUMBER: "UK_NATIONAL_INSURANCE_NUMBER";
|
|
161
|
+
readonly UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER: "UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER";
|
|
162
|
+
readonly URL: "URL";
|
|
163
|
+
readonly USERNAME: "USERNAME";
|
|
164
|
+
readonly US_BANK_ACCOUNT_NUMBER: "US_BANK_ACCOUNT_NUMBER";
|
|
165
|
+
readonly US_BANK_ROUTING_NUMBER: "US_BANK_ROUTING_NUMBER";
|
|
166
|
+
readonly US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER: "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER";
|
|
167
|
+
readonly US_PASSPORT_NUMBER: "US_PASSPORT_NUMBER";
|
|
168
|
+
readonly US_SOCIAL_SECURITY_NUMBER: "US_SOCIAL_SECURITY_NUMBER";
|
|
169
|
+
readonly VEHICLE_IDENTIFICATION_NUMBER: "VEHICLE_IDENTIFICATION_NUMBER";
|
|
170
|
+
};
|
|
171
|
+
/**
|
|
172
|
+
* @public
|
|
173
|
+
*/
|
|
174
|
+
export type GuardrailPiiEntityType = (typeof GuardrailPiiEntityType)[keyof typeof GuardrailPiiEntityType];
|
|
175
|
+
/**
|
|
176
|
+
* @public
|
|
177
|
+
* @enum
|
|
178
|
+
*/
|
|
179
|
+
export declare const GuardrailTopicType: {
|
|
180
|
+
readonly DENY: "DENY";
|
|
181
|
+
};
|
|
182
|
+
/**
|
|
183
|
+
* @public
|
|
184
|
+
*/
|
|
185
|
+
export type GuardrailTopicType = (typeof GuardrailTopicType)[keyof typeof GuardrailTopicType];
|
|
186
|
+
/**
|
|
187
|
+
* @public
|
|
188
|
+
* @enum
|
|
189
|
+
*/
|
|
190
|
+
export declare const GuardrailManagedWordsType: {
|
|
191
|
+
readonly PROFANITY: "PROFANITY";
|
|
192
|
+
};
|
|
193
|
+
/**
|
|
194
|
+
* @public
|
|
195
|
+
*/
|
|
196
|
+
export type GuardrailManagedWordsType = (typeof GuardrailManagedWordsType)[keyof typeof GuardrailManagedWordsType];
|
|
197
|
+
/**
|
|
198
|
+
* @public
|
|
199
|
+
* @enum
|
|
200
|
+
*/
|
|
201
|
+
export declare const AIPromptAPIFormat: {
|
|
202
|
+
readonly ANTHROPIC_CLAUDE_MESSAGES: "ANTHROPIC_CLAUDE_MESSAGES";
|
|
203
|
+
readonly ANTHROPIC_CLAUDE_TEXT_COMPLETIONS: "ANTHROPIC_CLAUDE_TEXT_COMPLETIONS";
|
|
204
|
+
readonly MESSAGES: "MESSAGES";
|
|
205
|
+
readonly TEXT_COMPLETIONS: "TEXT_COMPLETIONS";
|
|
206
|
+
};
|
|
207
|
+
/**
|
|
208
|
+
* @public
|
|
209
|
+
*/
|
|
210
|
+
export type AIPromptAPIFormat = (typeof AIPromptAPIFormat)[keyof typeof AIPromptAPIFormat];
|
|
211
|
+
/**
|
|
212
|
+
* @public
|
|
213
|
+
* @enum
|
|
214
|
+
*/
|
|
215
|
+
export declare const AIPromptTemplateType: {
|
|
216
|
+
readonly TEXT: "TEXT";
|
|
217
|
+
};
|
|
218
|
+
/**
|
|
219
|
+
* @public
|
|
220
|
+
*/
|
|
221
|
+
export type AIPromptTemplateType = (typeof AIPromptTemplateType)[keyof typeof AIPromptTemplateType];
|
|
222
|
+
/**
|
|
223
|
+
* @public
|
|
224
|
+
* @enum
|
|
225
|
+
*/
|
|
226
|
+
export declare const AIPromptType: {
|
|
227
|
+
readonly ANSWER_GENERATION: "ANSWER_GENERATION";
|
|
228
|
+
readonly EMAIL_GENERATIVE_ANSWER: "EMAIL_GENERATIVE_ANSWER";
|
|
229
|
+
readonly EMAIL_OVERVIEW: "EMAIL_OVERVIEW";
|
|
230
|
+
readonly EMAIL_QUERY_REFORMULATION: "EMAIL_QUERY_REFORMULATION";
|
|
231
|
+
readonly EMAIL_RESPONSE: "EMAIL_RESPONSE";
|
|
232
|
+
readonly INTENT_LABELING_GENERATION: "INTENT_LABELING_GENERATION";
|
|
233
|
+
readonly QUERY_REFORMULATION: "QUERY_REFORMULATION";
|
|
234
|
+
readonly SELF_SERVICE_ANSWER_GENERATION: "SELF_SERVICE_ANSWER_GENERATION";
|
|
235
|
+
readonly SELF_SERVICE_PRE_PROCESSING: "SELF_SERVICE_PRE_PROCESSING";
|
|
236
|
+
};
|
|
237
|
+
/**
|
|
238
|
+
* @public
|
|
239
|
+
*/
|
|
240
|
+
export type AIPromptType = (typeof AIPromptType)[keyof typeof AIPromptType];
|
|
241
|
+
/**
|
|
242
|
+
* @public
|
|
243
|
+
* @enum
|
|
244
|
+
*/
|
|
245
|
+
export declare const AssociationType: {
|
|
246
|
+
readonly KNOWLEDGE_BASE: "KNOWLEDGE_BASE";
|
|
247
|
+
};
|
|
248
|
+
/**
|
|
249
|
+
* @public
|
|
250
|
+
*/
|
|
251
|
+
export type AssociationType = (typeof AssociationType)[keyof typeof AssociationType];
|
|
252
|
+
/**
|
|
253
|
+
* @public
|
|
254
|
+
* @enum
|
|
255
|
+
*/
|
|
256
|
+
export declare const AssistantType: {
|
|
257
|
+
readonly AGENT: "AGENT";
|
|
258
|
+
};
|
|
259
|
+
/**
|
|
260
|
+
* @public
|
|
261
|
+
*/
|
|
262
|
+
export type AssistantType = (typeof AssistantType)[keyof typeof AssistantType];
|
|
263
|
+
/**
|
|
264
|
+
* @public
|
|
265
|
+
* @enum
|
|
266
|
+
*/
|
|
267
|
+
export declare const AssistantCapabilityType: {
|
|
268
|
+
readonly V1: "V1";
|
|
269
|
+
readonly V2: "V2";
|
|
270
|
+
};
|
|
271
|
+
/**
|
|
272
|
+
* @public
|
|
273
|
+
*/
|
|
274
|
+
export type AssistantCapabilityType = (typeof AssistantCapabilityType)[keyof typeof AssistantCapabilityType];
|
|
275
|
+
/**
|
|
276
|
+
* @public
|
|
277
|
+
* @enum
|
|
278
|
+
*/
|
|
279
|
+
export declare const AssistantStatus: {
|
|
280
|
+
readonly ACTIVE: "ACTIVE";
|
|
281
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
282
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
283
|
+
readonly DELETED: "DELETED";
|
|
284
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
285
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
286
|
+
};
|
|
287
|
+
/**
|
|
288
|
+
* @public
|
|
289
|
+
*/
|
|
290
|
+
export type AssistantStatus = (typeof AssistantStatus)[keyof typeof AssistantStatus];
|
|
291
|
+
/**
|
|
292
|
+
* @public
|
|
293
|
+
* @enum
|
|
294
|
+
*/
|
|
295
|
+
export declare const RelevanceLevel: {
|
|
296
|
+
readonly HIGH: "HIGH";
|
|
297
|
+
readonly LOW: "LOW";
|
|
298
|
+
readonly MEDIUM: "MEDIUM";
|
|
299
|
+
};
|
|
300
|
+
/**
|
|
301
|
+
* @public
|
|
302
|
+
*/
|
|
303
|
+
export type RelevanceLevel = (typeof RelevanceLevel)[keyof typeof RelevanceLevel];
|
|
304
|
+
/**
|
|
305
|
+
* @public
|
|
306
|
+
* @enum
|
|
307
|
+
*/
|
|
308
|
+
export declare const SourceContentType: {
|
|
309
|
+
readonly KNOWLEDGE_CONTENT: "KNOWLEDGE_CONTENT";
|
|
310
|
+
};
|
|
311
|
+
/**
|
|
312
|
+
* @public
|
|
313
|
+
*/
|
|
314
|
+
export type SourceContentType = (typeof SourceContentType)[keyof typeof SourceContentType];
|
|
315
|
+
/**
|
|
316
|
+
* @public
|
|
317
|
+
* @enum
|
|
318
|
+
*/
|
|
319
|
+
export declare const ReferenceType: {
|
|
320
|
+
readonly KNOWLEDGE_BASE: "KNOWLEDGE_BASE";
|
|
321
|
+
readonly WEB_CRAWLER: "WEB_CRAWLER";
|
|
322
|
+
};
|
|
323
|
+
/**
|
|
324
|
+
* @public
|
|
325
|
+
*/
|
|
326
|
+
export type ReferenceType = (typeof ReferenceType)[keyof typeof ReferenceType];
|
|
327
|
+
/**
|
|
328
|
+
* @public
|
|
329
|
+
* @enum
|
|
330
|
+
*/
|
|
331
|
+
export declare const RecommendationType: {
|
|
332
|
+
readonly BLOCKED_GENERATIVE_ANSWER_CHUNK: "BLOCKED_GENERATIVE_ANSWER_CHUNK";
|
|
333
|
+
readonly BLOCKED_INTENT_ANSWER_CHUNK: "BLOCKED_INTENT_ANSWER_CHUNK";
|
|
334
|
+
readonly DETECTED_INTENT: "DETECTED_INTENT";
|
|
335
|
+
readonly EMAIL_GENERATIVE_ANSWER_CHUNK: "EMAIL_GENERATIVE_ANSWER_CHUNK";
|
|
336
|
+
readonly EMAIL_OVERVIEW_CHUNK: "EMAIL_OVERVIEW_CHUNK";
|
|
337
|
+
readonly EMAIL_RESPONSE_CHUNK: "EMAIL_RESPONSE_CHUNK";
|
|
338
|
+
readonly GENERATIVE_ANSWER: "GENERATIVE_ANSWER";
|
|
339
|
+
readonly GENERATIVE_ANSWER_CHUNK: "GENERATIVE_ANSWER_CHUNK";
|
|
340
|
+
readonly GENERATIVE_RESPONSE: "GENERATIVE_RESPONSE";
|
|
341
|
+
readonly INTENT_ANSWER_CHUNK: "INTENT_ANSWER_CHUNK";
|
|
342
|
+
readonly KNOWLEDGE_CONTENT: "KNOWLEDGE_CONTENT";
|
|
343
|
+
};
|
|
344
|
+
/**
|
|
345
|
+
* @public
|
|
346
|
+
*/
|
|
347
|
+
export type RecommendationType = (typeof RecommendationType)[keyof typeof RecommendationType];
|
|
348
|
+
/**
|
|
349
|
+
* @public
|
|
350
|
+
* @enum
|
|
351
|
+
*/
|
|
352
|
+
export declare const RecommendationSourceType: {
|
|
353
|
+
readonly ISSUE_DETECTION: "ISSUE_DETECTION";
|
|
354
|
+
readonly OTHER: "OTHER";
|
|
355
|
+
readonly RULE_EVALUATION: "RULE_EVALUATION";
|
|
356
|
+
};
|
|
357
|
+
/**
|
|
358
|
+
* @public
|
|
359
|
+
*/
|
|
360
|
+
export type RecommendationSourceType = (typeof RecommendationSourceType)[keyof typeof RecommendationSourceType];
|
|
361
|
+
/**
|
|
362
|
+
* @public
|
|
363
|
+
* @enum
|
|
364
|
+
*/
|
|
365
|
+
export declare const RecommendationTriggerType: {
|
|
366
|
+
readonly GENERATIVE: "GENERATIVE";
|
|
367
|
+
readonly QUERY: "QUERY";
|
|
368
|
+
};
|
|
369
|
+
/**
|
|
370
|
+
* @public
|
|
371
|
+
*/
|
|
372
|
+
export type RecommendationTriggerType = (typeof RecommendationTriggerType)[keyof typeof RecommendationTriggerType];
|
|
373
|
+
/**
|
|
374
|
+
* @public
|
|
375
|
+
* @enum
|
|
376
|
+
*/
|
|
377
|
+
export declare const Relevance: {
|
|
378
|
+
readonly HELPFUL: "HELPFUL";
|
|
379
|
+
readonly NOT_HELPFUL: "NOT_HELPFUL";
|
|
380
|
+
};
|
|
381
|
+
/**
|
|
382
|
+
* @public
|
|
383
|
+
*/
|
|
384
|
+
export type Relevance = (typeof Relevance)[keyof typeof Relevance];
|
|
385
|
+
/**
|
|
386
|
+
* @public
|
|
387
|
+
* @enum
|
|
388
|
+
*/
|
|
389
|
+
export declare const TargetType: {
|
|
390
|
+
readonly RECOMMENDATION: "RECOMMENDATION";
|
|
391
|
+
readonly RESULT: "RESULT";
|
|
392
|
+
};
|
|
393
|
+
/**
|
|
394
|
+
* @public
|
|
395
|
+
*/
|
|
396
|
+
export type TargetType = (typeof TargetType)[keyof typeof TargetType];
|
|
397
|
+
/**
|
|
398
|
+
* @public
|
|
399
|
+
* @enum
|
|
400
|
+
*/
|
|
401
|
+
export declare const QueryConditionComparisonOperator: {
|
|
402
|
+
readonly EQUALS: "EQUALS";
|
|
403
|
+
};
|
|
404
|
+
/**
|
|
405
|
+
* @public
|
|
406
|
+
*/
|
|
407
|
+
export type QueryConditionComparisonOperator = (typeof QueryConditionComparisonOperator)[keyof typeof QueryConditionComparisonOperator];
|
|
408
|
+
/**
|
|
409
|
+
* @public
|
|
410
|
+
* @enum
|
|
411
|
+
*/
|
|
412
|
+
export declare const QueryConditionFieldName: {
|
|
413
|
+
readonly RESULT_TYPE: "RESULT_TYPE";
|
|
414
|
+
};
|
|
415
|
+
/**
|
|
416
|
+
* @public
|
|
417
|
+
*/
|
|
418
|
+
export type QueryConditionFieldName = (typeof QueryConditionFieldName)[keyof typeof QueryConditionFieldName];
|
|
419
|
+
/**
|
|
420
|
+
* @public
|
|
421
|
+
* @enum
|
|
422
|
+
*/
|
|
423
|
+
export declare const QueryResultType: {
|
|
424
|
+
readonly BLOCKED_GENERATIVE_ANSWER_CHUNK: "BLOCKED_GENERATIVE_ANSWER_CHUNK";
|
|
425
|
+
readonly BLOCKED_INTENT_ANSWER_CHUNK: "BLOCKED_INTENT_ANSWER_CHUNK";
|
|
426
|
+
readonly EMAIL_GENERATIVE_ANSWER_CHUNK: "EMAIL_GENERATIVE_ANSWER_CHUNK";
|
|
427
|
+
readonly EMAIL_OVERVIEW_CHUNK: "EMAIL_OVERVIEW_CHUNK";
|
|
428
|
+
readonly EMAIL_RESPONSE_CHUNK: "EMAIL_RESPONSE_CHUNK";
|
|
429
|
+
readonly GENERATIVE_ANSWER: "GENERATIVE_ANSWER";
|
|
430
|
+
readonly GENERATIVE_ANSWER_CHUNK: "GENERATIVE_ANSWER_CHUNK";
|
|
431
|
+
readonly INTENT_ANSWER: "INTENT_ANSWER";
|
|
432
|
+
readonly INTENT_ANSWER_CHUNK: "INTENT_ANSWER_CHUNK";
|
|
433
|
+
readonly KNOWLEDGE_CONTENT: "KNOWLEDGE_CONTENT";
|
|
434
|
+
};
|
|
435
|
+
/**
|
|
436
|
+
* @public
|
|
437
|
+
*/
|
|
438
|
+
export type QueryResultType = (typeof QueryResultType)[keyof typeof QueryResultType];
|
|
439
|
+
/**
|
|
440
|
+
* @public
|
|
441
|
+
* @enum
|
|
442
|
+
*/
|
|
443
|
+
export declare const FilterField: {
|
|
444
|
+
readonly NAME: "NAME";
|
|
445
|
+
};
|
|
446
|
+
/**
|
|
447
|
+
* @public
|
|
448
|
+
*/
|
|
449
|
+
export type FilterField = (typeof FilterField)[keyof typeof FilterField];
|
|
450
|
+
/**
|
|
451
|
+
* @public
|
|
452
|
+
* @enum
|
|
453
|
+
*/
|
|
454
|
+
export declare const FilterOperator: {
|
|
455
|
+
readonly EQUALS: "EQUALS";
|
|
456
|
+
};
|
|
457
|
+
/**
|
|
458
|
+
* @public
|
|
459
|
+
*/
|
|
460
|
+
export type FilterOperator = (typeof FilterOperator)[keyof typeof FilterOperator];
|
|
461
|
+
/**
|
|
462
|
+
* @public
|
|
463
|
+
* @enum
|
|
464
|
+
*/
|
|
465
|
+
export declare const ConversationStatusReason: {
|
|
466
|
+
readonly FAILED: "FAILED";
|
|
467
|
+
readonly REJECTED: "REJECTED";
|
|
468
|
+
readonly SUCCESS: "SUCCESS";
|
|
469
|
+
};
|
|
470
|
+
/**
|
|
471
|
+
* @public
|
|
472
|
+
*/
|
|
473
|
+
export type ConversationStatusReason = (typeof ConversationStatusReason)[keyof typeof ConversationStatusReason];
|
|
474
|
+
/**
|
|
475
|
+
* @public
|
|
476
|
+
* @enum
|
|
477
|
+
*/
|
|
478
|
+
export declare const ConversationStatus: {
|
|
479
|
+
readonly CLOSED: "CLOSED";
|
|
480
|
+
readonly PROCESSING: "PROCESSING";
|
|
481
|
+
readonly READY: "READY";
|
|
482
|
+
};
|
|
483
|
+
/**
|
|
484
|
+
* @public
|
|
485
|
+
*/
|
|
486
|
+
export type ConversationStatus = (typeof ConversationStatus)[keyof typeof ConversationStatus];
|
|
487
|
+
/**
|
|
488
|
+
* @public
|
|
489
|
+
* @enum
|
|
490
|
+
*/
|
|
491
|
+
export declare const Participant: {
|
|
492
|
+
readonly AGENT: "AGENT";
|
|
493
|
+
readonly BOT: "BOT";
|
|
494
|
+
readonly CUSTOMER: "CUSTOMER";
|
|
495
|
+
};
|
|
496
|
+
/**
|
|
497
|
+
* @public
|
|
498
|
+
*/
|
|
499
|
+
export type Participant = (typeof Participant)[keyof typeof Participant];
|
|
500
|
+
/**
|
|
501
|
+
* @public
|
|
502
|
+
* @enum
|
|
503
|
+
*/
|
|
504
|
+
export declare const MessageType: {
|
|
505
|
+
readonly TEXT: "TEXT";
|
|
506
|
+
};
|
|
507
|
+
/**
|
|
508
|
+
* @public
|
|
509
|
+
*/
|
|
510
|
+
export type MessageType = (typeof MessageType)[keyof typeof MessageType];
|
|
511
|
+
/**
|
|
512
|
+
* @public
|
|
513
|
+
* @enum
|
|
514
|
+
*/
|
|
515
|
+
export declare const SessionDataNamespace: {
|
|
516
|
+
readonly Custom: "Custom";
|
|
517
|
+
};
|
|
518
|
+
/**
|
|
519
|
+
* @public
|
|
520
|
+
*/
|
|
521
|
+
export type SessionDataNamespace = (typeof SessionDataNamespace)[keyof typeof SessionDataNamespace];
|
|
522
|
+
/**
|
|
523
|
+
* @public
|
|
524
|
+
* @enum
|
|
525
|
+
*/
|
|
526
|
+
export declare const ChannelSubtype: {
|
|
527
|
+
readonly EMAIL: "EMAIL";
|
|
528
|
+
readonly PUSH: "PUSH";
|
|
529
|
+
readonly SMS: "SMS";
|
|
530
|
+
readonly WHATSAPP: "WHATSAPP";
|
|
531
|
+
};
|
|
532
|
+
/**
|
|
533
|
+
* @public
|
|
534
|
+
*/
|
|
535
|
+
export type ChannelSubtype = (typeof ChannelSubtype)[keyof typeof ChannelSubtype];
|
|
536
|
+
/**
|
|
537
|
+
* @public
|
|
538
|
+
* @enum
|
|
539
|
+
*/
|
|
540
|
+
export declare const ChunkingStrategy: {
|
|
541
|
+
readonly FIXED_SIZE: "FIXED_SIZE";
|
|
542
|
+
readonly HIERARCHICAL: "HIERARCHICAL";
|
|
543
|
+
readonly NONE: "NONE";
|
|
544
|
+
readonly SEMANTIC: "SEMANTIC";
|
|
545
|
+
};
|
|
546
|
+
/**
|
|
547
|
+
* @public
|
|
548
|
+
*/
|
|
549
|
+
export type ChunkingStrategy = (typeof ChunkingStrategy)[keyof typeof ChunkingStrategy];
|
|
550
|
+
/**
|
|
551
|
+
* @public
|
|
552
|
+
* @enum
|
|
553
|
+
*/
|
|
554
|
+
export declare const ContentAssociationType: {
|
|
555
|
+
readonly AMAZON_CONNECT_GUIDE: "AMAZON_CONNECT_GUIDE";
|
|
556
|
+
};
|
|
557
|
+
/**
|
|
558
|
+
* @public
|
|
559
|
+
*/
|
|
560
|
+
export type ContentAssociationType = (typeof ContentAssociationType)[keyof typeof ContentAssociationType];
|
|
561
|
+
/**
|
|
562
|
+
* @public
|
|
563
|
+
* @enum
|
|
564
|
+
*/
|
|
565
|
+
export declare const ContentStatus: {
|
|
566
|
+
readonly ACTIVE: "ACTIVE";
|
|
567
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
568
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
569
|
+
readonly DELETED: "DELETED";
|
|
570
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
571
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
572
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
573
|
+
};
|
|
574
|
+
/**
|
|
575
|
+
* @public
|
|
576
|
+
*/
|
|
577
|
+
export type ContentStatus = (typeof ContentStatus)[keyof typeof ContentStatus];
|
|
578
|
+
/**
|
|
579
|
+
* @public
|
|
580
|
+
* @enum
|
|
581
|
+
*/
|
|
582
|
+
export declare const ContentDisposition: {
|
|
583
|
+
readonly ATTACHMENT: "ATTACHMENT";
|
|
584
|
+
};
|
|
585
|
+
/**
|
|
586
|
+
* @public
|
|
587
|
+
*/
|
|
588
|
+
export type ContentDisposition = (typeof ContentDisposition)[keyof typeof ContentDisposition];
|
|
589
|
+
/**
|
|
590
|
+
* @public
|
|
591
|
+
* @enum
|
|
592
|
+
*/
|
|
593
|
+
export declare const KnowledgeBaseType: {
|
|
594
|
+
readonly CUSTOM: "CUSTOM";
|
|
595
|
+
readonly EXTERNAL: "EXTERNAL";
|
|
596
|
+
readonly MANAGED: "MANAGED";
|
|
597
|
+
readonly MESSAGE_TEMPLATES: "MESSAGE_TEMPLATES";
|
|
598
|
+
readonly QUICK_RESPONSES: "QUICK_RESPONSES";
|
|
599
|
+
};
|
|
600
|
+
/**
|
|
601
|
+
* @public
|
|
602
|
+
*/
|
|
603
|
+
export type KnowledgeBaseType = (typeof KnowledgeBaseType)[keyof typeof KnowledgeBaseType];
|
|
604
|
+
/**
|
|
605
|
+
* @public
|
|
606
|
+
* @enum
|
|
607
|
+
*/
|
|
608
|
+
export declare const WebScopeType: {
|
|
609
|
+
readonly HOST_ONLY: "HOST_ONLY";
|
|
610
|
+
readonly SUBDOMAINS: "SUBDOMAINS";
|
|
611
|
+
};
|
|
612
|
+
/**
|
|
613
|
+
* @public
|
|
614
|
+
*/
|
|
615
|
+
export type WebScopeType = (typeof WebScopeType)[keyof typeof WebScopeType];
|
|
616
|
+
/**
|
|
617
|
+
* @public
|
|
618
|
+
* @enum
|
|
619
|
+
*/
|
|
620
|
+
export declare const ParsingStrategy: {
|
|
621
|
+
readonly BEDROCK_FOUNDATION_MODEL: "BEDROCK_FOUNDATION_MODEL";
|
|
622
|
+
};
|
|
623
|
+
/**
|
|
624
|
+
* @public
|
|
625
|
+
*/
|
|
626
|
+
export type ParsingStrategy = (typeof ParsingStrategy)[keyof typeof ParsingStrategy];
|
|
627
|
+
/**
|
|
628
|
+
* @public
|
|
629
|
+
* @enum
|
|
630
|
+
*/
|
|
631
|
+
export declare const SyncStatus: {
|
|
632
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
633
|
+
readonly SYNCING_IN_PROGRESS: "SYNCING_IN_PROGRESS";
|
|
634
|
+
readonly SYNC_FAILED: "SYNC_FAILED";
|
|
635
|
+
readonly SYNC_SUCCESS: "SYNC_SUCCESS";
|
|
636
|
+
};
|
|
637
|
+
/**
|
|
638
|
+
* @public
|
|
639
|
+
*/
|
|
640
|
+
export type SyncStatus = (typeof SyncStatus)[keyof typeof SyncStatus];
|
|
641
|
+
/**
|
|
642
|
+
* @public
|
|
643
|
+
* @enum
|
|
644
|
+
*/
|
|
645
|
+
export declare const KnowledgeBaseStatus: {
|
|
646
|
+
readonly ACTIVE: "ACTIVE";
|
|
647
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
648
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
649
|
+
readonly DELETED: "DELETED";
|
|
650
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
651
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
652
|
+
};
|
|
653
|
+
/**
|
|
654
|
+
* @public
|
|
655
|
+
*/
|
|
656
|
+
export type KnowledgeBaseStatus = (typeof KnowledgeBaseStatus)[keyof typeof KnowledgeBaseStatus];
|
|
657
|
+
/**
|
|
658
|
+
* @public
|
|
659
|
+
* @enum
|
|
660
|
+
*/
|
|
661
|
+
export declare const PushMessageAction: {
|
|
662
|
+
readonly DEEP_LINK: "DEEP_LINK";
|
|
663
|
+
readonly OPEN_APP: "OPEN_APP";
|
|
664
|
+
readonly URL: "URL";
|
|
665
|
+
};
|
|
666
|
+
/**
|
|
667
|
+
* @public
|
|
668
|
+
*/
|
|
669
|
+
export type PushMessageAction = (typeof PushMessageAction)[keyof typeof PushMessageAction];
|
|
670
|
+
/**
|
|
671
|
+
* @public
|
|
672
|
+
* @enum
|
|
673
|
+
*/
|
|
674
|
+
export declare const MessageTemplateAttributeType: {
|
|
675
|
+
readonly AGENT: "AGENT";
|
|
676
|
+
readonly CUSTOM: "CUSTOM";
|
|
677
|
+
readonly CUSTOMER_PROFILE: "CUSTOMER_PROFILE";
|
|
678
|
+
readonly SYSTEM: "SYSTEM";
|
|
679
|
+
};
|
|
680
|
+
/**
|
|
681
|
+
* @public
|
|
682
|
+
*/
|
|
683
|
+
export type MessageTemplateAttributeType = (typeof MessageTemplateAttributeType)[keyof typeof MessageTemplateAttributeType];
|
|
684
|
+
/**
|
|
685
|
+
* @public
|
|
686
|
+
* @enum
|
|
687
|
+
*/
|
|
688
|
+
export declare const WhatsAppSourceConfigurationStatus: {
|
|
689
|
+
readonly INVALID: "INVALID";
|
|
690
|
+
readonly REJECTED: "REJECTED";
|
|
691
|
+
readonly VALID: "VALID";
|
|
692
|
+
};
|
|
693
|
+
/**
|
|
694
|
+
* @public
|
|
695
|
+
*/
|
|
696
|
+
export type WhatsAppSourceConfigurationStatus = (typeof WhatsAppSourceConfigurationStatus)[keyof typeof WhatsAppSourceConfigurationStatus];
|
|
697
|
+
/**
|
|
698
|
+
* @public
|
|
699
|
+
* @enum
|
|
700
|
+
*/
|
|
701
|
+
export declare const QuickResponseStatus: {
|
|
702
|
+
readonly CREATED: "CREATED";
|
|
703
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
704
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
705
|
+
readonly DELETED: "DELETED";
|
|
706
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
707
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
708
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
709
|
+
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
710
|
+
};
|
|
711
|
+
/**
|
|
712
|
+
* @public
|
|
713
|
+
*/
|
|
714
|
+
export type QuickResponseStatus = (typeof QuickResponseStatus)[keyof typeof QuickResponseStatus];
|
|
715
|
+
/**
|
|
716
|
+
* @public
|
|
717
|
+
* @enum
|
|
718
|
+
*/
|
|
719
|
+
export declare const ExternalSource: {
|
|
720
|
+
readonly AMAZON_CONNECT: "AMAZON_CONNECT";
|
|
721
|
+
};
|
|
722
|
+
/**
|
|
723
|
+
* @public
|
|
724
|
+
*/
|
|
725
|
+
export type ExternalSource = (typeof ExternalSource)[keyof typeof ExternalSource];
|
|
726
|
+
/**
|
|
727
|
+
* @public
|
|
728
|
+
* @enum
|
|
729
|
+
*/
|
|
730
|
+
export declare const ImportJobType: {
|
|
731
|
+
readonly QUICK_RESPONSES: "QUICK_RESPONSES";
|
|
732
|
+
};
|
|
733
|
+
/**
|
|
734
|
+
* @public
|
|
735
|
+
*/
|
|
736
|
+
export type ImportJobType = (typeof ImportJobType)[keyof typeof ImportJobType];
|
|
737
|
+
/**
|
|
738
|
+
* @public
|
|
739
|
+
* @enum
|
|
740
|
+
*/
|
|
741
|
+
export declare const ImportJobStatus: {
|
|
742
|
+
readonly COMPLETE: "COMPLETE";
|
|
743
|
+
readonly DELETED: "DELETED";
|
|
744
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
745
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
746
|
+
readonly FAILED: "FAILED";
|
|
747
|
+
readonly START_IN_PROGRESS: "START_IN_PROGRESS";
|
|
748
|
+
};
|
|
749
|
+
/**
|
|
750
|
+
* @public
|
|
751
|
+
*/
|
|
752
|
+
export type ImportJobStatus = (typeof ImportJobStatus)[keyof typeof ImportJobStatus];
|
|
753
|
+
/**
|
|
754
|
+
* @public
|
|
755
|
+
* @enum
|
|
756
|
+
*/
|
|
757
|
+
export declare const MessageTemplateFilterOperator: {
|
|
758
|
+
readonly EQUALS: "EQUALS";
|
|
759
|
+
readonly PREFIX: "PREFIX";
|
|
760
|
+
};
|
|
761
|
+
/**
|
|
762
|
+
* @public
|
|
763
|
+
*/
|
|
764
|
+
export type MessageTemplateFilterOperator = (typeof MessageTemplateFilterOperator)[keyof typeof MessageTemplateFilterOperator];
|
|
765
|
+
/**
|
|
766
|
+
* @public
|
|
767
|
+
* @enum
|
|
768
|
+
*/
|
|
769
|
+
export declare const Order: {
|
|
770
|
+
readonly ASC: "ASC";
|
|
771
|
+
readonly DESC: "DESC";
|
|
772
|
+
};
|
|
773
|
+
/**
|
|
774
|
+
* @public
|
|
775
|
+
*/
|
|
776
|
+
export type Order = (typeof Order)[keyof typeof Order];
|
|
777
|
+
/**
|
|
778
|
+
* @public
|
|
779
|
+
* @enum
|
|
780
|
+
*/
|
|
781
|
+
export declare const MessageTemplateQueryOperator: {
|
|
782
|
+
readonly CONTAINS: "CONTAINS";
|
|
783
|
+
readonly CONTAINS_AND_PREFIX: "CONTAINS_AND_PREFIX";
|
|
784
|
+
};
|
|
785
|
+
/**
|
|
786
|
+
* @public
|
|
787
|
+
*/
|
|
788
|
+
export type MessageTemplateQueryOperator = (typeof MessageTemplateQueryOperator)[keyof typeof MessageTemplateQueryOperator];
|
|
789
|
+
/**
|
|
790
|
+
* @public
|
|
791
|
+
* @enum
|
|
792
|
+
*/
|
|
793
|
+
export declare const Priority: {
|
|
794
|
+
readonly HIGH: "HIGH";
|
|
795
|
+
readonly LOW: "LOW";
|
|
796
|
+
readonly MEDIUM: "MEDIUM";
|
|
797
|
+
};
|
|
798
|
+
/**
|
|
799
|
+
* @public
|
|
800
|
+
*/
|
|
801
|
+
export type Priority = (typeof Priority)[keyof typeof Priority];
|
|
802
|
+
/**
|
|
803
|
+
* @public
|
|
804
|
+
* @enum
|
|
805
|
+
*/
|
|
806
|
+
export declare const QuickResponseFilterOperator: {
|
|
807
|
+
readonly EQUALS: "EQUALS";
|
|
808
|
+
readonly PREFIX: "PREFIX";
|
|
809
|
+
};
|
|
810
|
+
/**
|
|
811
|
+
* @public
|
|
812
|
+
*/
|
|
813
|
+
export type QuickResponseFilterOperator = (typeof QuickResponseFilterOperator)[keyof typeof QuickResponseFilterOperator];
|
|
814
|
+
/**
|
|
815
|
+
* @public
|
|
816
|
+
* @enum
|
|
817
|
+
*/
|
|
818
|
+
export declare const QuickResponseQueryOperator: {
|
|
819
|
+
readonly CONTAINS: "CONTAINS";
|
|
820
|
+
readonly CONTAINS_AND_PREFIX: "CONTAINS_AND_PREFIX";
|
|
821
|
+
};
|
|
822
|
+
/**
|
|
823
|
+
* @public
|
|
824
|
+
*/
|
|
825
|
+
export type QuickResponseQueryOperator = (typeof QuickResponseQueryOperator)[keyof typeof QuickResponseQueryOperator];
|