@aws-sdk/client-lex-runtime-v2 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/LexRuntimeV2.d.ts +106 -35
- package/dist-types/ts3.4/LexRuntimeV2Client.d.ts +157 -85
- package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutSessionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RecognizeTextCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RecognizeUtteranceCommand.d.ts +47 -24
- package/dist-types/ts3.4/commands/StartConversationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +6 -6
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/LexRuntimeV2ServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +852 -263
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +80 -20
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -40
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -40
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -39
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +39 -39
|
@@ -1,263 +1,852 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
export interface
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
}
|
|
55
|
-
export
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
export
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
export declare
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
export
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
}
|
|
145
|
-
export declare enum
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
export interface
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
export interface
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Readable } from "stream";
|
|
3
|
+
import { LexRuntimeV2ServiceException as __BaseException } from "./LexRuntimeV2ServiceException";
|
|
4
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
+
readonly name: "AccessDeniedException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
constructor(
|
|
8
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
export interface ActiveContextTimeToLive {
|
|
12
|
+
timeToLiveInSeconds: number | undefined;
|
|
13
|
+
turnsToLive: number | undefined;
|
|
14
|
+
}
|
|
15
|
+
export interface ActiveContext {
|
|
16
|
+
name: string | undefined;
|
|
17
|
+
timeToLive: ActiveContextTimeToLive | undefined;
|
|
18
|
+
contextAttributes: Record<string, string> | undefined;
|
|
19
|
+
}
|
|
20
|
+
export interface AudioInputEvent {
|
|
21
|
+
audioChunk?: Uint8Array;
|
|
22
|
+
contentType: string | undefined;
|
|
23
|
+
eventId?: string;
|
|
24
|
+
clientTimestampMillis?: number;
|
|
25
|
+
}
|
|
26
|
+
export interface AudioResponseEvent {
|
|
27
|
+
audioChunk?: Uint8Array;
|
|
28
|
+
contentType?: string;
|
|
29
|
+
eventId?: string;
|
|
30
|
+
}
|
|
31
|
+
export declare class ConflictException extends __BaseException {
|
|
32
|
+
readonly name: "ConflictException";
|
|
33
|
+
readonly $fault: "client";
|
|
34
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
35
|
+
}
|
|
36
|
+
export interface DeleteSessionRequest {
|
|
37
|
+
botId: string | undefined;
|
|
38
|
+
botAliasId: string | undefined;
|
|
39
|
+
localeId: string | undefined;
|
|
40
|
+
sessionId: string | undefined;
|
|
41
|
+
}
|
|
42
|
+
export interface DeleteSessionResponse {
|
|
43
|
+
botId?: string;
|
|
44
|
+
botAliasId?: string;
|
|
45
|
+
localeId?: string;
|
|
46
|
+
sessionId?: string;
|
|
47
|
+
}
|
|
48
|
+
export declare class InternalServerException extends __BaseException {
|
|
49
|
+
readonly name: "InternalServerException";
|
|
50
|
+
readonly $fault: "server";
|
|
51
|
+
constructor(
|
|
52
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
53
|
+
);
|
|
54
|
+
}
|
|
55
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
56
|
+
readonly name: "ResourceNotFoundException";
|
|
57
|
+
readonly $fault: "client";
|
|
58
|
+
constructor(
|
|
59
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
60
|
+
);
|
|
61
|
+
}
|
|
62
|
+
export declare class ThrottlingException extends __BaseException {
|
|
63
|
+
readonly name: "ThrottlingException";
|
|
64
|
+
readonly $fault: "client";
|
|
65
|
+
constructor(
|
|
66
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
67
|
+
);
|
|
68
|
+
}
|
|
69
|
+
export declare class ValidationException extends __BaseException {
|
|
70
|
+
readonly name: "ValidationException";
|
|
71
|
+
readonly $fault: "client";
|
|
72
|
+
constructor(
|
|
73
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
74
|
+
);
|
|
75
|
+
}
|
|
76
|
+
export interface GetSessionRequest {
|
|
77
|
+
botId: string | undefined;
|
|
78
|
+
botAliasId: string | undefined;
|
|
79
|
+
localeId: string | undefined;
|
|
80
|
+
sessionId: string | undefined;
|
|
81
|
+
}
|
|
82
|
+
export declare enum ConfirmationState {
|
|
83
|
+
CONFIRMED = "Confirmed",
|
|
84
|
+
DENIED = "Denied",
|
|
85
|
+
NONE = "None",
|
|
86
|
+
}
|
|
87
|
+
export declare enum Shape {
|
|
88
|
+
COMPOSITE = "Composite",
|
|
89
|
+
LIST = "List",
|
|
90
|
+
SCALAR = "Scalar",
|
|
91
|
+
}
|
|
92
|
+
export interface Value {
|
|
93
|
+
originalValue?: string;
|
|
94
|
+
interpretedValue: string | undefined;
|
|
95
|
+
resolvedValues?: string[];
|
|
96
|
+
}
|
|
97
|
+
export declare enum IntentState {
|
|
98
|
+
FAILED = "Failed",
|
|
99
|
+
FULFILLED = "Fulfilled",
|
|
100
|
+
FULFILLMENT_IN_PROGRESS = "FulfillmentInProgress",
|
|
101
|
+
IN_PROGRESS = "InProgress",
|
|
102
|
+
READY_FOR_FULFILLMENT = "ReadyForFulfillment",
|
|
103
|
+
WAITING = "Waiting",
|
|
104
|
+
}
|
|
105
|
+
export interface ConfidenceScore {
|
|
106
|
+
score?: number;
|
|
107
|
+
}
|
|
108
|
+
export declare enum SentimentType {
|
|
109
|
+
MIXED = "MIXED",
|
|
110
|
+
NEGATIVE = "NEGATIVE",
|
|
111
|
+
NEUTRAL = "NEUTRAL",
|
|
112
|
+
POSITIVE = "POSITIVE",
|
|
113
|
+
}
|
|
114
|
+
export interface SentimentScore {
|
|
115
|
+
positive?: number;
|
|
116
|
+
negative?: number;
|
|
117
|
+
neutral?: number;
|
|
118
|
+
mixed?: number;
|
|
119
|
+
}
|
|
120
|
+
export interface SentimentResponse {
|
|
121
|
+
sentiment?: SentimentType | string;
|
|
122
|
+
sentimentScore?: SentimentScore;
|
|
123
|
+
}
|
|
124
|
+
export declare enum MessageContentType {
|
|
125
|
+
CUSTOM_PAYLOAD = "CustomPayload",
|
|
126
|
+
IMAGE_RESPONSE_CARD = "ImageResponseCard",
|
|
127
|
+
PLAIN_TEXT = "PlainText",
|
|
128
|
+
SSML = "SSML",
|
|
129
|
+
}
|
|
130
|
+
export interface Button {
|
|
131
|
+
text: string | undefined;
|
|
132
|
+
value: string | undefined;
|
|
133
|
+
}
|
|
134
|
+
export interface ImageResponseCard {
|
|
135
|
+
title: string | undefined;
|
|
136
|
+
subtitle?: string;
|
|
137
|
+
imageUrl?: string;
|
|
138
|
+
buttons?: Button[];
|
|
139
|
+
}
|
|
140
|
+
export interface Message {
|
|
141
|
+
content?: string;
|
|
142
|
+
contentType: MessageContentType | string | undefined;
|
|
143
|
+
imageResponseCard?: ImageResponseCard;
|
|
144
|
+
}
|
|
145
|
+
export declare enum StyleType {
|
|
146
|
+
DEFAULT = "Default",
|
|
147
|
+
SPELL_BY_LETTER = "SpellByLetter",
|
|
148
|
+
SPELL_BY_WORD = "SpellByWord",
|
|
149
|
+
}
|
|
150
|
+
export declare enum DialogActionType {
|
|
151
|
+
CLOSE = "Close",
|
|
152
|
+
CONFIRM_INTENT = "ConfirmIntent",
|
|
153
|
+
DELEGATE = "Delegate",
|
|
154
|
+
ELICIT_INTENT = "ElicitIntent",
|
|
155
|
+
ELICIT_SLOT = "ElicitSlot",
|
|
156
|
+
NONE = "None",
|
|
157
|
+
}
|
|
158
|
+
export interface RuntimeHintValue {
|
|
159
|
+
phrase: string | undefined;
|
|
160
|
+
}
|
|
161
|
+
export declare class BadGatewayException extends __BaseException {
|
|
162
|
+
readonly name: "BadGatewayException";
|
|
163
|
+
readonly $fault: "server";
|
|
164
|
+
constructor(
|
|
165
|
+
opts: __ExceptionOptionType<BadGatewayException, __BaseException>
|
|
166
|
+
);
|
|
167
|
+
}
|
|
168
|
+
export declare class DependencyFailedException extends __BaseException {
|
|
169
|
+
readonly name: "DependencyFailedException";
|
|
170
|
+
readonly $fault: "client";
|
|
171
|
+
constructor(
|
|
172
|
+
opts: __ExceptionOptionType<DependencyFailedException, __BaseException>
|
|
173
|
+
);
|
|
174
|
+
}
|
|
175
|
+
export interface PutSessionResponse {
|
|
176
|
+
contentType?: string;
|
|
177
|
+
messages?: string;
|
|
178
|
+
sessionState?: string;
|
|
179
|
+
requestAttributes?: string;
|
|
180
|
+
sessionId?: string;
|
|
181
|
+
audioStream?: Readable | ReadableStream | Blob;
|
|
182
|
+
}
|
|
183
|
+
export interface RecognizeUtteranceRequest {
|
|
184
|
+
botId: string | undefined;
|
|
185
|
+
botAliasId: string | undefined;
|
|
186
|
+
localeId: string | undefined;
|
|
187
|
+
sessionId: string | undefined;
|
|
188
|
+
sessionState?: string;
|
|
189
|
+
requestAttributes?: string;
|
|
190
|
+
requestContentType: string | undefined;
|
|
191
|
+
responseContentType?: string;
|
|
192
|
+
inputStream?: Readable | ReadableStream | Blob;
|
|
193
|
+
}
|
|
194
|
+
export interface RecognizeUtteranceResponse {
|
|
195
|
+
inputMode?: string;
|
|
196
|
+
contentType?: string;
|
|
197
|
+
messages?: string;
|
|
198
|
+
interpretations?: string;
|
|
199
|
+
sessionState?: string;
|
|
200
|
+
requestAttributes?: string;
|
|
201
|
+
sessionId?: string;
|
|
202
|
+
inputTranscript?: string;
|
|
203
|
+
audioStream?: Readable | ReadableStream | Blob;
|
|
204
|
+
}
|
|
205
|
+
export declare enum ConversationMode {
|
|
206
|
+
AUDIO = "AUDIO",
|
|
207
|
+
TEXT = "TEXT",
|
|
208
|
+
}
|
|
209
|
+
export interface DisconnectionEvent {
|
|
210
|
+
eventId?: string;
|
|
211
|
+
clientTimestampMillis?: number;
|
|
212
|
+
}
|
|
213
|
+
export interface DTMFInputEvent {
|
|
214
|
+
inputCharacter: string | undefined;
|
|
215
|
+
eventId?: string;
|
|
216
|
+
clientTimestampMillis?: number;
|
|
217
|
+
}
|
|
218
|
+
export interface PlaybackCompletionEvent {
|
|
219
|
+
eventId?: string;
|
|
220
|
+
clientTimestampMillis?: number;
|
|
221
|
+
}
|
|
222
|
+
export interface TextInputEvent {
|
|
223
|
+
text: string | undefined;
|
|
224
|
+
eventId?: string;
|
|
225
|
+
clientTimestampMillis?: number;
|
|
226
|
+
}
|
|
227
|
+
export interface HeartbeatEvent {
|
|
228
|
+
eventId?: string;
|
|
229
|
+
}
|
|
230
|
+
export declare enum InputMode {
|
|
231
|
+
DTMF = "DTMF",
|
|
232
|
+
SPEECH = "Speech",
|
|
233
|
+
TEXT = "Text",
|
|
234
|
+
}
|
|
235
|
+
export declare enum PlaybackInterruptionReason {
|
|
236
|
+
DTMF_START_DETECTED = "DTMF_START_DETECTED",
|
|
237
|
+
TEXT_DETECTED = "TEXT_DETECTED",
|
|
238
|
+
VOICE_START_DETECTED = "VOICE_START_DETECTED",
|
|
239
|
+
}
|
|
240
|
+
export interface PlaybackInterruptionEvent {
|
|
241
|
+
eventReason?: PlaybackInterruptionReason | string;
|
|
242
|
+
causedByEventId?: string;
|
|
243
|
+
eventId?: string;
|
|
244
|
+
}
|
|
245
|
+
export interface TextResponseEvent {
|
|
246
|
+
messages?: Message[];
|
|
247
|
+
eventId?: string;
|
|
248
|
+
}
|
|
249
|
+
export interface TranscriptEvent {
|
|
250
|
+
transcript?: string;
|
|
251
|
+
eventId?: string;
|
|
252
|
+
}
|
|
253
|
+
export interface ElicitSubSlot {
|
|
254
|
+
name: string | undefined;
|
|
255
|
+
subSlotToElicit?: ElicitSubSlot;
|
|
256
|
+
}
|
|
257
|
+
export interface DialogAction {
|
|
258
|
+
type: DialogActionType | string | undefined;
|
|
259
|
+
slotToElicit?: string;
|
|
260
|
+
slotElicitationStyle?: StyleType | string;
|
|
261
|
+
subSlotToElicit?: ElicitSubSlot;
|
|
262
|
+
}
|
|
263
|
+
export interface RuntimeHintDetails {
|
|
264
|
+
runtimeHintValues?: RuntimeHintValue[];
|
|
265
|
+
subSlotHints?: Record<string, RuntimeHintDetails>;
|
|
266
|
+
}
|
|
267
|
+
export interface RuntimeHints {
|
|
268
|
+
slotHints?: Record<string, Record<string, RuntimeHintDetails>>;
|
|
269
|
+
}
|
|
270
|
+
export interface Slot {
|
|
271
|
+
value?: Value;
|
|
272
|
+
shape?: Shape | string;
|
|
273
|
+
values?: Slot[];
|
|
274
|
+
subSlots?: Record<string, Slot>;
|
|
275
|
+
}
|
|
276
|
+
export interface Intent {
|
|
277
|
+
name: string | undefined;
|
|
278
|
+
slots?: Record<string, Slot>;
|
|
279
|
+
state?: IntentState | string;
|
|
280
|
+
confirmationState?: ConfirmationState | string;
|
|
281
|
+
}
|
|
282
|
+
export interface Interpretation {
|
|
283
|
+
nluConfidence?: ConfidenceScore;
|
|
284
|
+
sentimentResponse?: SentimentResponse;
|
|
285
|
+
intent?: Intent;
|
|
286
|
+
}
|
|
287
|
+
export interface SessionState {
|
|
288
|
+
dialogAction?: DialogAction;
|
|
289
|
+
intent?: Intent;
|
|
290
|
+
activeContexts?: ActiveContext[];
|
|
291
|
+
sessionAttributes?: Record<string, string>;
|
|
292
|
+
originatingRequestId?: string;
|
|
293
|
+
runtimeHints?: RuntimeHints;
|
|
294
|
+
}
|
|
295
|
+
export interface ConfigurationEvent {
|
|
296
|
+
requestAttributes?: Record<string, string>;
|
|
297
|
+
responseContentType: string | undefined;
|
|
298
|
+
sessionState?: SessionState;
|
|
299
|
+
welcomeMessages?: Message[];
|
|
300
|
+
disablePlayback?: boolean;
|
|
301
|
+
eventId?: string;
|
|
302
|
+
clientTimestampMillis?: number;
|
|
303
|
+
}
|
|
304
|
+
export interface PutSessionRequest {
|
|
305
|
+
botId: string | undefined;
|
|
306
|
+
botAliasId: string | undefined;
|
|
307
|
+
localeId: string | undefined;
|
|
308
|
+
sessionId: string | undefined;
|
|
309
|
+
messages?: Message[];
|
|
310
|
+
sessionState: SessionState | undefined;
|
|
311
|
+
requestAttributes?: Record<string, string>;
|
|
312
|
+
responseContentType?: string;
|
|
313
|
+
}
|
|
314
|
+
export interface RecognizeTextRequest {
|
|
315
|
+
botId: string | undefined;
|
|
316
|
+
botAliasId: string | undefined;
|
|
317
|
+
localeId: string | undefined;
|
|
318
|
+
sessionId: string | undefined;
|
|
319
|
+
text: string | undefined;
|
|
320
|
+
sessionState?: SessionState;
|
|
321
|
+
requestAttributes?: Record<string, string>;
|
|
322
|
+
}
|
|
323
|
+
export declare type StartConversationRequestEventStream =
|
|
324
|
+
| StartConversationRequestEventStream.AudioInputEventMember
|
|
325
|
+
| StartConversationRequestEventStream.ConfigurationEventMember
|
|
326
|
+
| StartConversationRequestEventStream.DTMFInputEventMember
|
|
327
|
+
| StartConversationRequestEventStream.DisconnectionEventMember
|
|
328
|
+
| StartConversationRequestEventStream.PlaybackCompletionEventMember
|
|
329
|
+
| StartConversationRequestEventStream.TextInputEventMember
|
|
330
|
+
| StartConversationRequestEventStream.$UnknownMember;
|
|
331
|
+
export declare namespace StartConversationRequestEventStream {
|
|
332
|
+
interface ConfigurationEventMember {
|
|
333
|
+
ConfigurationEvent: ConfigurationEvent;
|
|
334
|
+
AudioInputEvent?: never;
|
|
335
|
+
DTMFInputEvent?: never;
|
|
336
|
+
TextInputEvent?: never;
|
|
337
|
+
PlaybackCompletionEvent?: never;
|
|
338
|
+
DisconnectionEvent?: never;
|
|
339
|
+
$unknown?: never;
|
|
340
|
+
}
|
|
341
|
+
interface AudioInputEventMember {
|
|
342
|
+
ConfigurationEvent?: never;
|
|
343
|
+
AudioInputEvent: AudioInputEvent;
|
|
344
|
+
DTMFInputEvent?: never;
|
|
345
|
+
TextInputEvent?: never;
|
|
346
|
+
PlaybackCompletionEvent?: never;
|
|
347
|
+
DisconnectionEvent?: never;
|
|
348
|
+
$unknown?: never;
|
|
349
|
+
}
|
|
350
|
+
interface DTMFInputEventMember {
|
|
351
|
+
ConfigurationEvent?: never;
|
|
352
|
+
AudioInputEvent?: never;
|
|
353
|
+
DTMFInputEvent: DTMFInputEvent;
|
|
354
|
+
TextInputEvent?: never;
|
|
355
|
+
PlaybackCompletionEvent?: never;
|
|
356
|
+
DisconnectionEvent?: never;
|
|
357
|
+
$unknown?: never;
|
|
358
|
+
}
|
|
359
|
+
interface TextInputEventMember {
|
|
360
|
+
ConfigurationEvent?: never;
|
|
361
|
+
AudioInputEvent?: never;
|
|
362
|
+
DTMFInputEvent?: never;
|
|
363
|
+
TextInputEvent: TextInputEvent;
|
|
364
|
+
PlaybackCompletionEvent?: never;
|
|
365
|
+
DisconnectionEvent?: never;
|
|
366
|
+
$unknown?: never;
|
|
367
|
+
}
|
|
368
|
+
interface PlaybackCompletionEventMember {
|
|
369
|
+
ConfigurationEvent?: never;
|
|
370
|
+
AudioInputEvent?: never;
|
|
371
|
+
DTMFInputEvent?: never;
|
|
372
|
+
TextInputEvent?: never;
|
|
373
|
+
PlaybackCompletionEvent: PlaybackCompletionEvent;
|
|
374
|
+
DisconnectionEvent?: never;
|
|
375
|
+
$unknown?: never;
|
|
376
|
+
}
|
|
377
|
+
interface DisconnectionEventMember {
|
|
378
|
+
ConfigurationEvent?: never;
|
|
379
|
+
AudioInputEvent?: never;
|
|
380
|
+
DTMFInputEvent?: never;
|
|
381
|
+
TextInputEvent?: never;
|
|
382
|
+
PlaybackCompletionEvent?: never;
|
|
383
|
+
DisconnectionEvent: DisconnectionEvent;
|
|
384
|
+
$unknown?: never;
|
|
385
|
+
}
|
|
386
|
+
interface $UnknownMember {
|
|
387
|
+
ConfigurationEvent?: never;
|
|
388
|
+
AudioInputEvent?: never;
|
|
389
|
+
DTMFInputEvent?: never;
|
|
390
|
+
TextInputEvent?: never;
|
|
391
|
+
PlaybackCompletionEvent?: never;
|
|
392
|
+
DisconnectionEvent?: never;
|
|
393
|
+
$unknown: [string, any];
|
|
394
|
+
}
|
|
395
|
+
interface Visitor<T> {
|
|
396
|
+
ConfigurationEvent: (value: ConfigurationEvent) => T;
|
|
397
|
+
AudioInputEvent: (value: AudioInputEvent) => T;
|
|
398
|
+
DTMFInputEvent: (value: DTMFInputEvent) => T;
|
|
399
|
+
TextInputEvent: (value: TextInputEvent) => T;
|
|
400
|
+
PlaybackCompletionEvent: (value: PlaybackCompletionEvent) => T;
|
|
401
|
+
DisconnectionEvent: (value: DisconnectionEvent) => T;
|
|
402
|
+
_: (name: string, value: any) => T;
|
|
403
|
+
}
|
|
404
|
+
const visit: <T>(
|
|
405
|
+
value: StartConversationRequestEventStream,
|
|
406
|
+
visitor: Visitor<T>
|
|
407
|
+
) => T;
|
|
408
|
+
}
|
|
409
|
+
export interface StartConversationRequest {
|
|
410
|
+
botId: string | undefined;
|
|
411
|
+
botAliasId: string | undefined;
|
|
412
|
+
localeId: string | undefined;
|
|
413
|
+
sessionId: string | undefined;
|
|
414
|
+
conversationMode?: ConversationMode | string;
|
|
415
|
+
requestEventStream:
|
|
416
|
+
| AsyncIterable<StartConversationRequestEventStream>
|
|
417
|
+
| undefined;
|
|
418
|
+
}
|
|
419
|
+
export interface GetSessionResponse {
|
|
420
|
+
sessionId?: string;
|
|
421
|
+
messages?: Message[];
|
|
422
|
+
interpretations?: Interpretation[];
|
|
423
|
+
sessionState?: SessionState;
|
|
424
|
+
}
|
|
425
|
+
export interface IntentResultEvent {
|
|
426
|
+
inputMode?: InputMode | string;
|
|
427
|
+
interpretations?: Interpretation[];
|
|
428
|
+
sessionState?: SessionState;
|
|
429
|
+
requestAttributes?: Record<string, string>;
|
|
430
|
+
sessionId?: string;
|
|
431
|
+
eventId?: string;
|
|
432
|
+
}
|
|
433
|
+
export interface RecognizeTextResponse {
|
|
434
|
+
messages?: Message[];
|
|
435
|
+
sessionState?: SessionState;
|
|
436
|
+
interpretations?: Interpretation[];
|
|
437
|
+
requestAttributes?: Record<string, string>;
|
|
438
|
+
sessionId?: string;
|
|
439
|
+
}
|
|
440
|
+
export declare type StartConversationResponseEventStream =
|
|
441
|
+
| StartConversationResponseEventStream.AccessDeniedExceptionMember
|
|
442
|
+
| StartConversationResponseEventStream.AudioResponseEventMember
|
|
443
|
+
| StartConversationResponseEventStream.BadGatewayExceptionMember
|
|
444
|
+
| StartConversationResponseEventStream.ConflictExceptionMember
|
|
445
|
+
| StartConversationResponseEventStream.DependencyFailedExceptionMember
|
|
446
|
+
| StartConversationResponseEventStream.HeartbeatEventMember
|
|
447
|
+
| StartConversationResponseEventStream.IntentResultEventMember
|
|
448
|
+
| StartConversationResponseEventStream.InternalServerExceptionMember
|
|
449
|
+
| StartConversationResponseEventStream.PlaybackInterruptionEventMember
|
|
450
|
+
| StartConversationResponseEventStream.ResourceNotFoundExceptionMember
|
|
451
|
+
| StartConversationResponseEventStream.TextResponseEventMember
|
|
452
|
+
| StartConversationResponseEventStream.ThrottlingExceptionMember
|
|
453
|
+
| StartConversationResponseEventStream.TranscriptEventMember
|
|
454
|
+
| StartConversationResponseEventStream.ValidationExceptionMember
|
|
455
|
+
| StartConversationResponseEventStream.$UnknownMember;
|
|
456
|
+
export declare namespace StartConversationResponseEventStream {
|
|
457
|
+
interface PlaybackInterruptionEventMember {
|
|
458
|
+
PlaybackInterruptionEvent: PlaybackInterruptionEvent;
|
|
459
|
+
TranscriptEvent?: never;
|
|
460
|
+
IntentResultEvent?: never;
|
|
461
|
+
TextResponseEvent?: never;
|
|
462
|
+
AudioResponseEvent?: never;
|
|
463
|
+
HeartbeatEvent?: never;
|
|
464
|
+
AccessDeniedException?: never;
|
|
465
|
+
ResourceNotFoundException?: never;
|
|
466
|
+
ValidationException?: never;
|
|
467
|
+
ThrottlingException?: never;
|
|
468
|
+
InternalServerException?: never;
|
|
469
|
+
ConflictException?: never;
|
|
470
|
+
DependencyFailedException?: never;
|
|
471
|
+
BadGatewayException?: never;
|
|
472
|
+
$unknown?: never;
|
|
473
|
+
}
|
|
474
|
+
interface TranscriptEventMember {
|
|
475
|
+
PlaybackInterruptionEvent?: never;
|
|
476
|
+
TranscriptEvent: TranscriptEvent;
|
|
477
|
+
IntentResultEvent?: never;
|
|
478
|
+
TextResponseEvent?: never;
|
|
479
|
+
AudioResponseEvent?: never;
|
|
480
|
+
HeartbeatEvent?: never;
|
|
481
|
+
AccessDeniedException?: never;
|
|
482
|
+
ResourceNotFoundException?: never;
|
|
483
|
+
ValidationException?: never;
|
|
484
|
+
ThrottlingException?: never;
|
|
485
|
+
InternalServerException?: never;
|
|
486
|
+
ConflictException?: never;
|
|
487
|
+
DependencyFailedException?: never;
|
|
488
|
+
BadGatewayException?: never;
|
|
489
|
+
$unknown?: never;
|
|
490
|
+
}
|
|
491
|
+
interface IntentResultEventMember {
|
|
492
|
+
PlaybackInterruptionEvent?: never;
|
|
493
|
+
TranscriptEvent?: never;
|
|
494
|
+
IntentResultEvent: IntentResultEvent;
|
|
495
|
+
TextResponseEvent?: never;
|
|
496
|
+
AudioResponseEvent?: never;
|
|
497
|
+
HeartbeatEvent?: never;
|
|
498
|
+
AccessDeniedException?: never;
|
|
499
|
+
ResourceNotFoundException?: never;
|
|
500
|
+
ValidationException?: never;
|
|
501
|
+
ThrottlingException?: never;
|
|
502
|
+
InternalServerException?: never;
|
|
503
|
+
ConflictException?: never;
|
|
504
|
+
DependencyFailedException?: never;
|
|
505
|
+
BadGatewayException?: never;
|
|
506
|
+
$unknown?: never;
|
|
507
|
+
}
|
|
508
|
+
interface TextResponseEventMember {
|
|
509
|
+
PlaybackInterruptionEvent?: never;
|
|
510
|
+
TranscriptEvent?: never;
|
|
511
|
+
IntentResultEvent?: never;
|
|
512
|
+
TextResponseEvent: TextResponseEvent;
|
|
513
|
+
AudioResponseEvent?: never;
|
|
514
|
+
HeartbeatEvent?: never;
|
|
515
|
+
AccessDeniedException?: never;
|
|
516
|
+
ResourceNotFoundException?: never;
|
|
517
|
+
ValidationException?: never;
|
|
518
|
+
ThrottlingException?: never;
|
|
519
|
+
InternalServerException?: never;
|
|
520
|
+
ConflictException?: never;
|
|
521
|
+
DependencyFailedException?: never;
|
|
522
|
+
BadGatewayException?: never;
|
|
523
|
+
$unknown?: never;
|
|
524
|
+
}
|
|
525
|
+
interface AudioResponseEventMember {
|
|
526
|
+
PlaybackInterruptionEvent?: never;
|
|
527
|
+
TranscriptEvent?: never;
|
|
528
|
+
IntentResultEvent?: never;
|
|
529
|
+
TextResponseEvent?: never;
|
|
530
|
+
AudioResponseEvent: AudioResponseEvent;
|
|
531
|
+
HeartbeatEvent?: never;
|
|
532
|
+
AccessDeniedException?: never;
|
|
533
|
+
ResourceNotFoundException?: never;
|
|
534
|
+
ValidationException?: never;
|
|
535
|
+
ThrottlingException?: never;
|
|
536
|
+
InternalServerException?: never;
|
|
537
|
+
ConflictException?: never;
|
|
538
|
+
DependencyFailedException?: never;
|
|
539
|
+
BadGatewayException?: never;
|
|
540
|
+
$unknown?: never;
|
|
541
|
+
}
|
|
542
|
+
interface HeartbeatEventMember {
|
|
543
|
+
PlaybackInterruptionEvent?: never;
|
|
544
|
+
TranscriptEvent?: never;
|
|
545
|
+
IntentResultEvent?: never;
|
|
546
|
+
TextResponseEvent?: never;
|
|
547
|
+
AudioResponseEvent?: never;
|
|
548
|
+
HeartbeatEvent: HeartbeatEvent;
|
|
549
|
+
AccessDeniedException?: never;
|
|
550
|
+
ResourceNotFoundException?: never;
|
|
551
|
+
ValidationException?: never;
|
|
552
|
+
ThrottlingException?: never;
|
|
553
|
+
InternalServerException?: never;
|
|
554
|
+
ConflictException?: never;
|
|
555
|
+
DependencyFailedException?: never;
|
|
556
|
+
BadGatewayException?: never;
|
|
557
|
+
$unknown?: never;
|
|
558
|
+
}
|
|
559
|
+
interface AccessDeniedExceptionMember {
|
|
560
|
+
PlaybackInterruptionEvent?: never;
|
|
561
|
+
TranscriptEvent?: never;
|
|
562
|
+
IntentResultEvent?: never;
|
|
563
|
+
TextResponseEvent?: never;
|
|
564
|
+
AudioResponseEvent?: never;
|
|
565
|
+
HeartbeatEvent?: never;
|
|
566
|
+
AccessDeniedException: AccessDeniedException;
|
|
567
|
+
ResourceNotFoundException?: never;
|
|
568
|
+
ValidationException?: never;
|
|
569
|
+
ThrottlingException?: never;
|
|
570
|
+
InternalServerException?: never;
|
|
571
|
+
ConflictException?: never;
|
|
572
|
+
DependencyFailedException?: never;
|
|
573
|
+
BadGatewayException?: never;
|
|
574
|
+
$unknown?: never;
|
|
575
|
+
}
|
|
576
|
+
interface ResourceNotFoundExceptionMember {
|
|
577
|
+
PlaybackInterruptionEvent?: never;
|
|
578
|
+
TranscriptEvent?: never;
|
|
579
|
+
IntentResultEvent?: never;
|
|
580
|
+
TextResponseEvent?: never;
|
|
581
|
+
AudioResponseEvent?: never;
|
|
582
|
+
HeartbeatEvent?: never;
|
|
583
|
+
AccessDeniedException?: never;
|
|
584
|
+
ResourceNotFoundException: ResourceNotFoundException;
|
|
585
|
+
ValidationException?: never;
|
|
586
|
+
ThrottlingException?: never;
|
|
587
|
+
InternalServerException?: never;
|
|
588
|
+
ConflictException?: never;
|
|
589
|
+
DependencyFailedException?: never;
|
|
590
|
+
BadGatewayException?: never;
|
|
591
|
+
$unknown?: never;
|
|
592
|
+
}
|
|
593
|
+
interface ValidationExceptionMember {
|
|
594
|
+
PlaybackInterruptionEvent?: never;
|
|
595
|
+
TranscriptEvent?: never;
|
|
596
|
+
IntentResultEvent?: never;
|
|
597
|
+
TextResponseEvent?: never;
|
|
598
|
+
AudioResponseEvent?: never;
|
|
599
|
+
HeartbeatEvent?: never;
|
|
600
|
+
AccessDeniedException?: never;
|
|
601
|
+
ResourceNotFoundException?: never;
|
|
602
|
+
ValidationException: ValidationException;
|
|
603
|
+
ThrottlingException?: never;
|
|
604
|
+
InternalServerException?: never;
|
|
605
|
+
ConflictException?: never;
|
|
606
|
+
DependencyFailedException?: never;
|
|
607
|
+
BadGatewayException?: never;
|
|
608
|
+
$unknown?: never;
|
|
609
|
+
}
|
|
610
|
+
interface ThrottlingExceptionMember {
|
|
611
|
+
PlaybackInterruptionEvent?: never;
|
|
612
|
+
TranscriptEvent?: never;
|
|
613
|
+
IntentResultEvent?: never;
|
|
614
|
+
TextResponseEvent?: never;
|
|
615
|
+
AudioResponseEvent?: never;
|
|
616
|
+
HeartbeatEvent?: never;
|
|
617
|
+
AccessDeniedException?: never;
|
|
618
|
+
ResourceNotFoundException?: never;
|
|
619
|
+
ValidationException?: never;
|
|
620
|
+
ThrottlingException: ThrottlingException;
|
|
621
|
+
InternalServerException?: never;
|
|
622
|
+
ConflictException?: never;
|
|
623
|
+
DependencyFailedException?: never;
|
|
624
|
+
BadGatewayException?: never;
|
|
625
|
+
$unknown?: never;
|
|
626
|
+
}
|
|
627
|
+
interface InternalServerExceptionMember {
|
|
628
|
+
PlaybackInterruptionEvent?: never;
|
|
629
|
+
TranscriptEvent?: never;
|
|
630
|
+
IntentResultEvent?: never;
|
|
631
|
+
TextResponseEvent?: never;
|
|
632
|
+
AudioResponseEvent?: never;
|
|
633
|
+
HeartbeatEvent?: never;
|
|
634
|
+
AccessDeniedException?: never;
|
|
635
|
+
ResourceNotFoundException?: never;
|
|
636
|
+
ValidationException?: never;
|
|
637
|
+
ThrottlingException?: never;
|
|
638
|
+
InternalServerException: InternalServerException;
|
|
639
|
+
ConflictException?: never;
|
|
640
|
+
DependencyFailedException?: never;
|
|
641
|
+
BadGatewayException?: never;
|
|
642
|
+
$unknown?: never;
|
|
643
|
+
}
|
|
644
|
+
interface ConflictExceptionMember {
|
|
645
|
+
PlaybackInterruptionEvent?: never;
|
|
646
|
+
TranscriptEvent?: never;
|
|
647
|
+
IntentResultEvent?: never;
|
|
648
|
+
TextResponseEvent?: never;
|
|
649
|
+
AudioResponseEvent?: never;
|
|
650
|
+
HeartbeatEvent?: never;
|
|
651
|
+
AccessDeniedException?: never;
|
|
652
|
+
ResourceNotFoundException?: never;
|
|
653
|
+
ValidationException?: never;
|
|
654
|
+
ThrottlingException?: never;
|
|
655
|
+
InternalServerException?: never;
|
|
656
|
+
ConflictException: ConflictException;
|
|
657
|
+
DependencyFailedException?: never;
|
|
658
|
+
BadGatewayException?: never;
|
|
659
|
+
$unknown?: never;
|
|
660
|
+
}
|
|
661
|
+
interface DependencyFailedExceptionMember {
|
|
662
|
+
PlaybackInterruptionEvent?: never;
|
|
663
|
+
TranscriptEvent?: never;
|
|
664
|
+
IntentResultEvent?: never;
|
|
665
|
+
TextResponseEvent?: never;
|
|
666
|
+
AudioResponseEvent?: never;
|
|
667
|
+
HeartbeatEvent?: never;
|
|
668
|
+
AccessDeniedException?: never;
|
|
669
|
+
ResourceNotFoundException?: never;
|
|
670
|
+
ValidationException?: never;
|
|
671
|
+
ThrottlingException?: never;
|
|
672
|
+
InternalServerException?: never;
|
|
673
|
+
ConflictException?: never;
|
|
674
|
+
DependencyFailedException: DependencyFailedException;
|
|
675
|
+
BadGatewayException?: never;
|
|
676
|
+
$unknown?: never;
|
|
677
|
+
}
|
|
678
|
+
interface BadGatewayExceptionMember {
|
|
679
|
+
PlaybackInterruptionEvent?: never;
|
|
680
|
+
TranscriptEvent?: never;
|
|
681
|
+
IntentResultEvent?: never;
|
|
682
|
+
TextResponseEvent?: never;
|
|
683
|
+
AudioResponseEvent?: never;
|
|
684
|
+
HeartbeatEvent?: never;
|
|
685
|
+
AccessDeniedException?: never;
|
|
686
|
+
ResourceNotFoundException?: never;
|
|
687
|
+
ValidationException?: never;
|
|
688
|
+
ThrottlingException?: never;
|
|
689
|
+
InternalServerException?: never;
|
|
690
|
+
ConflictException?: never;
|
|
691
|
+
DependencyFailedException?: never;
|
|
692
|
+
BadGatewayException: BadGatewayException;
|
|
693
|
+
$unknown?: never;
|
|
694
|
+
}
|
|
695
|
+
interface $UnknownMember {
|
|
696
|
+
PlaybackInterruptionEvent?: never;
|
|
697
|
+
TranscriptEvent?: never;
|
|
698
|
+
IntentResultEvent?: never;
|
|
699
|
+
TextResponseEvent?: never;
|
|
700
|
+
AudioResponseEvent?: never;
|
|
701
|
+
HeartbeatEvent?: never;
|
|
702
|
+
AccessDeniedException?: never;
|
|
703
|
+
ResourceNotFoundException?: never;
|
|
704
|
+
ValidationException?: never;
|
|
705
|
+
ThrottlingException?: never;
|
|
706
|
+
InternalServerException?: never;
|
|
707
|
+
ConflictException?: never;
|
|
708
|
+
DependencyFailedException?: never;
|
|
709
|
+
BadGatewayException?: never;
|
|
710
|
+
$unknown: [string, any];
|
|
711
|
+
}
|
|
712
|
+
interface Visitor<T> {
|
|
713
|
+
PlaybackInterruptionEvent: (value: PlaybackInterruptionEvent) => T;
|
|
714
|
+
TranscriptEvent: (value: TranscriptEvent) => T;
|
|
715
|
+
IntentResultEvent: (value: IntentResultEvent) => T;
|
|
716
|
+
TextResponseEvent: (value: TextResponseEvent) => T;
|
|
717
|
+
AudioResponseEvent: (value: AudioResponseEvent) => T;
|
|
718
|
+
HeartbeatEvent: (value: HeartbeatEvent) => T;
|
|
719
|
+
AccessDeniedException: (value: AccessDeniedException) => T;
|
|
720
|
+
ResourceNotFoundException: (value: ResourceNotFoundException) => T;
|
|
721
|
+
ValidationException: (value: ValidationException) => T;
|
|
722
|
+
ThrottlingException: (value: ThrottlingException) => T;
|
|
723
|
+
InternalServerException: (value: InternalServerException) => T;
|
|
724
|
+
ConflictException: (value: ConflictException) => T;
|
|
725
|
+
DependencyFailedException: (value: DependencyFailedException) => T;
|
|
726
|
+
BadGatewayException: (value: BadGatewayException) => T;
|
|
727
|
+
_: (name: string, value: any) => T;
|
|
728
|
+
}
|
|
729
|
+
const visit: <T>(
|
|
730
|
+
value: StartConversationResponseEventStream,
|
|
731
|
+
visitor: Visitor<T>
|
|
732
|
+
) => T;
|
|
733
|
+
}
|
|
734
|
+
export interface StartConversationResponse {
|
|
735
|
+
responseEventStream?: AsyncIterable<StartConversationResponseEventStream>;
|
|
736
|
+
}
|
|
737
|
+
export declare const ActiveContextTimeToLiveFilterSensitiveLog: (
|
|
738
|
+
obj: ActiveContextTimeToLive
|
|
739
|
+
) => any;
|
|
740
|
+
export declare const ActiveContextFilterSensitiveLog: (
|
|
741
|
+
obj: ActiveContext
|
|
742
|
+
) => any;
|
|
743
|
+
export declare const AudioInputEventFilterSensitiveLog: (
|
|
744
|
+
obj: AudioInputEvent
|
|
745
|
+
) => any;
|
|
746
|
+
export declare const AudioResponseEventFilterSensitiveLog: (
|
|
747
|
+
obj: AudioResponseEvent
|
|
748
|
+
) => any;
|
|
749
|
+
export declare const DeleteSessionRequestFilterSensitiveLog: (
|
|
750
|
+
obj: DeleteSessionRequest
|
|
751
|
+
) => any;
|
|
752
|
+
export declare const DeleteSessionResponseFilterSensitiveLog: (
|
|
753
|
+
obj: DeleteSessionResponse
|
|
754
|
+
) => any;
|
|
755
|
+
export declare const GetSessionRequestFilterSensitiveLog: (
|
|
756
|
+
obj: GetSessionRequest
|
|
757
|
+
) => any;
|
|
758
|
+
export declare const ValueFilterSensitiveLog: (obj: Value) => any;
|
|
759
|
+
export declare const ConfidenceScoreFilterSensitiveLog: (
|
|
760
|
+
obj: ConfidenceScore
|
|
761
|
+
) => any;
|
|
762
|
+
export declare const SentimentScoreFilterSensitiveLog: (
|
|
763
|
+
obj: SentimentScore
|
|
764
|
+
) => any;
|
|
765
|
+
export declare const SentimentResponseFilterSensitiveLog: (
|
|
766
|
+
obj: SentimentResponse
|
|
767
|
+
) => any;
|
|
768
|
+
export declare const ButtonFilterSensitiveLog: (obj: Button) => any;
|
|
769
|
+
export declare const ImageResponseCardFilterSensitiveLog: (
|
|
770
|
+
obj: ImageResponseCard
|
|
771
|
+
) => any;
|
|
772
|
+
export declare const MessageFilterSensitiveLog: (obj: Message) => any;
|
|
773
|
+
export declare const RuntimeHintValueFilterSensitiveLog: (
|
|
774
|
+
obj: RuntimeHintValue
|
|
775
|
+
) => any;
|
|
776
|
+
export declare const PutSessionResponseFilterSensitiveLog: (
|
|
777
|
+
obj: PutSessionResponse
|
|
778
|
+
) => any;
|
|
779
|
+
export declare const RecognizeUtteranceRequestFilterSensitiveLog: (
|
|
780
|
+
obj: RecognizeUtteranceRequest
|
|
781
|
+
) => any;
|
|
782
|
+
export declare const RecognizeUtteranceResponseFilterSensitiveLog: (
|
|
783
|
+
obj: RecognizeUtteranceResponse
|
|
784
|
+
) => any;
|
|
785
|
+
export declare const DisconnectionEventFilterSensitiveLog: (
|
|
786
|
+
obj: DisconnectionEvent
|
|
787
|
+
) => any;
|
|
788
|
+
export declare const DTMFInputEventFilterSensitiveLog: (
|
|
789
|
+
obj: DTMFInputEvent
|
|
790
|
+
) => any;
|
|
791
|
+
export declare const PlaybackCompletionEventFilterSensitiveLog: (
|
|
792
|
+
obj: PlaybackCompletionEvent
|
|
793
|
+
) => any;
|
|
794
|
+
export declare const TextInputEventFilterSensitiveLog: (
|
|
795
|
+
obj: TextInputEvent
|
|
796
|
+
) => any;
|
|
797
|
+
export declare const HeartbeatEventFilterSensitiveLog: (
|
|
798
|
+
obj: HeartbeatEvent
|
|
799
|
+
) => any;
|
|
800
|
+
export declare const PlaybackInterruptionEventFilterSensitiveLog: (
|
|
801
|
+
obj: PlaybackInterruptionEvent
|
|
802
|
+
) => any;
|
|
803
|
+
export declare const TextResponseEventFilterSensitiveLog: (
|
|
804
|
+
obj: TextResponseEvent
|
|
805
|
+
) => any;
|
|
806
|
+
export declare const TranscriptEventFilterSensitiveLog: (
|
|
807
|
+
obj: TranscriptEvent
|
|
808
|
+
) => any;
|
|
809
|
+
export declare const ElicitSubSlotFilterSensitiveLog: (
|
|
810
|
+
obj: ElicitSubSlot
|
|
811
|
+
) => any;
|
|
812
|
+
export declare const DialogActionFilterSensitiveLog: (obj: DialogAction) => any;
|
|
813
|
+
export declare const RuntimeHintDetailsFilterSensitiveLog: (
|
|
814
|
+
obj: RuntimeHintDetails
|
|
815
|
+
) => any;
|
|
816
|
+
export declare const RuntimeHintsFilterSensitiveLog: (obj: RuntimeHints) => any;
|
|
817
|
+
export declare const SlotFilterSensitiveLog: (obj: Slot) => any;
|
|
818
|
+
export declare const IntentFilterSensitiveLog: (obj: Intent) => any;
|
|
819
|
+
export declare const InterpretationFilterSensitiveLog: (
|
|
820
|
+
obj: Interpretation
|
|
821
|
+
) => any;
|
|
822
|
+
export declare const SessionStateFilterSensitiveLog: (obj: SessionState) => any;
|
|
823
|
+
export declare const ConfigurationEventFilterSensitiveLog: (
|
|
824
|
+
obj: ConfigurationEvent
|
|
825
|
+
) => any;
|
|
826
|
+
export declare const PutSessionRequestFilterSensitiveLog: (
|
|
827
|
+
obj: PutSessionRequest
|
|
828
|
+
) => any;
|
|
829
|
+
export declare const RecognizeTextRequestFilterSensitiveLog: (
|
|
830
|
+
obj: RecognizeTextRequest
|
|
831
|
+
) => any;
|
|
832
|
+
export declare const StartConversationRequestEventStreamFilterSensitiveLog: (
|
|
833
|
+
obj: StartConversationRequestEventStream
|
|
834
|
+
) => any;
|
|
835
|
+
export declare const StartConversationRequestFilterSensitiveLog: (
|
|
836
|
+
obj: StartConversationRequest
|
|
837
|
+
) => any;
|
|
838
|
+
export declare const GetSessionResponseFilterSensitiveLog: (
|
|
839
|
+
obj: GetSessionResponse
|
|
840
|
+
) => any;
|
|
841
|
+
export declare const IntentResultEventFilterSensitiveLog: (
|
|
842
|
+
obj: IntentResultEvent
|
|
843
|
+
) => any;
|
|
844
|
+
export declare const RecognizeTextResponseFilterSensitiveLog: (
|
|
845
|
+
obj: RecognizeTextResponse
|
|
846
|
+
) => any;
|
|
847
|
+
export declare const StartConversationResponseEventStreamFilterSensitiveLog: (
|
|
848
|
+
obj: StartConversationResponseEventStream
|
|
849
|
+
) => any;
|
|
850
|
+
export declare const StartConversationResponseFilterSensitiveLog: (
|
|
851
|
+
obj: StartConversationResponse
|
|
852
|
+
) => any;
|