@aws-sdk/client-lex-models-v2 3.295.0 → 3.297.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/LexModelsV2.d.ts +72 -0
- package/dist-types/LexModelsV2Client.d.ts +24 -4
- package/dist-types/commands/BatchCreateCustomVocabularyItemCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteCustomVocabularyItemCommand.d.ts +16 -0
- package/dist-types/commands/BatchUpdateCustomVocabularyItemCommand.d.ts +16 -0
- package/dist-types/commands/BuildBotLocaleCommand.d.ts +16 -0
- package/dist-types/commands/CreateBotAliasCommand.d.ts +16 -0
- package/dist-types/commands/CreateBotCommand.d.ts +16 -0
- package/dist-types/commands/CreateBotLocaleCommand.d.ts +16 -0
- package/dist-types/commands/CreateBotVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateExportCommand.d.ts +16 -0
- package/dist-types/commands/CreateIntentCommand.d.ts +16 -0
- package/dist-types/commands/CreateResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/CreateResourcePolicyStatementCommand.d.ts +16 -0
- package/dist-types/commands/CreateSlotCommand.d.ts +16 -0
- package/dist-types/commands/CreateSlotTypeCommand.d.ts +16 -0
- package/dist-types/commands/CreateUploadUrlCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBotAliasCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBotCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBotLocaleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBotVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomVocabularyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteExportCommand.d.ts +16 -0
- package/dist-types/commands/DeleteImportCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIntentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResourcePolicyStatementCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSlotCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSlotTypeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUtterancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBotAliasCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBotCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBotLocaleCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBotRecommendationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBotVersionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCustomVocabularyMetadataCommand.d.ts +16 -0
- package/dist-types/commands/DescribeExportCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImportCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIntentCommand.d.ts +16 -0
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSlotCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSlotTypeCommand.d.ts +16 -0
- package/dist-types/commands/ListAggregatedUtterancesCommand.d.ts +16 -0
- package/dist-types/commands/ListBotAliasesCommand.d.ts +16 -0
- package/dist-types/commands/ListBotLocalesCommand.d.ts +16 -0
- package/dist-types/commands/ListBotRecommendationsCommand.d.ts +16 -0
- package/dist-types/commands/ListBotVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListBotsCommand.d.ts +16 -0
- package/dist-types/commands/ListBuiltInIntentsCommand.d.ts +16 -0
- package/dist-types/commands/ListBuiltInSlotTypesCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomVocabularyItemsCommand.d.ts +16 -0
- package/dist-types/commands/ListExportsCommand.d.ts +16 -0
- package/dist-types/commands/ListImportsCommand.d.ts +16 -0
- package/dist-types/commands/ListIntentsCommand.d.ts +16 -0
- package/dist-types/commands/ListRecommendedIntentsCommand.d.ts +16 -0
- package/dist-types/commands/ListSlotTypesCommand.d.ts +16 -0
- package/dist-types/commands/ListSlotsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/SearchAssociatedTranscriptsCommand.d.ts +16 -0
- package/dist-types/commands/StartBotRecommendationCommand.d.ts +16 -0
- package/dist-types/commands/StartImportCommand.d.ts +16 -0
- package/dist-types/commands/StopBotRecommendationCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBotAliasCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBotCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBotLocaleCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBotRecommendationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateExportCommand.d.ts +16 -0
- package/dist-types/commands/UpdateIntentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSlotCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSlotTypeCommand.d.ts +16 -0
- package/dist-types/models/LexModelsV2ServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +635 -1
- package/dist-types/models/models_1.d.ts +98 -2
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAggregatedUtterancesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBotAliasesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBotLocalesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBotRecommendationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBotVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBotsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBuiltInIntentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBuiltInSlotTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomVocabularyItemsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListExportsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListImportsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListIntentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRecommendedIntentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSlotTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSlotsPaginator.d.ts +3 -0
- package/package.json +30 -30
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DescribeSlotTypeRequest, DescribeSlotTypeResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeSlotTypeCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeSlotTypeCommandInput extends DescribeSlotTypeRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeSlotTypeCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeSlotTypeCommandOutput extends DescribeSlotTypeResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets metadata information about a slot type.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeSlotTypeCommandOutput extends DescribeSlotTypeResponse,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeSlotTypeCommandInput - {@link DescribeSlotTypeCommandInput}
|
|
34
|
+
* @returns {@link DescribeSlotTypeCommandOutput}
|
|
28
35
|
* @see {@link DescribeSlotTypeCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeSlotTypeCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface DescribeSlotTypeCommandOutput extends DescribeSlotTypeResponse,
|
|
|
53
60
|
export declare class DescribeSlotTypeCommand extends $Command<DescribeSlotTypeCommandInput, DescribeSlotTypeCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
54
61
|
readonly input: DescribeSlotTypeCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: DescribeSlotTypeCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSlotTypeCommandInput, DescribeSlotTypeCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { ListAggregatedUtterancesRequest, ListAggregatedUtterancesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAggregatedUtterancesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAggregatedUtterancesCommandInput extends ListAggregatedUtterancesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAggregatedUtterancesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAggregatedUtterancesCommandOutput extends ListAggregatedUtterancesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Provides a list of utterances that users have sent to the
|
|
18
23
|
* bot.</p>
|
|
19
24
|
* <p>Utterances are aggregated by the text of the utterance. For example,
|
|
@@ -49,6 +54,8 @@ export interface ListAggregatedUtterancesCommandOutput extends ListAggregatedUtt
|
|
|
49
54
|
* const response = await client.send(command);
|
|
50
55
|
* ```
|
|
51
56
|
*
|
|
57
|
+
* @param ListAggregatedUtterancesCommandInput - {@link ListAggregatedUtterancesCommandInput}
|
|
58
|
+
* @returns {@link ListAggregatedUtterancesCommandOutput}
|
|
52
59
|
* @see {@link ListAggregatedUtterancesCommandInput} for command's `input` shape.
|
|
53
60
|
* @see {@link ListAggregatedUtterancesCommandOutput} for command's `response` shape.
|
|
54
61
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -75,11 +82,20 @@ export interface ListAggregatedUtterancesCommandOutput extends ListAggregatedUtt
|
|
|
75
82
|
export declare class ListAggregatedUtterancesCommand extends $Command<ListAggregatedUtterancesCommandInput, ListAggregatedUtterancesCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
76
83
|
readonly input: ListAggregatedUtterancesCommandInput;
|
|
77
84
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
+
/**
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
78
88
|
constructor(input: ListAggregatedUtterancesCommandInput);
|
|
79
89
|
/**
|
|
80
90
|
* @internal
|
|
81
91
|
*/
|
|
82
92
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAggregatedUtterancesCommandInput, ListAggregatedUtterancesCommandOutput>;
|
|
93
|
+
/**
|
|
94
|
+
* @internal
|
|
95
|
+
*/
|
|
83
96
|
private serialize;
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
84
100
|
private deserialize;
|
|
85
101
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { ListBotAliasesRequest, ListBotAliasesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListBotAliasesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListBotAliasesCommandInput extends ListBotAliasesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListBotAliasesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListBotAliasesCommandOutput extends ListBotAliasesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets a list of aliases for the specified bot.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListBotAliasesCommandOutput extends ListBotAliasesResponse, __M
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListBotAliasesCommandInput - {@link ListBotAliasesCommandInput}
|
|
34
|
+
* @returns {@link ListBotAliasesCommandOutput}
|
|
28
35
|
* @see {@link ListBotAliasesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListBotAliasesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface ListBotAliasesCommandOutput extends ListBotAliasesResponse, __M
|
|
|
49
56
|
export declare class ListBotAliasesCommand extends $Command<ListBotAliasesCommandInput, ListBotAliasesCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
50
57
|
readonly input: ListBotAliasesCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: ListBotAliasesCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBotAliasesCommandInput, ListBotAliasesCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { ListBotLocalesRequest, ListBotLocalesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListBotLocalesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListBotLocalesCommandInput extends ListBotLocalesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListBotLocalesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListBotLocalesCommandOutput extends ListBotLocalesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets a list of locales for the specified bot.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListBotLocalesCommandOutput extends ListBotLocalesResponse, __M
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListBotLocalesCommandInput - {@link ListBotLocalesCommandInput}
|
|
34
|
+
* @returns {@link ListBotLocalesCommandOutput}
|
|
28
35
|
* @see {@link ListBotLocalesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListBotLocalesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface ListBotLocalesCommandOutput extends ListBotLocalesResponse, __M
|
|
|
49
56
|
export declare class ListBotLocalesCommand extends $Command<ListBotLocalesCommandInput, ListBotLocalesCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
50
57
|
readonly input: ListBotLocalesCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: ListBotLocalesCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBotLocalesCommandInput, ListBotLocalesCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { ListBotRecommendationsRequest, ListBotRecommendationsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListBotRecommendationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListBotRecommendationsCommandInput extends ListBotRecommendationsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListBotRecommendationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListBotRecommendationsCommandOutput extends ListBotRecommendationsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Get a list of bot recommendations that meet the specified
|
|
18
23
|
* criteria.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListBotRecommendationsCommandOutput extends ListBotRecommendati
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListBotRecommendationsCommandInput - {@link ListBotRecommendationsCommandInput}
|
|
35
|
+
* @returns {@link ListBotRecommendationsCommandOutput}
|
|
29
36
|
* @see {@link ListBotRecommendationsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListBotRecommendationsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface ListBotRecommendationsCommandOutput extends ListBotRecommendati
|
|
|
51
58
|
export declare class ListBotRecommendationsCommand extends $Command<ListBotRecommendationsCommandInput, ListBotRecommendationsCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
52
59
|
readonly input: ListBotRecommendationsCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: ListBotRecommendationsCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBotRecommendationsCommandInput, ListBotRecommendationsCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { ListBotVersionsRequest, ListBotVersionsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListBotVersionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListBotVersionsCommandInput extends ListBotVersionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListBotVersionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListBotVersionsCommandOutput extends ListBotVersionsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about all of the versions of a bot.</p>
|
|
18
23
|
* <p>The <code>ListBotVersions</code> operation returns a summary of each
|
|
19
24
|
* version of a bot. For example, if a bot has three numbered versions,
|
|
@@ -32,6 +37,8 @@ export interface ListBotVersionsCommandOutput extends ListBotVersionsResponse, _
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param ListBotVersionsCommandInput - {@link ListBotVersionsCommandInput}
|
|
41
|
+
* @returns {@link ListBotVersionsCommandOutput}
|
|
35
42
|
* @see {@link ListBotVersionsCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link ListBotVersionsCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface ListBotVersionsCommandOutput extends ListBotVersionsResponse, _
|
|
|
56
63
|
export declare class ListBotVersionsCommand extends $Command<ListBotVersionsCommandInput, ListBotVersionsCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
57
64
|
readonly input: ListBotVersionsCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: ListBotVersionsCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBotVersionsCommandInput, ListBotVersionsCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { ListBotsRequest, ListBotsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListBotsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListBotsCommandInput extends ListBotsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListBotsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListBotsCommandOutput extends ListBotsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets a list of available bots.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListBotsCommandOutput extends ListBotsResponse, __MetadataBeare
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListBotsCommandInput - {@link ListBotsCommandInput}
|
|
34
|
+
* @returns {@link ListBotsCommandOutput}
|
|
28
35
|
* @see {@link ListBotsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListBotsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface ListBotsCommandOutput extends ListBotsResponse, __MetadataBeare
|
|
|
49
56
|
export declare class ListBotsCommand extends $Command<ListBotsCommandInput, ListBotsCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
50
57
|
readonly input: ListBotsCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: ListBotsCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBotsCommandInput, ListBotsCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { ListBuiltInIntentsRequest, ListBuiltInIntentsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListBuiltInIntentsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListBuiltInIntentsCommandInput extends ListBuiltInIntentsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListBuiltInIntentsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListBuiltInIntentsCommandOutput extends ListBuiltInIntentsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets a list of built-in intents provided by Amazon Lex that you can use
|
|
18
23
|
* in your bot. </p>
|
|
19
24
|
* <p>To use a built-in intent as a the base for your own intent, include
|
|
@@ -30,6 +35,8 @@ export interface ListBuiltInIntentsCommandOutput extends ListBuiltInIntentsRespo
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param ListBuiltInIntentsCommandInput - {@link ListBuiltInIntentsCommandInput}
|
|
39
|
+
* @returns {@link ListBuiltInIntentsCommandOutput}
|
|
33
40
|
* @see {@link ListBuiltInIntentsCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link ListBuiltInIntentsCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface ListBuiltInIntentsCommandOutput extends ListBuiltInIntentsRespo
|
|
|
54
61
|
export declare class ListBuiltInIntentsCommand extends $Command<ListBuiltInIntentsCommandInput, ListBuiltInIntentsCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
55
62
|
readonly input: ListBuiltInIntentsCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: ListBuiltInIntentsCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBuiltInIntentsCommandInput, ListBuiltInIntentsCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { ListBuiltInSlotTypesRequest, ListBuiltInSlotTypesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListBuiltInSlotTypesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListBuiltInSlotTypesCommandInput extends ListBuiltInSlotTypesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListBuiltInSlotTypesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListBuiltInSlotTypesCommandOutput extends ListBuiltInSlotTypesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets a list of built-in slot types that meet the specified
|
|
18
23
|
* criteria.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListBuiltInSlotTypesCommandOutput extends ListBuiltInSlotTypesR
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListBuiltInSlotTypesCommandInput - {@link ListBuiltInSlotTypesCommandInput}
|
|
35
|
+
* @returns {@link ListBuiltInSlotTypesCommandOutput}
|
|
29
36
|
* @see {@link ListBuiltInSlotTypesCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListBuiltInSlotTypesCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface ListBuiltInSlotTypesCommandOutput extends ListBuiltInSlotTypesR
|
|
|
50
57
|
export declare class ListBuiltInSlotTypesCommand extends $Command<ListBuiltInSlotTypesCommandInput, ListBuiltInSlotTypesCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
51
58
|
readonly input: ListBuiltInSlotTypesCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: ListBuiltInSlotTypesCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBuiltInSlotTypesCommandInput, ListBuiltInSlotTypesCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { ListCustomVocabularyItemsRequest, ListCustomVocabularyItemsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListCustomVocabularyItemsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListCustomVocabularyItemsCommandInput extends ListCustomVocabularyItemsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListCustomVocabularyItemsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListCustomVocabularyItemsCommandOutput extends ListCustomVocabularyItemsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Paginated list of custom vocabulary items for a given bot locale's
|
|
18
23
|
* custom vocabulary.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListCustomVocabularyItemsCommandOutput extends ListCustomVocabu
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListCustomVocabularyItemsCommandInput - {@link ListCustomVocabularyItemsCommandInput}
|
|
35
|
+
* @returns {@link ListCustomVocabularyItemsCommandOutput}
|
|
29
36
|
* @see {@link ListCustomVocabularyItemsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListCustomVocabularyItemsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface ListCustomVocabularyItemsCommandOutput extends ListCustomVocabu
|
|
|
54
61
|
export declare class ListCustomVocabularyItemsCommand extends $Command<ListCustomVocabularyItemsCommandInput, ListCustomVocabularyItemsCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
55
62
|
readonly input: ListCustomVocabularyItemsCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: ListCustomVocabularyItemsCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCustomVocabularyItemsCommandInput, ListCustomVocabularyItemsCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { ListExportsRequest, ListExportsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListExportsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListExportsCommandInput extends ListExportsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListExportsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListExportsCommandOutput extends ListExportsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the exports for a bot, bot locale, or custom vocabulary.
|
|
18
23
|
* Exports are kept in the list for 7 days.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListExportsCommandOutput extends ListExportsResponse, __Metadat
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListExportsCommandInput - {@link ListExportsCommandInput}
|
|
35
|
+
* @returns {@link ListExportsCommandOutput}
|
|
29
36
|
* @see {@link ListExportsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListExportsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ListExportsCommandOutput extends ListExportsResponse, __Metadat
|
|
|
47
54
|
export declare class ListExportsCommand extends $Command<ListExportsCommandInput, ListExportsCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
48
55
|
readonly input: ListExportsCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ListExportsCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExportsCommandInput, ListExportsCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { ListImportsRequest, ListImportsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListImportsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListImportsCommandInput extends ListImportsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListImportsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListImportsCommandOutput extends ListImportsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the imports for a bot, bot locale, or custom vocabulary.
|
|
18
23
|
* Imports are kept in the list for 7 days.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListImportsCommandOutput extends ListImportsResponse, __Metadat
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListImportsCommandInput - {@link ListImportsCommandInput}
|
|
35
|
+
* @returns {@link ListImportsCommandOutput}
|
|
29
36
|
* @see {@link ListImportsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListImportsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ListImportsCommandOutput extends ListImportsResponse, __Metadat
|
|
|
47
54
|
export declare class ListImportsCommand extends $Command<ListImportsCommandInput, ListImportsCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
48
55
|
readonly input: ListImportsCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ListImportsCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImportsCommandInput, ListImportsCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { ListIntentsRequest, ListIntentsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListIntentsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListIntentsCommandInput extends ListIntentsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListIntentsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListIntentsCommandOutput extends ListIntentsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Get a list of intents that meet the specified criteria.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListIntentsCommandOutput extends ListIntentsResponse, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListIntentsCommandInput - {@link ListIntentsCommandInput}
|
|
34
|
+
* @returns {@link ListIntentsCommandOutput}
|
|
28
35
|
* @see {@link ListIntentsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListIntentsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface ListIntentsCommandOutput extends ListIntentsResponse, __Metadat
|
|
|
49
56
|
export declare class ListIntentsCommand extends $Command<ListIntentsCommandInput, ListIntentsCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
50
57
|
readonly input: ListIntentsCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: ListIntentsCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIntentsCommandInput, ListIntentsCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|