@aws-sdk/client-lex-runtime-service 3.1074.0 → 3.1076.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 +746 -15
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +7 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -1
- package/package.json +8 -8
- package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
- package/dist-cjs/endpoint/bdd.js +0 -54
- package/dist-cjs/endpoint/endpointResolver.js +0 -14
- package/dist-cjs/models/LexRuntimeServiceServiceException.js +0 -8
- package/dist-cjs/models/errors.js +0 -141
- package/dist-cjs/runtimeConfig.browser.js +0 -32
- package/dist-cjs/runtimeConfig.js +0 -45
- package/dist-cjs/runtimeConfig.native.js +0 -12
- package/dist-cjs/runtimeConfig.shared.js +0 -39
- package/dist-cjs/schemas/schemas_0.js +0 -394
|
@@ -1,394 +0,0 @@
|
|
|
1
|
-
const _A = "Accept";
|
|
2
|
-
const _AC = "ActiveContext";
|
|
3
|
-
const _ACL = "ActiveContextsList";
|
|
4
|
-
const _ACPM = "ActiveContextParametersMap";
|
|
5
|
-
const _ACTTL = "ActiveContextTimeToLive";
|
|
6
|
-
const _B = "Button";
|
|
7
|
-
const _BGE = "BadGatewayException";
|
|
8
|
-
const _BRE = "BadRequestException";
|
|
9
|
-
const _BS = "BlobStream";
|
|
10
|
-
const _CE = "ConflictException";
|
|
11
|
-
const _CT = "Content-Type";
|
|
12
|
-
const _DA = "DialogAction";
|
|
13
|
-
const _DFE = "DependencyFailedException";
|
|
14
|
-
const _DS = "DeleteSession";
|
|
15
|
-
const _DSR = "DeleteSessionRequest";
|
|
16
|
-
const _DSRe = "DeleteSessionResponse";
|
|
17
|
-
const _GA = "GenericAttachment";
|
|
18
|
-
const _GS = "GetSession";
|
|
19
|
-
const _GSR = "GetSessionRequest";
|
|
20
|
-
const _GSRe = "GetSessionResponse";
|
|
21
|
-
const _IC = "IntentConfidence";
|
|
22
|
-
const _IFE = "InternalFailureException";
|
|
23
|
-
const _IL = "IntentList";
|
|
24
|
-
const _IS = "IntentSummary";
|
|
25
|
-
const _ISL = "IntentSummaryList";
|
|
26
|
-
const _LDE = "LoopDetectedException";
|
|
27
|
-
const _LEE = "LimitExceededException";
|
|
28
|
-
const _M = "Message";
|
|
29
|
-
const _NAE = "NotAcceptableException";
|
|
30
|
-
const _NFE = "NotFoundException";
|
|
31
|
-
const _PC = "PostContent";
|
|
32
|
-
const _PCR = "PostContentRequest";
|
|
33
|
-
const _PCRo = "PostContentResponse";
|
|
34
|
-
const _PI = "PredictedIntent";
|
|
35
|
-
const _PS = "PutSession";
|
|
36
|
-
const _PSR = "PutSessionRequest";
|
|
37
|
-
const _PSRu = "PutSessionResponse";
|
|
38
|
-
const _PT = "PostText";
|
|
39
|
-
const _PTR = "PostTextRequest";
|
|
40
|
-
const _PTRo = "PostTextResponse";
|
|
41
|
-
const _RA = "Retry-After";
|
|
42
|
-
const _RC = "ResponseCard";
|
|
43
|
-
const _RTE = "RequestTimeoutException";
|
|
44
|
-
const _SJACS = "SynthesizedJsonActiveContextsString";
|
|
45
|
-
const _SJAS = "SynthesizedJsonAttributesString";
|
|
46
|
-
const _SJS = "SynthesizedJsonString";
|
|
47
|
-
const _SM = "StringMap";
|
|
48
|
-
const _SR = "SentimentResponse";
|
|
49
|
-
const _SS = "SensitiveString";
|
|
50
|
-
const _SSU = "SensitiveStringUnbounded";
|
|
51
|
-
const _T = "Text";
|
|
52
|
-
const _UMTE = "UnsupportedMediaTypeException";
|
|
53
|
-
const _a = "application/json";
|
|
54
|
-
const _aC = "activeContexts";
|
|
55
|
-
const _aI = "alternativeIntents";
|
|
56
|
-
const _aLU = "attachmentLinkUrl";
|
|
57
|
-
const _aS = "audioStream";
|
|
58
|
-
const _ac = "accept";
|
|
59
|
-
const _b = "buttons";
|
|
60
|
-
const _bA = "botAlias";
|
|
61
|
-
const _bN = "botName";
|
|
62
|
-
const _bV = "botVersion";
|
|
63
|
-
const _c = "client";
|
|
64
|
-
const _cL = "checkpointLabel";
|
|
65
|
-
const _cLF = "checkpointLabelFilter";
|
|
66
|
-
const _cS = "confirmationStatus";
|
|
67
|
-
const _cT = "contentType";
|
|
68
|
-
const _dA = "dialogAction";
|
|
69
|
-
const _dAT = "dialogActionType";
|
|
70
|
-
const _dS = "dialogState";
|
|
71
|
-
const _e = "error";
|
|
72
|
-
const _eIT = "encodedInputTranscript";
|
|
73
|
-
const _eM = "encodedMessage";
|
|
74
|
-
const _fS = "fulfillmentState";
|
|
75
|
-
const _gA = "genericAttachments";
|
|
76
|
-
const _gAL = "genericAttachmentList";
|
|
77
|
-
const _h = "http";
|
|
78
|
-
const _hE = "httpError";
|
|
79
|
-
const _hH = "httpHeader";
|
|
80
|
-
const _hQ = "httpQuery";
|
|
81
|
-
const _iN = "intentName";
|
|
82
|
-
const _iS = "inputStream";
|
|
83
|
-
const _iT = "inputTranscript";
|
|
84
|
-
const _iTn = "inputText";
|
|
85
|
-
const _iU = "imageUrl";
|
|
86
|
-
const _lOB = "listOfButtons";
|
|
87
|
-
const _m = "message";
|
|
88
|
-
const _mF = "messageFormat";
|
|
89
|
-
const _mT = "mediaType";
|
|
90
|
-
const _n = "name";
|
|
91
|
-
const _nIC = "nluIntentConfidence";
|
|
92
|
-
const _p = "parameters";
|
|
93
|
-
const _rA = "requestAttributes";
|
|
94
|
-
const _rAS = "retryAfterSeconds";
|
|
95
|
-
const _rC = "responseCard";
|
|
96
|
-
const _rISV = "recentIntentSummaryView";
|
|
97
|
-
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.lexruntimeservice";
|
|
98
|
-
const _sA = "sessionAttributes";
|
|
99
|
-
const _sI = "sessionId";
|
|
100
|
-
const _sL = "sentimentLabel";
|
|
101
|
-
const _sR = "sentimentResponse";
|
|
102
|
-
const _sS = "sentimentScore";
|
|
103
|
-
const _sT = "subTitle";
|
|
104
|
-
const _sTE = "slotToElicit";
|
|
105
|
-
const _sc = "score";
|
|
106
|
-
const _se = "server";
|
|
107
|
-
const _sen = "sensitive";
|
|
108
|
-
const _sl = "slots";
|
|
109
|
-
const _st = "streaming";
|
|
110
|
-
const _t = "text";
|
|
111
|
-
const _tTL = "timeToLive";
|
|
112
|
-
const _tTLIS = "timeToLiveInSeconds";
|
|
113
|
-
const _tTLu = "turnsToLive";
|
|
114
|
-
const _ti = "title";
|
|
115
|
-
const _ty = "type";
|
|
116
|
-
const _uI = "userId";
|
|
117
|
-
const _v = "value";
|
|
118
|
-
const _ve = "version";
|
|
119
|
-
const _xalac = "x-amz-lex-active-contexts";
|
|
120
|
-
const _xalai = "x-amz-lex-alternative-intents";
|
|
121
|
-
const _xalbv = "x-amz-lex-bot-version";
|
|
122
|
-
const _xalds = "x-amz-lex-dialog-state";
|
|
123
|
-
const _xaleit = "x-amz-lex-encoded-input-transcript";
|
|
124
|
-
const _xalem = "x-amz-lex-encoded-message";
|
|
125
|
-
const _xalin = "x-amz-lex-intent-name";
|
|
126
|
-
const _xalit = "x-amz-lex-input-transcript";
|
|
127
|
-
const _xalm = "x-amz-lex-message";
|
|
128
|
-
const _xalmf = "x-amz-lex-message-format";
|
|
129
|
-
const _xalnic = "x-amz-lex-nlu-intent-confidence";
|
|
130
|
-
const _xalra = "x-amz-lex-request-attributes";
|
|
131
|
-
const _xals = "x-amz-lex-slots";
|
|
132
|
-
const _xals_ = "x-amz-lex-sentiment";
|
|
133
|
-
const _xalsa = "x-amz-lex-session-attributes";
|
|
134
|
-
const _xalsi = "x-amz-lex-session-id";
|
|
135
|
-
const _xalste = "x-amz-lex-slot-to-elicit";
|
|
136
|
-
const n0 = "com.amazonaws.lexruntimeservice";
|
|
137
|
-
const { TypeRegistry } = require("@smithy/core/schema");
|
|
138
|
-
const { BadGatewayException, BadRequestException, ConflictException, DependencyFailedException, InternalFailureException, LimitExceededException, LoopDetectedException, NotAcceptableException, NotFoundException, RequestTimeoutException, UnsupportedMediaTypeException } = require("../models/errors");
|
|
139
|
-
const { LexRuntimeServiceServiceException } = require("../models/LexRuntimeServiceServiceException");
|
|
140
|
-
const _s_registry = TypeRegistry.for(_s);
|
|
141
|
-
const LexRuntimeServiceServiceException$ = [-3, _s, "LexRuntimeServiceServiceException", 0, [], []];
|
|
142
|
-
exports.LexRuntimeServiceServiceException$ = LexRuntimeServiceServiceException$;
|
|
143
|
-
_s_registry.registerError(LexRuntimeServiceServiceException$, LexRuntimeServiceServiceException);
|
|
144
|
-
const n0_registry = TypeRegistry.for(n0);
|
|
145
|
-
const BadGatewayException$ = [-3, n0, _BGE,
|
|
146
|
-
{ [_e]: _se, [_hE]: 502 },
|
|
147
|
-
[_M],
|
|
148
|
-
[0]
|
|
149
|
-
];
|
|
150
|
-
exports.BadGatewayException$ = BadGatewayException$;
|
|
151
|
-
n0_registry.registerError(BadGatewayException$, BadGatewayException);
|
|
152
|
-
const BadRequestException$ = [-3, n0, _BRE,
|
|
153
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
154
|
-
[_m],
|
|
155
|
-
[0]
|
|
156
|
-
];
|
|
157
|
-
exports.BadRequestException$ = BadRequestException$;
|
|
158
|
-
n0_registry.registerError(BadRequestException$, BadRequestException);
|
|
159
|
-
const ConflictException$ = [-3, n0, _CE,
|
|
160
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
161
|
-
[_m],
|
|
162
|
-
[0]
|
|
163
|
-
];
|
|
164
|
-
exports.ConflictException$ = ConflictException$;
|
|
165
|
-
n0_registry.registerError(ConflictException$, ConflictException);
|
|
166
|
-
const DependencyFailedException$ = [-3, n0, _DFE,
|
|
167
|
-
{ [_e]: _c, [_hE]: 424 },
|
|
168
|
-
[_M],
|
|
169
|
-
[0]
|
|
170
|
-
];
|
|
171
|
-
exports.DependencyFailedException$ = DependencyFailedException$;
|
|
172
|
-
n0_registry.registerError(DependencyFailedException$, DependencyFailedException);
|
|
173
|
-
const InternalFailureException$ = [-3, n0, _IFE,
|
|
174
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
175
|
-
[_m],
|
|
176
|
-
[0]
|
|
177
|
-
];
|
|
178
|
-
exports.InternalFailureException$ = InternalFailureException$;
|
|
179
|
-
n0_registry.registerError(InternalFailureException$, InternalFailureException);
|
|
180
|
-
const LimitExceededException$ = [-3, n0, _LEE,
|
|
181
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
182
|
-
[_rAS, _m],
|
|
183
|
-
[[0, { [_hH]: _RA }], 0]
|
|
184
|
-
];
|
|
185
|
-
exports.LimitExceededException$ = LimitExceededException$;
|
|
186
|
-
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
187
|
-
const LoopDetectedException$ = [-3, n0, _LDE,
|
|
188
|
-
{ [_e]: _se, [_hE]: 508 },
|
|
189
|
-
[_M],
|
|
190
|
-
[0]
|
|
191
|
-
];
|
|
192
|
-
exports.LoopDetectedException$ = LoopDetectedException$;
|
|
193
|
-
n0_registry.registerError(LoopDetectedException$, LoopDetectedException);
|
|
194
|
-
const NotAcceptableException$ = [-3, n0, _NAE,
|
|
195
|
-
{ [_e]: _c, [_hE]: 406 },
|
|
196
|
-
[_m],
|
|
197
|
-
[0]
|
|
198
|
-
];
|
|
199
|
-
exports.NotAcceptableException$ = NotAcceptableException$;
|
|
200
|
-
n0_registry.registerError(NotAcceptableException$, NotAcceptableException);
|
|
201
|
-
const NotFoundException$ = [-3, n0, _NFE,
|
|
202
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
203
|
-
[_m],
|
|
204
|
-
[0]
|
|
205
|
-
];
|
|
206
|
-
exports.NotFoundException$ = NotFoundException$;
|
|
207
|
-
n0_registry.registerError(NotFoundException$, NotFoundException);
|
|
208
|
-
const RequestTimeoutException$ = [-3, n0, _RTE,
|
|
209
|
-
{ [_e]: _c, [_hE]: 408 },
|
|
210
|
-
[_m],
|
|
211
|
-
[0]
|
|
212
|
-
];
|
|
213
|
-
exports.RequestTimeoutException$ = RequestTimeoutException$;
|
|
214
|
-
n0_registry.registerError(RequestTimeoutException$, RequestTimeoutException);
|
|
215
|
-
const UnsupportedMediaTypeException$ = [-3, n0, _UMTE,
|
|
216
|
-
{ [_e]: _c, [_hE]: 415 },
|
|
217
|
-
[_m],
|
|
218
|
-
[0]
|
|
219
|
-
];
|
|
220
|
-
exports.UnsupportedMediaTypeException$ = UnsupportedMediaTypeException$;
|
|
221
|
-
n0_registry.registerError(UnsupportedMediaTypeException$, UnsupportedMediaTypeException);
|
|
222
|
-
exports.errorTypeRegistries = [
|
|
223
|
-
_s_registry,
|
|
224
|
-
n0_registry,
|
|
225
|
-
];
|
|
226
|
-
var BlobStream = [0, n0, _BS, { [_st]: 1 }, 42];
|
|
227
|
-
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
228
|
-
var SensitiveStringUnbounded = [0, n0, _SSU, 8, 0];
|
|
229
|
-
var SynthesizedJsonActiveContextsString = [0, n0, _SJACS, { [_mT]: _a, [_sen]: 1 }, 0];
|
|
230
|
-
var SynthesizedJsonAttributesString = [0, n0, _SJAS, { [_mT]: _a, [_sen]: 1 }, 0];
|
|
231
|
-
var SynthesizedJsonString = [0, n0, _SJS, { [_mT]: _a }, 0];
|
|
232
|
-
var Text = [0, n0, _T, 8, 0];
|
|
233
|
-
const ActiveContext$ = [3, n0, _AC,
|
|
234
|
-
0,
|
|
235
|
-
[_n, _tTL, _p],
|
|
236
|
-
[0, () => ActiveContextTimeToLive$, [() => ActiveContextParametersMap, 0]], 3
|
|
237
|
-
];
|
|
238
|
-
exports.ActiveContext$ = ActiveContext$;
|
|
239
|
-
const ActiveContextTimeToLive$ = [3, n0, _ACTTL,
|
|
240
|
-
0,
|
|
241
|
-
[_tTLIS, _tTLu],
|
|
242
|
-
[1, 1]
|
|
243
|
-
];
|
|
244
|
-
exports.ActiveContextTimeToLive$ = ActiveContextTimeToLive$;
|
|
245
|
-
const Button$ = [3, n0, _B,
|
|
246
|
-
0,
|
|
247
|
-
[_t, _v],
|
|
248
|
-
[0, 0], 2
|
|
249
|
-
];
|
|
250
|
-
exports.Button$ = Button$;
|
|
251
|
-
const DeleteSessionRequest$ = [3, n0, _DSR,
|
|
252
|
-
0,
|
|
253
|
-
[_bN, _bA, _uI],
|
|
254
|
-
[[0, 1], [0, 1], [0, 1]], 3
|
|
255
|
-
];
|
|
256
|
-
exports.DeleteSessionRequest$ = DeleteSessionRequest$;
|
|
257
|
-
const DeleteSessionResponse$ = [3, n0, _DSRe,
|
|
258
|
-
0,
|
|
259
|
-
[_bN, _bA, _uI, _sI],
|
|
260
|
-
[0, 0, 0, 0]
|
|
261
|
-
];
|
|
262
|
-
exports.DeleteSessionResponse$ = DeleteSessionResponse$;
|
|
263
|
-
const DialogAction$ = [3, n0, _DA,
|
|
264
|
-
0,
|
|
265
|
-
[_ty, _iN, _sl, _sTE, _fS, _m, _mF],
|
|
266
|
-
[0, 0, [() => StringMap, 0], 0, 0, [() => Text, 0], 0], 1
|
|
267
|
-
];
|
|
268
|
-
exports.DialogAction$ = DialogAction$;
|
|
269
|
-
const GenericAttachment$ = [3, n0, _GA,
|
|
270
|
-
0,
|
|
271
|
-
[_ti, _sT, _aLU, _iU, _b],
|
|
272
|
-
[0, 0, 0, 0, () => listOfButtons]
|
|
273
|
-
];
|
|
274
|
-
exports.GenericAttachment$ = GenericAttachment$;
|
|
275
|
-
const GetSessionRequest$ = [3, n0, _GSR,
|
|
276
|
-
0,
|
|
277
|
-
[_bN, _bA, _uI, _cLF],
|
|
278
|
-
[[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _cLF }]], 3
|
|
279
|
-
];
|
|
280
|
-
exports.GetSessionRequest$ = GetSessionRequest$;
|
|
281
|
-
const GetSessionResponse$ = [3, n0, _GSRe,
|
|
282
|
-
0,
|
|
283
|
-
[_rISV, _sA, _sI, _dA, _aC],
|
|
284
|
-
[[() => IntentSummaryList, 0], [() => StringMap, 0], 0, [() => DialogAction$, 0], [() => ActiveContextsList, 0]]
|
|
285
|
-
];
|
|
286
|
-
exports.GetSessionResponse$ = GetSessionResponse$;
|
|
287
|
-
const IntentConfidence$ = [3, n0, _IC,
|
|
288
|
-
0,
|
|
289
|
-
[_sc],
|
|
290
|
-
[1]
|
|
291
|
-
];
|
|
292
|
-
exports.IntentConfidence$ = IntentConfidence$;
|
|
293
|
-
const IntentSummary$ = [3, n0, _IS,
|
|
294
|
-
0,
|
|
295
|
-
[_dAT, _iN, _cL, _sl, _cS, _fS, _sTE],
|
|
296
|
-
[0, 0, 0, [() => StringMap, 0], 0, 0, 0], 1
|
|
297
|
-
];
|
|
298
|
-
exports.IntentSummary$ = IntentSummary$;
|
|
299
|
-
const PostContentRequest$ = [3, n0, _PCR,
|
|
300
|
-
0,
|
|
301
|
-
[_bN, _bA, _uI, _cT, _iS, _sA, _rA, _ac, _aC],
|
|
302
|
-
[[0, 1], [0, 1], [0, 1], [0, { [_hH]: _CT }], [() => BlobStream, 16], [() => SynthesizedJsonAttributesString, { [_hH]: _xalsa }], [() => SynthesizedJsonAttributesString, { [_hH]: _xalra }], [0, { [_hH]: _A }], [() => SynthesizedJsonActiveContextsString, { [_hH]: _xalac }]], 5
|
|
303
|
-
];
|
|
304
|
-
exports.PostContentRequest$ = PostContentRequest$;
|
|
305
|
-
const PostContentResponse$ = [3, n0, _PCRo,
|
|
306
|
-
0,
|
|
307
|
-
[_cT, _iN, _nIC, _aI, _sl, _sA, _sR, _m, _eM, _mF, _dS, _sTE, _iT, _eIT, _aS, _bV, _sI, _aC],
|
|
308
|
-
[[0, { [_hH]: _CT }], [0, { [_hH]: _xalin }], [() => SynthesizedJsonString, { [_hH]: _xalnic }], [() => SynthesizedJsonString, { [_hH]: _xalai }], [() => SynthesizedJsonString, { [_hH]: _xals }], [() => SynthesizedJsonString, { [_hH]: _xalsa }], [0, { [_hH]: _xals_ }], [() => Text, { [_hH]: _xalm }], [() => SensitiveString, { [_hH]: _xalem }], [0, { [_hH]: _xalmf }], [0, { [_hH]: _xalds }], [0, { [_hH]: _xalste }], [0, { [_hH]: _xalit }], [() => SensitiveStringUnbounded, { [_hH]: _xaleit }], [() => BlobStream, 16], [0, { [_hH]: _xalbv }], [0, { [_hH]: _xalsi }], [() => SynthesizedJsonActiveContextsString, { [_hH]: _xalac }]]
|
|
309
|
-
];
|
|
310
|
-
exports.PostContentResponse$ = PostContentResponse$;
|
|
311
|
-
const PostTextRequest$ = [3, n0, _PTR,
|
|
312
|
-
0,
|
|
313
|
-
[_bN, _bA, _uI, _iTn, _sA, _rA, _aC],
|
|
314
|
-
[[0, 1], [0, 1], [0, 1], [() => Text, 0], [() => StringMap, 0], [() => StringMap, 0], [() => ActiveContextsList, 0]], 4
|
|
315
|
-
];
|
|
316
|
-
exports.PostTextRequest$ = PostTextRequest$;
|
|
317
|
-
const PostTextResponse$ = [3, n0, _PTRo,
|
|
318
|
-
0,
|
|
319
|
-
[_iN, _nIC, _aI, _sl, _sA, _m, _sR, _mF, _dS, _sTE, _rC, _sI, _bV, _aC],
|
|
320
|
-
[0, () => IntentConfidence$, [() => IntentList, 0], [() => StringMap, 0], [() => StringMap, 0], [() => Text, 0], () => SentimentResponse$, 0, 0, 0, () => ResponseCard$, 0, 0, [() => ActiveContextsList, 0]]
|
|
321
|
-
];
|
|
322
|
-
exports.PostTextResponse$ = PostTextResponse$;
|
|
323
|
-
const PredictedIntent$ = [3, n0, _PI,
|
|
324
|
-
0,
|
|
325
|
-
[_iN, _nIC, _sl],
|
|
326
|
-
[0, () => IntentConfidence$, [() => StringMap, 0]]
|
|
327
|
-
];
|
|
328
|
-
exports.PredictedIntent$ = PredictedIntent$;
|
|
329
|
-
const PutSessionRequest$ = [3, n0, _PSR,
|
|
330
|
-
0,
|
|
331
|
-
[_bN, _bA, _uI, _sA, _dA, _rISV, _ac, _aC],
|
|
332
|
-
[[0, 1], [0, 1], [0, 1], [() => StringMap, 0], [() => DialogAction$, 0], [() => IntentSummaryList, 0], [0, { [_hH]: _A }], [() => ActiveContextsList, 0]], 3
|
|
333
|
-
];
|
|
334
|
-
exports.PutSessionRequest$ = PutSessionRequest$;
|
|
335
|
-
const PutSessionResponse$ = [3, n0, _PSRu,
|
|
336
|
-
0,
|
|
337
|
-
[_cT, _iN, _sl, _sA, _m, _eM, _mF, _dS, _sTE, _aS, _sI, _aC],
|
|
338
|
-
[[0, { [_hH]: _CT }], [0, { [_hH]: _xalin }], [() => SynthesizedJsonString, { [_hH]: _xals }], [() => SynthesizedJsonString, { [_hH]: _xalsa }], [() => Text, { [_hH]: _xalm }], [() => SensitiveString, { [_hH]: _xalem }], [0, { [_hH]: _xalmf }], [0, { [_hH]: _xalds }], [0, { [_hH]: _xalste }], [() => BlobStream, 16], [0, { [_hH]: _xalsi }], [() => SynthesizedJsonActiveContextsString, { [_hH]: _xalac }]]
|
|
339
|
-
];
|
|
340
|
-
exports.PutSessionResponse$ = PutSessionResponse$;
|
|
341
|
-
const ResponseCard$ = [3, n0, _RC,
|
|
342
|
-
0,
|
|
343
|
-
[_ve, _cT, _gA],
|
|
344
|
-
[0, 0, () => genericAttachmentList]
|
|
345
|
-
];
|
|
346
|
-
exports.ResponseCard$ = ResponseCard$;
|
|
347
|
-
const SentimentResponse$ = [3, n0, _SR,
|
|
348
|
-
0,
|
|
349
|
-
[_sL, _sS],
|
|
350
|
-
[0, 0]
|
|
351
|
-
];
|
|
352
|
-
exports.SentimentResponse$ = SentimentResponse$;
|
|
353
|
-
var ActiveContextsList = [1, n0, _ACL,
|
|
354
|
-
8, [() => ActiveContext$,
|
|
355
|
-
0]
|
|
356
|
-
];
|
|
357
|
-
var genericAttachmentList = [1, n0, _gAL,
|
|
358
|
-
0, () => GenericAttachment$
|
|
359
|
-
];
|
|
360
|
-
var IntentList = [1, n0, _IL,
|
|
361
|
-
0, [() => PredictedIntent$,
|
|
362
|
-
0]
|
|
363
|
-
];
|
|
364
|
-
var IntentSummaryList = [1, n0, _ISL,
|
|
365
|
-
0, [() => IntentSummary$,
|
|
366
|
-
0]
|
|
367
|
-
];
|
|
368
|
-
var listOfButtons = [1, n0, _lOB,
|
|
369
|
-
0, () => Button$
|
|
370
|
-
];
|
|
371
|
-
var ActiveContextParametersMap = [2, n0, _ACPM,
|
|
372
|
-
0, [0,
|
|
373
|
-
0],
|
|
374
|
-
[() => Text,
|
|
375
|
-
0]
|
|
376
|
-
];
|
|
377
|
-
var StringMap = [2, n0, _SM,
|
|
378
|
-
8, 0, 0
|
|
379
|
-
];
|
|
380
|
-
exports.DeleteSession$ = [9, n0, _DS,
|
|
381
|
-
{ [_h]: ["DELETE", "/bot/{botName}/alias/{botAlias}/user/{userId}/session", 200] }, () => DeleteSessionRequest$, () => DeleteSessionResponse$
|
|
382
|
-
];
|
|
383
|
-
exports.GetSession$ = [9, n0, _GS,
|
|
384
|
-
{ [_h]: ["GET", "/bot/{botName}/alias/{botAlias}/user/{userId}/session", 200] }, () => GetSessionRequest$, () => GetSessionResponse$
|
|
385
|
-
];
|
|
386
|
-
exports.PostContent$ = [9, n0, _PC,
|
|
387
|
-
{ [_h]: ["POST", "/bot/{botName}/alias/{botAlias}/user/{userId}/content", 200] }, () => PostContentRequest$, () => PostContentResponse$
|
|
388
|
-
];
|
|
389
|
-
exports.PostText$ = [9, n0, _PT,
|
|
390
|
-
{ [_h]: ["POST", "/bot/{botName}/alias/{botAlias}/user/{userId}/text", 200] }, () => PostTextRequest$, () => PostTextResponse$
|
|
391
|
-
];
|
|
392
|
-
exports.PutSession$ = [9, n0, _PS,
|
|
393
|
-
{ [_h]: ["POST", "/bot/{botName}/alias/{botAlias}/user/{userId}/session", 200] }, () => PutSessionRequest$, () => PutSessionResponse$
|
|
394
|
-
];
|