@aws-sdk/client-lex-runtime-service 3.533.0 → 3.535.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-types/LexRuntimeService.d.ts +1 -1
- package/dist-types/LexRuntimeServiceClient.d.ts +1 -1
- package/dist-types/commands/DeleteSessionCommand.d.ts +2 -1
- package/dist-types/commands/GetSessionCommand.d.ts +2 -1
- package/dist-types/commands/PostContentCommand.d.ts +2 -1
- package/dist-types/commands/PostTextCommand.d.ts +2 -1
- package/dist-types/commands/PutSessionCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +140 -140
- package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PostContentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PostTextCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutSessionCommand.d.ts +9 -0
- package/package.json +41 -41
|
@@ -38,7 +38,6 @@ export interface LexRuntimeService {
|
|
|
38
38
|
putSession(args: PutSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutSessionCommandOutput) => void): void;
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
|
-
* @public
|
|
42
41
|
* <p>Amazon Lex provides both build and runtime endpoints. Each endpoint
|
|
43
42
|
* provides a set of operations (API). Your conversational bot uses the
|
|
44
43
|
* runtime API to understand user utterances (user input text or voice). For
|
|
@@ -51,6 +50,7 @@ export interface LexRuntimeService {
|
|
|
51
50
|
* you created the bot). You use the build-time API to create and manage your
|
|
52
51
|
* Amazon Lex bot. For a list of build-time operations, see the build-time
|
|
53
52
|
* API, . </p>
|
|
53
|
+
* @public
|
|
54
54
|
*/
|
|
55
55
|
export declare class LexRuntimeService extends LexRuntimeServiceClient implements LexRuntimeService {
|
|
56
56
|
}
|
|
@@ -161,7 +161,6 @@ export type LexRuntimeServiceClientResolvedConfigType = __SmithyResolvedConfigur
|
|
|
161
161
|
export interface LexRuntimeServiceClientResolvedConfig extends LexRuntimeServiceClientResolvedConfigType {
|
|
162
162
|
}
|
|
163
163
|
/**
|
|
164
|
-
* @public
|
|
165
164
|
* <p>Amazon Lex provides both build and runtime endpoints. Each endpoint
|
|
166
165
|
* provides a set of operations (API). Your conversational bot uses the
|
|
167
166
|
* runtime API to understand user utterances (user input text or voice). For
|
|
@@ -174,6 +173,7 @@ export interface LexRuntimeServiceClientResolvedConfig extends LexRuntimeService
|
|
|
174
173
|
* you created the bot). You use the build-time API to create and manage your
|
|
175
174
|
* Amazon Lex bot. For a list of build-time operations, see the build-time
|
|
176
175
|
* API, . </p>
|
|
176
|
+
* @public
|
|
177
177
|
*/
|
|
178
178
|
export declare class LexRuntimeServiceClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, LexRuntimeServiceClientResolvedConfig> {
|
|
179
179
|
/**
|
|
@@ -22,10 +22,10 @@ export interface DeleteSessionCommandOutput extends DeleteSessionResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteSessionCommand_base: {
|
|
24
24
|
new (input: DeleteSessionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSessionCommandInput, DeleteSessionCommandOutput, LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteSessionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSessionCommandInput, DeleteSessionCommandOutput, LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes session information for a specified bot, alias, and user ID.
|
|
30
30
|
* </p>
|
|
31
31
|
* @example
|
|
@@ -78,6 +78,7 @@ declare const DeleteSessionCommand_base: {
|
|
|
78
78
|
* @throws {@link LexRuntimeServiceServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from LexRuntimeService service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class DeleteSessionCommand extends DeleteSessionCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetSessionCommandOutput extends GetSessionResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSessionCommand_base: {
|
|
24
24
|
new (input: GetSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns session information for a specified bot, alias, and user
|
|
30
30
|
* ID.</p>
|
|
31
31
|
* @example
|
|
@@ -109,6 +109,7 @@ declare const GetSessionCommand_base: {
|
|
|
109
109
|
* @throws {@link LexRuntimeServiceServiceException}
|
|
110
110
|
* <p>Base exception class for all service exceptions from LexRuntimeService service.</p>
|
|
111
111
|
*
|
|
112
|
+
* @public
|
|
112
113
|
*/
|
|
113
114
|
export declare class GetSessionCommand extends GetSessionCommand_base {
|
|
114
115
|
}
|
|
@@ -24,10 +24,10 @@ export interface PostContentCommandOutput extends Omit<PostContentResponse, "aud
|
|
|
24
24
|
}
|
|
25
25
|
declare const PostContentCommand_base: {
|
|
26
26
|
new (input: PostContentCommandInput): import("@smithy/smithy-client").CommandImpl<PostContentCommandInput, PostContentCommandOutput, LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
new (__0_0: PostContentCommandInput): import("@smithy/smithy-client").CommandImpl<PostContentCommandInput, PostContentCommandOutput, LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
29
|
};
|
|
29
30
|
/**
|
|
30
|
-
* @public
|
|
31
31
|
* <p> Sends user input (text or speech) to Amazon Lex. Clients use this API to
|
|
32
32
|
* send text and audio requests to Amazon Lex at runtime. Amazon Lex interprets the
|
|
33
33
|
* user input using the machine learning model that it built for the bot. </p>
|
|
@@ -211,6 +211,7 @@ declare const PostContentCommand_base: {
|
|
|
211
211
|
* @throws {@link LexRuntimeServiceServiceException}
|
|
212
212
|
* <p>Base exception class for all service exceptions from LexRuntimeService service.</p>
|
|
213
213
|
*
|
|
214
|
+
* @public
|
|
214
215
|
*/
|
|
215
216
|
export declare class PostContentCommand extends PostContentCommand_base {
|
|
216
217
|
}
|
|
@@ -22,10 +22,10 @@ export interface PostTextCommandOutput extends PostTextResponse, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const PostTextCommand_base: {
|
|
24
24
|
new (input: PostTextCommandInput): import("@smithy/smithy-client").CommandImpl<PostTextCommandInput, PostTextCommandOutput, LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PostTextCommandInput): import("@smithy/smithy-client").CommandImpl<PostTextCommandInput, PostTextCommandOutput, LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Sends user input to Amazon Lex. Client applications can use this API to
|
|
30
30
|
* send requests to Amazon Lex at runtime. Amazon Lex then interprets the user input
|
|
31
31
|
* using the machine learning model it built for the bot. </p>
|
|
@@ -254,6 +254,7 @@ declare const PostTextCommand_base: {
|
|
|
254
254
|
* @throws {@link LexRuntimeServiceServiceException}
|
|
255
255
|
* <p>Base exception class for all service exceptions from LexRuntimeService service.</p>
|
|
256
256
|
*
|
|
257
|
+
* @public
|
|
257
258
|
*/
|
|
258
259
|
export declare class PostTextCommand extends PostTextCommand_base {
|
|
259
260
|
}
|
|
@@ -23,10 +23,10 @@ export interface PutSessionCommandOutput extends Omit<PutSessionResponse, "audio
|
|
|
23
23
|
}
|
|
24
24
|
declare const PutSessionCommand_base: {
|
|
25
25
|
new (input: PutSessionCommandInput): import("@smithy/smithy-client").CommandImpl<PutSessionCommandInput, PutSessionCommandOutput, LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: PutSessionCommandInput): import("@smithy/smithy-client").CommandImpl<PutSessionCommandInput, PutSessionCommandOutput, LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
28
|
};
|
|
28
29
|
/**
|
|
29
|
-
* @public
|
|
30
30
|
* <p>Creates a new session or modifies an existing session with an Amazon Lex
|
|
31
31
|
* bot. Use this operation to enable your application to set the state of the
|
|
32
32
|
* bot.</p>
|
|
@@ -154,6 +154,7 @@ declare const PutSessionCommand_base: {
|
|
|
154
154
|
* @throws {@link LexRuntimeServiceServiceException}
|
|
155
155
|
* <p>Base exception class for all service exceptions from LexRuntimeService service.</p>
|
|
156
156
|
*
|
|
157
|
+
* @public
|
|
157
158
|
*/
|
|
158
159
|
export declare class PutSessionCommand extends PutSessionCommand_base {
|
|
159
160
|
}
|