@aws-sdk/client-qconnect 3.901.0 → 3.906.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/endpoint/ruleset.js +1 -1
- package/dist-cjs/index.js +6967 -7236
- package/dist-es/commands/CreateMessageTemplateAttachmentCommand.js +1 -1
- package/dist-es/commands/CreateMessageTemplateCommand.js +2 -1
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +39 -28
- package/dist-es/models/models_1.js +48 -1
- package/dist-es/protocols/Aws_restJson1.js +58 -1
- package/dist-types/commands/CreateAIAgentCommand.d.ts +116 -0
- package/dist-types/commands/CreateAIAgentVersionCommand.d.ts +58 -0
- package/dist-types/commands/CreateAIPromptCommand.d.ts +1 -1
- package/dist-types/commands/CreateMessageTemplateAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateMessageTemplateCommand.d.ts +2 -1
- package/dist-types/commands/CreateMessageTemplateVersionCommand.d.ts +1 -2
- package/dist-types/commands/CreateSessionCommand.d.ts +4 -0
- package/dist-types/commands/GetAIAgentCommand.d.ts +58 -0
- package/dist-types/commands/GetRecommendationsCommand.d.ts +28 -0
- package/dist-types/commands/ListAIAgentVersionsCommand.d.ts +58 -0
- package/dist-types/commands/ListAIAgentsCommand.d.ts +58 -0
- package/dist-types/commands/QueryAssistantCommand.d.ts +28 -0
- package/dist-types/commands/UpdateAIAgentCommand.d.ts +116 -0
- package/dist-types/models/models_0.d.ts +195 -225
- package/dist-types/models/models_1.d.ts +315 -2
- package/dist-types/ts3.4/commands/CreateMessageTemplateAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateMessageTemplateCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateMessageTemplateVersionCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +102 -61
- package/dist-types/ts3.4/models/models_1.d.ts +131 -2
- package/package.json +5 -5
|
@@ -150,6 +150,64 @@ declare const GetAIAgentCommand_base: {
|
|
|
150
150
|
* // },
|
|
151
151
|
* // ],
|
|
152
152
|
* // },
|
|
153
|
+
* // emailResponseAIAgentConfiguration: { // EmailResponseAIAgentConfiguration
|
|
154
|
+
* // emailResponseAIPromptId: "STRING_VALUE",
|
|
155
|
+
* // emailQueryReformulationAIPromptId: "STRING_VALUE",
|
|
156
|
+
* // locale: "STRING_VALUE",
|
|
157
|
+
* // associationConfigurations: [
|
|
158
|
+
* // {
|
|
159
|
+
* // associationId: "STRING_VALUE",
|
|
160
|
+
* // associationType: "STRING_VALUE",
|
|
161
|
+
* // associationConfigurationData: {// Union: only one key present
|
|
162
|
+
* // knowledgeBaseAssociationConfigurationData: {
|
|
163
|
+
* // contentTagFilter: {// Union: only one key present
|
|
164
|
+
* // tagCondition: "<TagCondition>",
|
|
165
|
+
* // andConditions: "<AndConditions>",
|
|
166
|
+
* // orConditions: [
|
|
167
|
+
* // {// Union: only one key present
|
|
168
|
+
* // andConditions: "<AndConditions>",
|
|
169
|
+
* // tagCondition: "<TagCondition>",
|
|
170
|
+
* // },
|
|
171
|
+
* // ],
|
|
172
|
+
* // },
|
|
173
|
+
* // maxResults: Number("int"),
|
|
174
|
+
* // overrideKnowledgeBaseSearchType: "STRING_VALUE",
|
|
175
|
+
* // },
|
|
176
|
+
* // },
|
|
177
|
+
* // },
|
|
178
|
+
* // ],
|
|
179
|
+
* // },
|
|
180
|
+
* // emailOverviewAIAgentConfiguration: { // EmailOverviewAIAgentConfiguration
|
|
181
|
+
* // emailOverviewAIPromptId: "STRING_VALUE",
|
|
182
|
+
* // locale: "STRING_VALUE",
|
|
183
|
+
* // },
|
|
184
|
+
* // emailGenerativeAnswerAIAgentConfiguration: { // EmailGenerativeAnswerAIAgentConfiguration
|
|
185
|
+
* // emailGenerativeAnswerAIPromptId: "STRING_VALUE",
|
|
186
|
+
* // emailQueryReformulationAIPromptId: "STRING_VALUE",
|
|
187
|
+
* // locale: "STRING_VALUE",
|
|
188
|
+
* // associationConfigurations: [
|
|
189
|
+
* // {
|
|
190
|
+
* // associationId: "STRING_VALUE",
|
|
191
|
+
* // associationType: "STRING_VALUE",
|
|
192
|
+
* // associationConfigurationData: {// Union: only one key present
|
|
193
|
+
* // knowledgeBaseAssociationConfigurationData: {
|
|
194
|
+
* // contentTagFilter: {// Union: only one key present
|
|
195
|
+
* // tagCondition: "<TagCondition>",
|
|
196
|
+
* // andConditions: "<AndConditions>",
|
|
197
|
+
* // orConditions: [
|
|
198
|
+
* // {// Union: only one key present
|
|
199
|
+
* // andConditions: "<AndConditions>",
|
|
200
|
+
* // tagCondition: "<TagCondition>",
|
|
201
|
+
* // },
|
|
202
|
+
* // ],
|
|
203
|
+
* // },
|
|
204
|
+
* // maxResults: Number("int"),
|
|
205
|
+
* // overrideKnowledgeBaseSearchType: "STRING_VALUE",
|
|
206
|
+
* // },
|
|
207
|
+
* // },
|
|
208
|
+
* // },
|
|
209
|
+
* // ],
|
|
210
|
+
* // },
|
|
153
211
|
* // },
|
|
154
212
|
* // modifiedTime: new Date("TIMESTAMP"),
|
|
155
213
|
* // description: "STRING_VALUE",
|
|
@@ -184,6 +184,21 @@ declare const GetRecommendationsCommand_base: {
|
|
|
184
184
|
* // ],
|
|
185
185
|
* // nextChunkToken: "STRING_VALUE",
|
|
186
186
|
* // },
|
|
187
|
+
* // emailResponseChunkData: { // EmailResponseChunkDataDetails
|
|
188
|
+
* // completion: "STRING_VALUE",
|
|
189
|
+
* // nextChunkToken: "STRING_VALUE",
|
|
190
|
+
* // },
|
|
191
|
+
* // emailOverviewChunkData: { // EmailOverviewChunkDataDetails
|
|
192
|
+
* // completion: "STRING_VALUE",
|
|
193
|
+
* // nextChunkToken: "STRING_VALUE",
|
|
194
|
+
* // },
|
|
195
|
+
* // emailGenerativeAnswerChunkData: { // EmailGenerativeAnswerChunkDataDetails
|
|
196
|
+
* // completion: "STRING_VALUE",
|
|
197
|
+
* // references: [
|
|
198
|
+
* // "<DataSummary>",
|
|
199
|
+
* // ],
|
|
200
|
+
* // nextChunkToken: "STRING_VALUE",
|
|
201
|
+
* // },
|
|
187
202
|
* // },
|
|
188
203
|
* // },
|
|
189
204
|
* // ],
|
|
@@ -216,6 +231,19 @@ declare const GetRecommendationsCommand_base: {
|
|
|
216
231
|
* // ],
|
|
217
232
|
* // nextChunkToken: "STRING_VALUE",
|
|
218
233
|
* // },
|
|
234
|
+
* // emailResponseChunkData: {
|
|
235
|
+
* // completion: "STRING_VALUE",
|
|
236
|
+
* // nextChunkToken: "STRING_VALUE",
|
|
237
|
+
* // },
|
|
238
|
+
* // emailOverviewChunkData: {
|
|
239
|
+
* // completion: "STRING_VALUE",
|
|
240
|
+
* // nextChunkToken: "STRING_VALUE",
|
|
241
|
+
* // },
|
|
242
|
+
* // emailGenerativeAnswerChunkData: {
|
|
243
|
+
* // completion: "STRING_VALUE",
|
|
244
|
+
* // references: "<DataSummaryList>",
|
|
245
|
+
* // nextChunkToken: "STRING_VALUE",
|
|
246
|
+
* // },
|
|
219
247
|
* // },
|
|
220
248
|
* // },
|
|
221
249
|
* // },
|
|
@@ -157,6 +157,64 @@ declare const ListAIAgentVersionsCommand_base: {
|
|
|
157
157
|
* // },
|
|
158
158
|
* // ],
|
|
159
159
|
* // },
|
|
160
|
+
* // emailResponseAIAgentConfiguration: { // EmailResponseAIAgentConfiguration
|
|
161
|
+
* // emailResponseAIPromptId: "STRING_VALUE",
|
|
162
|
+
* // emailQueryReformulationAIPromptId: "STRING_VALUE",
|
|
163
|
+
* // locale: "STRING_VALUE",
|
|
164
|
+
* // associationConfigurations: [
|
|
165
|
+
* // {
|
|
166
|
+
* // associationId: "STRING_VALUE",
|
|
167
|
+
* // associationType: "STRING_VALUE",
|
|
168
|
+
* // associationConfigurationData: {// Union: only one key present
|
|
169
|
+
* // knowledgeBaseAssociationConfigurationData: {
|
|
170
|
+
* // contentTagFilter: {// Union: only one key present
|
|
171
|
+
* // tagCondition: "<TagCondition>",
|
|
172
|
+
* // andConditions: "<AndConditions>",
|
|
173
|
+
* // orConditions: [
|
|
174
|
+
* // {// Union: only one key present
|
|
175
|
+
* // andConditions: "<AndConditions>",
|
|
176
|
+
* // tagCondition: "<TagCondition>",
|
|
177
|
+
* // },
|
|
178
|
+
* // ],
|
|
179
|
+
* // },
|
|
180
|
+
* // maxResults: Number("int"),
|
|
181
|
+
* // overrideKnowledgeBaseSearchType: "STRING_VALUE",
|
|
182
|
+
* // },
|
|
183
|
+
* // },
|
|
184
|
+
* // },
|
|
185
|
+
* // ],
|
|
186
|
+
* // },
|
|
187
|
+
* // emailOverviewAIAgentConfiguration: { // EmailOverviewAIAgentConfiguration
|
|
188
|
+
* // emailOverviewAIPromptId: "STRING_VALUE",
|
|
189
|
+
* // locale: "STRING_VALUE",
|
|
190
|
+
* // },
|
|
191
|
+
* // emailGenerativeAnswerAIAgentConfiguration: { // EmailGenerativeAnswerAIAgentConfiguration
|
|
192
|
+
* // emailGenerativeAnswerAIPromptId: "STRING_VALUE",
|
|
193
|
+
* // emailQueryReformulationAIPromptId: "STRING_VALUE",
|
|
194
|
+
* // locale: "STRING_VALUE",
|
|
195
|
+
* // associationConfigurations: [
|
|
196
|
+
* // {
|
|
197
|
+
* // associationId: "STRING_VALUE",
|
|
198
|
+
* // associationType: "STRING_VALUE",
|
|
199
|
+
* // associationConfigurationData: {// Union: only one key present
|
|
200
|
+
* // knowledgeBaseAssociationConfigurationData: {
|
|
201
|
+
* // contentTagFilter: {// Union: only one key present
|
|
202
|
+
* // tagCondition: "<TagCondition>",
|
|
203
|
+
* // andConditions: "<AndConditions>",
|
|
204
|
+
* // orConditions: [
|
|
205
|
+
* // {// Union: only one key present
|
|
206
|
+
* // andConditions: "<AndConditions>",
|
|
207
|
+
* // tagCondition: "<TagCondition>",
|
|
208
|
+
* // },
|
|
209
|
+
* // ],
|
|
210
|
+
* // },
|
|
211
|
+
* // maxResults: Number("int"),
|
|
212
|
+
* // overrideKnowledgeBaseSearchType: "STRING_VALUE",
|
|
213
|
+
* // },
|
|
214
|
+
* // },
|
|
215
|
+
* // },
|
|
216
|
+
* // ],
|
|
217
|
+
* // },
|
|
160
218
|
* // },
|
|
161
219
|
* // origin: "STRING_VALUE",
|
|
162
220
|
* // description: "STRING_VALUE",
|
|
@@ -155,6 +155,64 @@ declare const ListAIAgentsCommand_base: {
|
|
|
155
155
|
* // },
|
|
156
156
|
* // ],
|
|
157
157
|
* // },
|
|
158
|
+
* // emailResponseAIAgentConfiguration: { // EmailResponseAIAgentConfiguration
|
|
159
|
+
* // emailResponseAIPromptId: "STRING_VALUE",
|
|
160
|
+
* // emailQueryReformulationAIPromptId: "STRING_VALUE",
|
|
161
|
+
* // locale: "STRING_VALUE",
|
|
162
|
+
* // associationConfigurations: [
|
|
163
|
+
* // {
|
|
164
|
+
* // associationId: "STRING_VALUE",
|
|
165
|
+
* // associationType: "STRING_VALUE",
|
|
166
|
+
* // associationConfigurationData: {// Union: only one key present
|
|
167
|
+
* // knowledgeBaseAssociationConfigurationData: {
|
|
168
|
+
* // contentTagFilter: {// Union: only one key present
|
|
169
|
+
* // tagCondition: "<TagCondition>",
|
|
170
|
+
* // andConditions: "<AndConditions>",
|
|
171
|
+
* // orConditions: [
|
|
172
|
+
* // {// Union: only one key present
|
|
173
|
+
* // andConditions: "<AndConditions>",
|
|
174
|
+
* // tagCondition: "<TagCondition>",
|
|
175
|
+
* // },
|
|
176
|
+
* // ],
|
|
177
|
+
* // },
|
|
178
|
+
* // maxResults: Number("int"),
|
|
179
|
+
* // overrideKnowledgeBaseSearchType: "STRING_VALUE",
|
|
180
|
+
* // },
|
|
181
|
+
* // },
|
|
182
|
+
* // },
|
|
183
|
+
* // ],
|
|
184
|
+
* // },
|
|
185
|
+
* // emailOverviewAIAgentConfiguration: { // EmailOverviewAIAgentConfiguration
|
|
186
|
+
* // emailOverviewAIPromptId: "STRING_VALUE",
|
|
187
|
+
* // locale: "STRING_VALUE",
|
|
188
|
+
* // },
|
|
189
|
+
* // emailGenerativeAnswerAIAgentConfiguration: { // EmailGenerativeAnswerAIAgentConfiguration
|
|
190
|
+
* // emailGenerativeAnswerAIPromptId: "STRING_VALUE",
|
|
191
|
+
* // emailQueryReformulationAIPromptId: "STRING_VALUE",
|
|
192
|
+
* // locale: "STRING_VALUE",
|
|
193
|
+
* // associationConfigurations: [
|
|
194
|
+
* // {
|
|
195
|
+
* // associationId: "STRING_VALUE",
|
|
196
|
+
* // associationType: "STRING_VALUE",
|
|
197
|
+
* // associationConfigurationData: {// Union: only one key present
|
|
198
|
+
* // knowledgeBaseAssociationConfigurationData: {
|
|
199
|
+
* // contentTagFilter: {// Union: only one key present
|
|
200
|
+
* // tagCondition: "<TagCondition>",
|
|
201
|
+
* // andConditions: "<AndConditions>",
|
|
202
|
+
* // orConditions: [
|
|
203
|
+
* // {// Union: only one key present
|
|
204
|
+
* // andConditions: "<AndConditions>",
|
|
205
|
+
* // tagCondition: "<TagCondition>",
|
|
206
|
+
* // },
|
|
207
|
+
* // ],
|
|
208
|
+
* // },
|
|
209
|
+
* // maxResults: Number("int"),
|
|
210
|
+
* // overrideKnowledgeBaseSearchType: "STRING_VALUE",
|
|
211
|
+
* // },
|
|
212
|
+
* // },
|
|
213
|
+
* // },
|
|
214
|
+
* // ],
|
|
215
|
+
* // },
|
|
158
216
|
* // },
|
|
159
217
|
* // origin: "STRING_VALUE",
|
|
160
218
|
* // description: "STRING_VALUE",
|
|
@@ -200,6 +200,21 @@ declare const QueryAssistantCommand_base: {
|
|
|
200
200
|
* // ],
|
|
201
201
|
* // nextChunkToken: "STRING_VALUE",
|
|
202
202
|
* // },
|
|
203
|
+
* // emailResponseChunkData: { // EmailResponseChunkDataDetails
|
|
204
|
+
* // completion: "STRING_VALUE",
|
|
205
|
+
* // nextChunkToken: "STRING_VALUE",
|
|
206
|
+
* // },
|
|
207
|
+
* // emailOverviewChunkData: { // EmailOverviewChunkDataDetails
|
|
208
|
+
* // completion: "STRING_VALUE",
|
|
209
|
+
* // nextChunkToken: "STRING_VALUE",
|
|
210
|
+
* // },
|
|
211
|
+
* // emailGenerativeAnswerChunkData: { // EmailGenerativeAnswerChunkDataDetails
|
|
212
|
+
* // completion: "STRING_VALUE",
|
|
213
|
+
* // references: [
|
|
214
|
+
* // "<DataSummary>",
|
|
215
|
+
* // ],
|
|
216
|
+
* // nextChunkToken: "STRING_VALUE",
|
|
217
|
+
* // },
|
|
203
218
|
* // },
|
|
204
219
|
* // },
|
|
205
220
|
* // ],
|
|
@@ -232,6 +247,19 @@ declare const QueryAssistantCommand_base: {
|
|
|
232
247
|
* // ],
|
|
233
248
|
* // nextChunkToken: "STRING_VALUE",
|
|
234
249
|
* // },
|
|
250
|
+
* // emailResponseChunkData: {
|
|
251
|
+
* // completion: "STRING_VALUE",
|
|
252
|
+
* // nextChunkToken: "STRING_VALUE",
|
|
253
|
+
* // },
|
|
254
|
+
* // emailOverviewChunkData: {
|
|
255
|
+
* // completion: "STRING_VALUE",
|
|
256
|
+
* // nextChunkToken: "STRING_VALUE",
|
|
257
|
+
* // },
|
|
258
|
+
* // emailGenerativeAnswerChunkData: {
|
|
259
|
+
* // completion: "STRING_VALUE",
|
|
260
|
+
* // references: "<DataSummaryList>",
|
|
261
|
+
* // nextChunkToken: "STRING_VALUE",
|
|
262
|
+
* // },
|
|
235
263
|
* // },
|
|
236
264
|
* // },
|
|
237
265
|
* // type: "STRING_VALUE",
|
|
@@ -141,6 +141,64 @@ declare const UpdateAIAgentCommand_base: {
|
|
|
141
141
|
* },
|
|
142
142
|
* ],
|
|
143
143
|
* },
|
|
144
|
+
* emailResponseAIAgentConfiguration: { // EmailResponseAIAgentConfiguration
|
|
145
|
+
* emailResponseAIPromptId: "STRING_VALUE",
|
|
146
|
+
* emailQueryReformulationAIPromptId: "STRING_VALUE",
|
|
147
|
+
* locale: "STRING_VALUE",
|
|
148
|
+
* associationConfigurations: [
|
|
149
|
+
* {
|
|
150
|
+
* associationId: "STRING_VALUE",
|
|
151
|
+
* associationType: "STRING_VALUE",
|
|
152
|
+
* associationConfigurationData: {// Union: only one key present
|
|
153
|
+
* knowledgeBaseAssociationConfigurationData: {
|
|
154
|
+
* contentTagFilter: {// Union: only one key present
|
|
155
|
+
* tagCondition: "<TagCondition>",
|
|
156
|
+
* andConditions: "<AndConditions>",
|
|
157
|
+
* orConditions: [
|
|
158
|
+
* {// Union: only one key present
|
|
159
|
+
* andConditions: "<AndConditions>",
|
|
160
|
+
* tagCondition: "<TagCondition>",
|
|
161
|
+
* },
|
|
162
|
+
* ],
|
|
163
|
+
* },
|
|
164
|
+
* maxResults: Number("int"),
|
|
165
|
+
* overrideKnowledgeBaseSearchType: "STRING_VALUE",
|
|
166
|
+
* },
|
|
167
|
+
* },
|
|
168
|
+
* },
|
|
169
|
+
* ],
|
|
170
|
+
* },
|
|
171
|
+
* emailOverviewAIAgentConfiguration: { // EmailOverviewAIAgentConfiguration
|
|
172
|
+
* emailOverviewAIPromptId: "STRING_VALUE",
|
|
173
|
+
* locale: "STRING_VALUE",
|
|
174
|
+
* },
|
|
175
|
+
* emailGenerativeAnswerAIAgentConfiguration: { // EmailGenerativeAnswerAIAgentConfiguration
|
|
176
|
+
* emailGenerativeAnswerAIPromptId: "STRING_VALUE",
|
|
177
|
+
* emailQueryReformulationAIPromptId: "STRING_VALUE",
|
|
178
|
+
* locale: "STRING_VALUE",
|
|
179
|
+
* associationConfigurations: [
|
|
180
|
+
* {
|
|
181
|
+
* associationId: "STRING_VALUE",
|
|
182
|
+
* associationType: "STRING_VALUE",
|
|
183
|
+
* associationConfigurationData: {// Union: only one key present
|
|
184
|
+
* knowledgeBaseAssociationConfigurationData: {
|
|
185
|
+
* contentTagFilter: {// Union: only one key present
|
|
186
|
+
* tagCondition: "<TagCondition>",
|
|
187
|
+
* andConditions: "<AndConditions>",
|
|
188
|
+
* orConditions: [
|
|
189
|
+
* {// Union: only one key present
|
|
190
|
+
* andConditions: "<AndConditions>",
|
|
191
|
+
* tagCondition: "<TagCondition>",
|
|
192
|
+
* },
|
|
193
|
+
* ],
|
|
194
|
+
* },
|
|
195
|
+
* maxResults: Number("int"),
|
|
196
|
+
* overrideKnowledgeBaseSearchType: "STRING_VALUE",
|
|
197
|
+
* },
|
|
198
|
+
* },
|
|
199
|
+
* },
|
|
200
|
+
* ],
|
|
201
|
+
* },
|
|
144
202
|
* },
|
|
145
203
|
* description: "STRING_VALUE",
|
|
146
204
|
* };
|
|
@@ -254,6 +312,64 @@ declare const UpdateAIAgentCommand_base: {
|
|
|
254
312
|
* // },
|
|
255
313
|
* // ],
|
|
256
314
|
* // },
|
|
315
|
+
* // emailResponseAIAgentConfiguration: { // EmailResponseAIAgentConfiguration
|
|
316
|
+
* // emailResponseAIPromptId: "STRING_VALUE",
|
|
317
|
+
* // emailQueryReformulationAIPromptId: "STRING_VALUE",
|
|
318
|
+
* // locale: "STRING_VALUE",
|
|
319
|
+
* // associationConfigurations: [
|
|
320
|
+
* // {
|
|
321
|
+
* // associationId: "STRING_VALUE",
|
|
322
|
+
* // associationType: "STRING_VALUE",
|
|
323
|
+
* // associationConfigurationData: {// Union: only one key present
|
|
324
|
+
* // knowledgeBaseAssociationConfigurationData: {
|
|
325
|
+
* // contentTagFilter: {// Union: only one key present
|
|
326
|
+
* // tagCondition: "<TagCondition>",
|
|
327
|
+
* // andConditions: "<AndConditions>",
|
|
328
|
+
* // orConditions: [
|
|
329
|
+
* // {// Union: only one key present
|
|
330
|
+
* // andConditions: "<AndConditions>",
|
|
331
|
+
* // tagCondition: "<TagCondition>",
|
|
332
|
+
* // },
|
|
333
|
+
* // ],
|
|
334
|
+
* // },
|
|
335
|
+
* // maxResults: Number("int"),
|
|
336
|
+
* // overrideKnowledgeBaseSearchType: "STRING_VALUE",
|
|
337
|
+
* // },
|
|
338
|
+
* // },
|
|
339
|
+
* // },
|
|
340
|
+
* // ],
|
|
341
|
+
* // },
|
|
342
|
+
* // emailOverviewAIAgentConfiguration: { // EmailOverviewAIAgentConfiguration
|
|
343
|
+
* // emailOverviewAIPromptId: "STRING_VALUE",
|
|
344
|
+
* // locale: "STRING_VALUE",
|
|
345
|
+
* // },
|
|
346
|
+
* // emailGenerativeAnswerAIAgentConfiguration: { // EmailGenerativeAnswerAIAgentConfiguration
|
|
347
|
+
* // emailGenerativeAnswerAIPromptId: "STRING_VALUE",
|
|
348
|
+
* // emailQueryReformulationAIPromptId: "STRING_VALUE",
|
|
349
|
+
* // locale: "STRING_VALUE",
|
|
350
|
+
* // associationConfigurations: [
|
|
351
|
+
* // {
|
|
352
|
+
* // associationId: "STRING_VALUE",
|
|
353
|
+
* // associationType: "STRING_VALUE",
|
|
354
|
+
* // associationConfigurationData: {// Union: only one key present
|
|
355
|
+
* // knowledgeBaseAssociationConfigurationData: {
|
|
356
|
+
* // contentTagFilter: {// Union: only one key present
|
|
357
|
+
* // tagCondition: "<TagCondition>",
|
|
358
|
+
* // andConditions: "<AndConditions>",
|
|
359
|
+
* // orConditions: [
|
|
360
|
+
* // {// Union: only one key present
|
|
361
|
+
* // andConditions: "<AndConditions>",
|
|
362
|
+
* // tagCondition: "<TagCondition>",
|
|
363
|
+
* // },
|
|
364
|
+
* // ],
|
|
365
|
+
* // },
|
|
366
|
+
* // maxResults: Number("int"),
|
|
367
|
+
* // overrideKnowledgeBaseSearchType: "STRING_VALUE",
|
|
368
|
+
* // },
|
|
369
|
+
* // },
|
|
370
|
+
* // },
|
|
371
|
+
* // ],
|
|
372
|
+
* // },
|
|
257
373
|
* // },
|
|
258
374
|
* // modifiedTime: new Date("TIMESTAMP"),
|
|
259
375
|
* // description: "STRING_VALUE",
|