@aws-sdk/client-lex-model-building-service 3.529.1 → 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/LexModelBuildingService.d.ts +7 -1
- package/dist-types/LexModelBuildingServiceClient.d.ts +1 -1
- package/dist-types/commands/CreateBotVersionCommand.d.ts +2 -1
- package/dist-types/commands/CreateIntentVersionCommand.d.ts +2 -1
- package/dist-types/commands/CreateSlotTypeVersionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBotAliasCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBotChannelAssociationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBotCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBotVersionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIntentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIntentVersionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSlotTypeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSlotTypeVersionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteUtterancesCommand.d.ts +2 -1
- package/dist-types/commands/GetBotAliasCommand.d.ts +2 -1
- package/dist-types/commands/GetBotAliasesCommand.d.ts +2 -1
- package/dist-types/commands/GetBotChannelAssociationCommand.d.ts +2 -1
- package/dist-types/commands/GetBotChannelAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/GetBotCommand.d.ts +2 -1
- package/dist-types/commands/GetBotVersionsCommand.d.ts +2 -1
- package/dist-types/commands/GetBotsCommand.d.ts +2 -1
- package/dist-types/commands/GetBuiltinIntentCommand.d.ts +2 -1
- package/dist-types/commands/GetBuiltinIntentsCommand.d.ts +2 -1
- package/dist-types/commands/GetBuiltinSlotTypesCommand.d.ts +2 -1
- package/dist-types/commands/GetExportCommand.d.ts +2 -1
- package/dist-types/commands/GetImportCommand.d.ts +2 -1
- package/dist-types/commands/GetIntentCommand.d.ts +2 -1
- package/dist-types/commands/GetIntentVersionsCommand.d.ts +2 -1
- package/dist-types/commands/GetIntentsCommand.d.ts +2 -1
- package/dist-types/commands/GetMigrationCommand.d.ts +2 -1
- package/dist-types/commands/GetMigrationsCommand.d.ts +2 -1
- package/dist-types/commands/GetSlotTypeCommand.d.ts +2 -1
- package/dist-types/commands/GetSlotTypeVersionsCommand.d.ts +2 -1
- package/dist-types/commands/GetSlotTypesCommand.d.ts +2 -1
- package/dist-types/commands/GetUtterancesViewCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutBotAliasCommand.d.ts +2 -1
- package/dist-types/commands/PutBotCommand.d.ts +2 -1
- package/dist-types/commands/PutIntentCommand.d.ts +2 -1
- package/dist-types/commands/PutSlotTypeCommand.d.ts +2 -1
- package/dist-types/commands/StartImportCommand.d.ts +3 -2
- package/dist-types/commands/StartMigrationCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +537 -537
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/LexModelBuildingService.d.ts +6 -0
- package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIntentVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSlotTypeVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteBotChannelAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIntentVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSlotTypeVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBotAliasCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBotAliasesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBotChannelAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBotChannelAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBotCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/GetBotVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBotsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBuiltinIntentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBuiltinIntentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBuiltinSlotTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetImportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIntentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIntentVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIntentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetMigrationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetMigrationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSlotTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSlotTypeVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSlotTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetUtterancesViewCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutBotAliasCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutBotCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/PutIntentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutSlotTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -148,6 +148,7 @@ export interface LexModelBuildingService {
|
|
|
148
148
|
/**
|
|
149
149
|
* @see {@link GetBotsCommand}
|
|
150
150
|
*/
|
|
151
|
+
getBots(): Promise<GetBotsCommandOutput>;
|
|
151
152
|
getBots(args: GetBotsCommandInput, options?: __HttpHandlerOptions): Promise<GetBotsCommandOutput>;
|
|
152
153
|
getBots(args: GetBotsCommandInput, cb: (err: any, data?: GetBotsCommandOutput) => void): void;
|
|
153
154
|
getBots(args: GetBotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBotsCommandOutput) => void): void;
|
|
@@ -166,12 +167,14 @@ export interface LexModelBuildingService {
|
|
|
166
167
|
/**
|
|
167
168
|
* @see {@link GetBuiltinIntentsCommand}
|
|
168
169
|
*/
|
|
170
|
+
getBuiltinIntents(): Promise<GetBuiltinIntentsCommandOutput>;
|
|
169
171
|
getBuiltinIntents(args: GetBuiltinIntentsCommandInput, options?: __HttpHandlerOptions): Promise<GetBuiltinIntentsCommandOutput>;
|
|
170
172
|
getBuiltinIntents(args: GetBuiltinIntentsCommandInput, cb: (err: any, data?: GetBuiltinIntentsCommandOutput) => void): void;
|
|
171
173
|
getBuiltinIntents(args: GetBuiltinIntentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBuiltinIntentsCommandOutput) => void): void;
|
|
172
174
|
/**
|
|
173
175
|
* @see {@link GetBuiltinSlotTypesCommand}
|
|
174
176
|
*/
|
|
177
|
+
getBuiltinSlotTypes(): Promise<GetBuiltinSlotTypesCommandOutput>;
|
|
175
178
|
getBuiltinSlotTypes(args: GetBuiltinSlotTypesCommandInput, options?: __HttpHandlerOptions): Promise<GetBuiltinSlotTypesCommandOutput>;
|
|
176
179
|
getBuiltinSlotTypes(args: GetBuiltinSlotTypesCommandInput, cb: (err: any, data?: GetBuiltinSlotTypesCommandOutput) => void): void;
|
|
177
180
|
getBuiltinSlotTypes(args: GetBuiltinSlotTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBuiltinSlotTypesCommandOutput) => void): void;
|
|
@@ -196,6 +199,7 @@ export interface LexModelBuildingService {
|
|
|
196
199
|
/**
|
|
197
200
|
* @see {@link GetIntentsCommand}
|
|
198
201
|
*/
|
|
202
|
+
getIntents(): Promise<GetIntentsCommandOutput>;
|
|
199
203
|
getIntents(args: GetIntentsCommandInput, options?: __HttpHandlerOptions): Promise<GetIntentsCommandOutput>;
|
|
200
204
|
getIntents(args: GetIntentsCommandInput, cb: (err: any, data?: GetIntentsCommandOutput) => void): void;
|
|
201
205
|
getIntents(args: GetIntentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIntentsCommandOutput) => void): void;
|
|
@@ -214,6 +218,7 @@ export interface LexModelBuildingService {
|
|
|
214
218
|
/**
|
|
215
219
|
* @see {@link GetMigrationsCommand}
|
|
216
220
|
*/
|
|
221
|
+
getMigrations(): Promise<GetMigrationsCommandOutput>;
|
|
217
222
|
getMigrations(args: GetMigrationsCommandInput, options?: __HttpHandlerOptions): Promise<GetMigrationsCommandOutput>;
|
|
218
223
|
getMigrations(args: GetMigrationsCommandInput, cb: (err: any, data?: GetMigrationsCommandOutput) => void): void;
|
|
219
224
|
getMigrations(args: GetMigrationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMigrationsCommandOutput) => void): void;
|
|
@@ -226,6 +231,7 @@ export interface LexModelBuildingService {
|
|
|
226
231
|
/**
|
|
227
232
|
* @see {@link GetSlotTypesCommand}
|
|
228
233
|
*/
|
|
234
|
+
getSlotTypes(): Promise<GetSlotTypesCommandOutput>;
|
|
229
235
|
getSlotTypes(args: GetSlotTypesCommandInput, options?: __HttpHandlerOptions): Promise<GetSlotTypesCommandOutput>;
|
|
230
236
|
getSlotTypes(args: GetSlotTypesCommandInput, cb: (err: any, data?: GetSlotTypesCommandOutput) => void): void;
|
|
231
237
|
getSlotTypes(args: GetSlotTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSlotTypesCommandOutput) => void): void;
|
|
@@ -297,11 +303,11 @@ export interface LexModelBuildingService {
|
|
|
297
303
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
298
304
|
}
|
|
299
305
|
/**
|
|
300
|
-
* @public
|
|
301
306
|
* <fullname>Amazon Lex Build-Time Actions</fullname>
|
|
302
307
|
* <p> Amazon Lex is an AWS service for building conversational voice and text
|
|
303
308
|
* interfaces. Use these actions to create, update, and delete conversational
|
|
304
309
|
* bots for new and existing client applications. </p>
|
|
310
|
+
* @public
|
|
305
311
|
*/
|
|
306
312
|
export declare class LexModelBuildingService extends LexModelBuildingServiceClient implements LexModelBuildingService {
|
|
307
313
|
}
|
|
@@ -193,11 +193,11 @@ export type LexModelBuildingServiceClientResolvedConfigType = __SmithyResolvedCo
|
|
|
193
193
|
export interface LexModelBuildingServiceClientResolvedConfig extends LexModelBuildingServiceClientResolvedConfigType {
|
|
194
194
|
}
|
|
195
195
|
/**
|
|
196
|
-
* @public
|
|
197
196
|
* <fullname>Amazon Lex Build-Time Actions</fullname>
|
|
198
197
|
* <p> Amazon Lex is an AWS service for building conversational voice and text
|
|
199
198
|
* interfaces. Use these actions to create, update, and delete conversational
|
|
200
199
|
* bots for new and existing client applications. </p>
|
|
200
|
+
* @public
|
|
201
201
|
*/
|
|
202
202
|
export declare class LexModelBuildingServiceClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, LexModelBuildingServiceClientResolvedConfig> {
|
|
203
203
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CreateBotVersionCommandOutput extends CreateBotVersionResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateBotVersionCommand_base: {
|
|
24
24
|
new (input: CreateBotVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBotVersionCommandInput, CreateBotVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateBotVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBotVersionCommandInput, CreateBotVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new version of the bot based on the <code>$LATEST</code>
|
|
30
30
|
* version. If the <code>$LATEST</code> version of this resource hasn't
|
|
31
31
|
* changed since you created the last version, Amazon Lex doesn't create a new
|
|
@@ -130,6 +130,7 @@ declare const CreateBotVersionCommand_base: {
|
|
|
130
130
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
132
132
|
*
|
|
133
|
+
* @public
|
|
133
134
|
*/
|
|
134
135
|
export declare class CreateBotVersionCommand extends CreateBotVersionCommand_base {
|
|
135
136
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateIntentVersionCommandOutput extends CreateIntentVersionRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateIntentVersionCommand_base: {
|
|
24
24
|
new (input: CreateIntentVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIntentVersionCommandInput, CreateIntentVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateIntentVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIntentVersionCommandInput, CreateIntentVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new version of an intent based on the
|
|
30
30
|
* <code>$LATEST</code> version of the intent. If the <code>$LATEST</code>
|
|
31
31
|
* version of this intent hasn't changed since you last updated it, Amazon Lex
|
|
@@ -193,6 +193,7 @@ declare const CreateIntentVersionCommand_base: {
|
|
|
193
193
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
194
194
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
195
195
|
*
|
|
196
|
+
* @public
|
|
196
197
|
*/
|
|
197
198
|
export declare class CreateIntentVersionCommand extends CreateIntentVersionCommand_base {
|
|
198
199
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateSlotTypeVersionCommandOutput extends CreateSlotTypeVersio
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateSlotTypeVersionCommand_base: {
|
|
24
24
|
new (input: CreateSlotTypeVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSlotTypeVersionCommandInput, CreateSlotTypeVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateSlotTypeVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSlotTypeVersionCommandInput, CreateSlotTypeVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new version of a slot type based on the
|
|
30
30
|
* <code>$LATEST</code> version of the specified slot type. If the
|
|
31
31
|
* <code>$LATEST</code> version of this resource has not changed since the
|
|
@@ -113,6 +113,7 @@ declare const CreateSlotTypeVersionCommand_base: {
|
|
|
113
113
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
115
115
|
*
|
|
116
|
+
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class CreateSlotTypeVersionCommand extends CreateSlotTypeVersionCommand_base {
|
|
118
119
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteBotAliasCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteBotAliasCommand_base: {
|
|
24
24
|
new (input: DeleteBotAliasCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteBotAliasCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an alias for the specified bot. </p>
|
|
30
30
|
* <p>You can't delete an alias that is used in the association between a
|
|
31
31
|
* bot and a messaging channel. If an alias is used in a channel association,
|
|
@@ -97,6 +97,7 @@ declare const DeleteBotAliasCommand_base: {
|
|
|
97
97
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
99
99
|
*
|
|
100
|
+
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class DeleteBotAliasCommand extends DeleteBotAliasCommand_base {
|
|
102
103
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteBotChannelAssociationCommandOutput extends __MetadataBear
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteBotChannelAssociationCommand_base: {
|
|
24
24
|
new (input: DeleteBotChannelAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBotChannelAssociationCommandInput, DeleteBotChannelAssociationCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteBotChannelAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBotChannelAssociationCommandInput, DeleteBotChannelAssociationCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the association between an Amazon Lex bot and a messaging
|
|
30
30
|
* platform.</p>
|
|
31
31
|
* <p>This operation requires permission for the
|
|
@@ -75,6 +75,7 @@ declare const DeleteBotChannelAssociationCommand_base: {
|
|
|
75
75
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DeleteBotChannelAssociationCommand extends DeleteBotChannelAssociationCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteBotCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteBotCommand_base: {
|
|
24
24
|
new (input: DeleteBotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBotCommandInput, DeleteBotCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteBotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBotCommandInput, DeleteBotCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes all versions of the bot, including the <code>$LATEST</code>
|
|
30
30
|
* version. To delete a specific version of the bot, use the <a>DeleteBotVersion</a> operation. The <code>DeleteBot</code>
|
|
31
31
|
* operation doesn't immediately remove the bot schema. Instead, it is marked
|
|
@@ -103,6 +103,7 @@ declare const DeleteBotCommand_base: {
|
|
|
103
103
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
105
105
|
*
|
|
106
|
+
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class DeleteBotCommand extends DeleteBotCommand_base {
|
|
108
109
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteBotVersionCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteBotVersionCommand_base: {
|
|
24
24
|
new (input: DeleteBotVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteBotVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a specific version of a bot. To delete all versions of a
|
|
30
30
|
* bot, use the <a>DeleteBot</a> operation. </p>
|
|
31
31
|
* <p>This operation requires permissions for the
|
|
@@ -92,6 +92,7 @@ declare const DeleteBotVersionCommand_base: {
|
|
|
92
92
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class DeleteBotVersionCommand extends DeleteBotVersionCommand_base {
|
|
97
98
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteIntentCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteIntentCommand_base: {
|
|
24
24
|
new (input: DeleteIntentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIntentCommandInput, DeleteIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteIntentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIntentCommandInput, DeleteIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes all versions of the intent, including the
|
|
30
30
|
* <code>$LATEST</code> version. To delete a specific version of the
|
|
31
31
|
* intent, use the <a>DeleteIntentVersion</a> operation.</p>
|
|
@@ -104,6 +104,7 @@ declare const DeleteIntentCommand_base: {
|
|
|
104
104
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
106
106
|
*
|
|
107
|
+
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class DeleteIntentCommand extends DeleteIntentCommand_base {
|
|
109
110
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteIntentVersionCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteIntentVersionCommand_base: {
|
|
24
24
|
new (input: DeleteIntentVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIntentVersionCommandInput, DeleteIntentVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteIntentVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIntentVersionCommandInput, DeleteIntentVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a specific version of an intent. To delete all versions of
|
|
30
30
|
* a intent, use the <a>DeleteIntent</a> operation. </p>
|
|
31
31
|
* <p>This operation requires permissions for the
|
|
@@ -92,6 +92,7 @@ declare const DeleteIntentVersionCommand_base: {
|
|
|
92
92
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class DeleteIntentVersionCommand extends DeleteIntentVersionCommand_base {
|
|
97
98
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteSlotTypeCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteSlotTypeCommand_base: {
|
|
24
24
|
new (input: DeleteSlotTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteSlotTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes all versions of the slot type, including the
|
|
30
30
|
* <code>$LATEST</code> version. To delete a specific version of the slot
|
|
31
31
|
* type, use the <a>DeleteSlotTypeVersion</a> operation.</p>
|
|
@@ -104,6 +104,7 @@ declare const DeleteSlotTypeCommand_base: {
|
|
|
104
104
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
106
106
|
*
|
|
107
|
+
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class DeleteSlotTypeCommand extends DeleteSlotTypeCommand_base {
|
|
109
110
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteSlotTypeVersionCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteSlotTypeVersionCommand_base: {
|
|
24
24
|
new (input: DeleteSlotTypeVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSlotTypeVersionCommandInput, DeleteSlotTypeVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteSlotTypeVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSlotTypeVersionCommandInput, DeleteSlotTypeVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a specific version of a slot type. To delete all versions
|
|
30
30
|
* of a slot type, use the <a>DeleteSlotType</a> operation. </p>
|
|
31
31
|
* <p>This operation requires permissions for the
|
|
@@ -92,6 +92,7 @@ declare const DeleteSlotTypeVersionCommand_base: {
|
|
|
92
92
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class DeleteSlotTypeVersionCommand extends DeleteSlotTypeVersionCommand_base {
|
|
97
98
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteUtterancesCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteUtterancesCommand_base: {
|
|
24
24
|
new (input: DeleteUtterancesCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteUtterancesCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes stored utterances.</p>
|
|
30
30
|
* <p>Amazon Lex stores the utterances that users send to your bot. Utterances
|
|
31
31
|
* are stored for 15 days for use with the <a>GetUtterancesView</a> operation, and then stored indefinitely for use in improving the
|
|
@@ -78,6 +78,7 @@ declare const DeleteUtterancesCommand_base: {
|
|
|
78
78
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class DeleteUtterancesCommand extends DeleteUtterancesCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetBotAliasCommandOutput extends GetBotAliasResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetBotAliasCommand_base: {
|
|
24
24
|
new (input: GetBotAliasCommandInput): import("@smithy/smithy-client").CommandImpl<GetBotAliasCommandInput, GetBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetBotAliasCommandInput): import("@smithy/smithy-client").CommandImpl<GetBotAliasCommandInput, GetBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about an Amazon Lex bot alias. For more information
|
|
30
30
|
* about aliases, see <a>versioning-aliases</a>.</p>
|
|
31
31
|
* <p>This operation requires permissions for the
|
|
@@ -90,6 +90,7 @@ declare const GetBotAliasCommand_base: {
|
|
|
90
90
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class GetBotAliasCommand extends GetBotAliasCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetBotAliasesCommandOutput extends GetBotAliasesResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetBotAliasesCommand_base: {
|
|
24
24
|
new (input: GetBotAliasesCommandInput): import("@smithy/smithy-client").CommandImpl<GetBotAliasesCommandInput, GetBotAliasesCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetBotAliasesCommandInput): import("@smithy/smithy-client").CommandImpl<GetBotAliasesCommandInput, GetBotAliasesCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of aliases for a specified Amazon Lex bot.</p>
|
|
30
30
|
* <p>This operation requires permissions for the
|
|
31
31
|
* <code>lex:GetBotAliases</code> action.</p>
|
|
@@ -92,6 +92,7 @@ declare const GetBotAliasesCommand_base: {
|
|
|
92
92
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class GetBotAliasesCommand extends GetBotAliasesCommand_base {
|
|
97
98
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetBotChannelAssociationCommandOutput extends GetBotChannelAsso
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetBotChannelAssociationCommand_base: {
|
|
24
24
|
new (input: GetBotChannelAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetBotChannelAssociationCommandInput, GetBotChannelAssociationCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetBotChannelAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetBotChannelAssociationCommandInput, GetBotChannelAssociationCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about the association between an Amazon Lex bot and
|
|
30
30
|
* a messaging platform.</p>
|
|
31
31
|
* <p>This operation requires permissions for the
|
|
@@ -83,6 +83,7 @@ declare const GetBotChannelAssociationCommand_base: {
|
|
|
83
83
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class GetBotChannelAssociationCommand extends GetBotChannelAssociationCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetBotChannelAssociationsCommandOutput extends GetBotChannelAss
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetBotChannelAssociationsCommand_base: {
|
|
24
24
|
new (input: GetBotChannelAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetBotChannelAssociationsCommandInput, GetBotChannelAssociationsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetBotChannelAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetBotChannelAssociationsCommandInput, GetBotChannelAssociationsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Returns a list of all of the channels associated with the
|
|
30
30
|
* specified bot. </p>
|
|
31
31
|
* <p>The <code>GetBotChannelAssociations</code> operation requires
|
|
@@ -87,6 +87,7 @@ declare const GetBotChannelAssociationsCommand_base: {
|
|
|
87
87
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class GetBotChannelAssociationsCommand extends GetBotChannelAssociationsCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetBotCommandOutput extends GetBotResponse, __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetBotCommand_base: {
|
|
24
24
|
new (input: GetBotCommandInput): import("@smithy/smithy-client").CommandImpl<GetBotCommandInput, GetBotCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetBotCommandInput): import("@smithy/smithy-client").CommandImpl<GetBotCommandInput, GetBotCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns metadata information for a specific bot. You must provide
|
|
30
30
|
* the bot name and the bot version or alias. </p>
|
|
31
31
|
* <p> This operation requires permissions for the
|
|
@@ -113,6 +113,7 @@ declare const GetBotCommand_base: {
|
|
|
113
113
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
115
115
|
*
|
|
116
|
+
* @public
|
|
116
117
|
* @example To get information about a bot
|
|
117
118
|
* ```javascript
|
|
118
119
|
* // This example shows how to get configuration information for a bot.
|
|
@@ -22,10 +22,10 @@ export interface GetBotVersionsCommandOutput extends GetBotVersionsResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetBotVersionsCommand_base: {
|
|
24
24
|
new (input: GetBotVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetBotVersionsCommandInput, GetBotVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetBotVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetBotVersionsCommandInput, GetBotVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets information about all of the versions of a bot.</p>
|
|
30
30
|
* <p>The <code>GetBotVersions</code> operation returns a
|
|
31
31
|
* <code>BotMetadata</code> object for each version of a bot. For example,
|
|
@@ -90,6 +90,7 @@ declare const GetBotVersionsCommand_base: {
|
|
|
90
90
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class GetBotVersionsCommand extends GetBotVersionsCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetBotsCommandOutput extends GetBotsResponse, __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetBotsCommand_base: {
|
|
24
24
|
new (input: GetBotsCommandInput): import("@smithy/smithy-client").CommandImpl<GetBotsCommandInput, GetBotsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetBotsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetBotsCommandInput, GetBotsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns bot information as follows: </p>
|
|
30
30
|
* <ul>
|
|
31
31
|
* <li>
|
|
@@ -94,6 +94,7 @@ declare const GetBotsCommand_base: {
|
|
|
94
94
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
96
96
|
*
|
|
97
|
+
* @public
|
|
97
98
|
* @example To get a list of bots
|
|
98
99
|
* ```javascript
|
|
99
100
|
* // This example shows how to get a list of all of the bots in your account.
|
|
@@ -22,10 +22,10 @@ export interface GetBuiltinIntentCommandOutput extends GetBuiltinIntentResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetBuiltinIntentCommand_base: {
|
|
24
24
|
new (input: GetBuiltinIntentCommandInput): import("@smithy/smithy-client").CommandImpl<GetBuiltinIntentCommandInput, GetBuiltinIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetBuiltinIntentCommandInput): import("@smithy/smithy-client").CommandImpl<GetBuiltinIntentCommandInput, GetBuiltinIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about a built-in intent.</p>
|
|
30
30
|
* <p>This operation requires permission for the
|
|
31
31
|
* <code>lex:GetBuiltinIntent</code> action.</p>
|
|
@@ -78,6 +78,7 @@ declare const GetBuiltinIntentCommand_base: {
|
|
|
78
78
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class GetBuiltinIntentCommand extends GetBuiltinIntentCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetBuiltinIntentsCommandOutput extends GetBuiltinIntentsRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetBuiltinIntentsCommand_base: {
|
|
24
24
|
new (input: GetBuiltinIntentsCommandInput): import("@smithy/smithy-client").CommandImpl<GetBuiltinIntentsCommandInput, GetBuiltinIntentsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetBuiltinIntentsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetBuiltinIntentsCommandInput, GetBuiltinIntentsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets a list of built-in intents that meet the specified
|
|
30
30
|
* criteria.</p>
|
|
31
31
|
* <p>This operation requires permission for the
|
|
@@ -78,6 +78,7 @@ declare const GetBuiltinIntentsCommand_base: {
|
|
|
78
78
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class GetBuiltinIntentsCommand extends GetBuiltinIntentsCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetBuiltinSlotTypesCommandOutput extends GetBuiltinSlotTypesRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetBuiltinSlotTypesCommand_base: {
|
|
24
24
|
new (input: GetBuiltinSlotTypesCommandInput): import("@smithy/smithy-client").CommandImpl<GetBuiltinSlotTypesCommandInput, GetBuiltinSlotTypesCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetBuiltinSlotTypesCommandInput]): import("@smithy/smithy-client").CommandImpl<GetBuiltinSlotTypesCommandInput, GetBuiltinSlotTypesCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets a list of built-in slot types that meet the specified
|
|
30
30
|
* criteria.</p>
|
|
31
31
|
* <p>For a list of built-in slot types, see <a href="https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/built-in-intent-ref/slot-type-reference">Slot Type Reference</a> in the <i>Alexa Skills
|
|
@@ -80,6 +80,7 @@ declare const GetBuiltinSlotTypesCommand_base: {
|
|
|
80
80
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class GetBuiltinSlotTypesCommand extends GetBuiltinSlotTypesCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetExportCommandOutput extends GetExportResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetExportCommand_base: {
|
|
24
24
|
new (input: GetExportCommandInput): import("@smithy/smithy-client").CommandImpl<GetExportCommandInput, GetExportCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetExportCommandInput): import("@smithy/smithy-client").CommandImpl<GetExportCommandInput, GetExportCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Exports the contents of a Amazon Lex resource in a specified format.
|
|
30
30
|
* </p>
|
|
31
31
|
* @example
|
|
@@ -78,6 +78,7 @@ declare const GetExportCommand_base: {
|
|
|
78
78
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class GetExportCommand extends GetExportCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetImportCommandOutput extends GetImportResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetImportCommand_base: {
|
|
24
24
|
new (input: GetImportCommandInput): import("@smithy/smithy-client").CommandImpl<GetImportCommandInput, GetImportCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetImportCommandInput): import("@smithy/smithy-client").CommandImpl<GetImportCommandInput, GetImportCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets information about an import job started with the
|
|
30
30
|
* <code>StartImport</code> operation.</p>
|
|
31
31
|
* @example
|
|
@@ -77,6 +77,7 @@ declare const GetImportCommand_base: {
|
|
|
77
77
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class GetImportCommand extends GetImportCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetIntentCommandOutput extends GetIntentResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetIntentCommand_base: {
|
|
24
24
|
new (input: GetIntentCommandInput): import("@smithy/smithy-client").CommandImpl<GetIntentCommandInput, GetIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetIntentCommandInput): import("@smithy/smithy-client").CommandImpl<GetIntentCommandInput, GetIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Returns information about an intent. In addition to the intent
|
|
30
30
|
* name, you must specify the intent version. </p>
|
|
31
31
|
* <p> This operation requires permissions to perform the
|
|
@@ -174,6 +174,7 @@ declare const GetIntentCommand_base: {
|
|
|
174
174
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
175
175
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
176
176
|
*
|
|
177
|
+
* @public
|
|
177
178
|
* @example To get a information about an intent
|
|
178
179
|
* ```javascript
|
|
179
180
|
* // This example shows how to get information about an intent.
|
|
@@ -22,10 +22,10 @@ export interface GetIntentVersionsCommandOutput extends GetIntentVersionsRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetIntentVersionsCommand_base: {
|
|
24
24
|
new (input: GetIntentVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIntentVersionsCommandInput, GetIntentVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetIntentVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIntentVersionsCommandInput, GetIntentVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets information about all of the versions of an intent.</p>
|
|
30
30
|
* <p>The <code>GetIntentVersions</code> operation returns an
|
|
31
31
|
* <code>IntentMetadata</code> object for each version of an intent. For
|
|
@@ -89,6 +89,7 @@ declare const GetIntentVersionsCommand_base: {
|
|
|
89
89
|
* @throws {@link LexModelBuildingServiceServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from LexModelBuildingService service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class GetIntentVersionsCommand extends GetIntentVersionsCommand_base {
|
|
94
95
|
}
|