Skip to content

Commit b798090

Browse files
author
awstools
committed
feat(client-lex-models-v2): This release introduces additional optional parameters promptAttemptsSpecification to PromptSpecification, which enables the users to configure interrupt setting and Audio, DTMF and Text input configuration for the initial and retry prompt played by the Bot
1 parent 8c58db8 commit b798090

File tree

5 files changed

+1789
-1031
lines changed

5 files changed

+1789
-1031
lines changed

clients/client-lex-models-v2/src/commands/UpdateSlotTypeCommand.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@ import {
1313
} from "@aws-sdk/types";
1414

1515
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
16-
import {
17-
UpdateSlotTypeRequest,
18-
UpdateSlotTypeRequestFilterSensitiveLog,
19-
UpdateSlotTypeResponse,
20-
UpdateSlotTypeResponseFilterSensitiveLog,
21-
} from "../models/models_0";
16+
import { UpdateSlotTypeRequest, UpdateSlotTypeRequestFilterSensitiveLog } from "../models/models_0";
17+
import { UpdateSlotTypeResponse, UpdateSlotTypeResponseFilterSensitiveLog } from "../models/models_1";
2218
import {
2319
deserializeAws_restJson1UpdateSlotTypeCommand,
2420
serializeAws_restJson1UpdateSlotTypeCommand,

0 commit comments

Comments
 (0)