@aws-sdk/client-lex-runtime-service
Advanced tools
Comparing version 3.428.0 to 3.429.0
@@ -90,9 +90,9 @@ import { | ||
export interface DialogAction { | ||
type: DialogActionType | string | undefined; | ||
type: DialogActionType | undefined; | ||
intentName?: string; | ||
slots?: Record<string, string>; | ||
slotToElicit?: string; | ||
fulfillmentState?: FulfillmentState | string; | ||
fulfillmentState?: FulfillmentState; | ||
message?: string; | ||
messageFormat?: MessageFormatType | string; | ||
messageFormat?: MessageFormatType; | ||
} | ||
@@ -110,5 +110,5 @@ export declare const ConfirmationStatus: { | ||
slots?: Record<string, string>; | ||
confirmationStatus?: ConfirmationStatus | string; | ||
dialogActionType: DialogActionType | string | undefined; | ||
fulfillmentState?: FulfillmentState | string; | ||
confirmationStatus?: ConfirmationStatus; | ||
dialogActionType: DialogActionType | undefined; | ||
fulfillmentState?: FulfillmentState; | ||
slotToElicit?: string; | ||
@@ -184,4 +184,4 @@ } | ||
encodedMessage?: string; | ||
messageFormat?: MessageFormatType | string; | ||
dialogState?: DialogState | string; | ||
messageFormat?: MessageFormatType; | ||
dialogState?: DialogState; | ||
slotToElicit?: string; | ||
@@ -243,3 +243,3 @@ inputTranscript?: string; | ||
version?: string; | ||
contentType?: ContentType | string; | ||
contentType?: ContentType; | ||
genericAttachments?: GenericAttachment[]; | ||
@@ -259,4 +259,4 @@ } | ||
sentimentResponse?: SentimentResponse; | ||
messageFormat?: MessageFormatType | string; | ||
dialogState?: DialogState | string; | ||
messageFormat?: MessageFormatType; | ||
dialogState?: DialogState; | ||
slotToElicit?: string; | ||
@@ -285,4 +285,4 @@ responseCard?: ResponseCard; | ||
encodedMessage?: string; | ||
messageFormat?: MessageFormatType | string; | ||
dialogState?: DialogState | string; | ||
messageFormat?: MessageFormatType; | ||
dialogState?: DialogState; | ||
slotToElicit?: string; | ||
@@ -289,0 +289,0 @@ audioStream?: StreamingBlobTypes; |
{ | ||
"name": "@aws-sdk/client-lex-runtime-service", | ||
"description": "AWS SDK for JavaScript Lex Runtime Service Client for Node.js, Browser and React Native", | ||
"version": "3.428.0", | ||
"version": "3.429.0", | ||
"scripts": { | ||
@@ -26,5 +26,5 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"@aws-crypto/sha256-js": "3.0.0", | ||
"@aws-sdk/client-sts": "3.428.0", | ||
"@aws-sdk/credential-provider-node": "3.428.0", | ||
"@aws-sdk/middleware-host-header": "3.428.0", | ||
"@aws-sdk/client-sts": "3.429.0", | ||
"@aws-sdk/credential-provider-node": "3.429.0", | ||
"@aws-sdk/middleware-host-header": "3.429.0", | ||
"@aws-sdk/middleware-logger": "3.428.0", | ||
@@ -44,3 +44,3 @@ "@aws-sdk/middleware-recursion-detection": "3.428.0", | ||
"@smithy/middleware-content-length": "^2.0.13", | ||
"@smithy/middleware-endpoint": "^2.1.0", | ||
"@smithy/middleware-endpoint": "^2.1.1", | ||
"@smithy/middleware-retry": "^2.0.16", | ||
@@ -47,0 +47,0 @@ "@smithy/middleware-serde": "^2.0.11", |
Sorry, the diff of this file is too big to display
347932
+ Added@aws-sdk/client-sso@3.429.0(transitive)
+ Added@aws-sdk/client-sts@3.429.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.429.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.429.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.429.0(transitive)
+ Added@aws-sdk/middleware-host-header@3.429.0(transitive)
+ Added@aws-sdk/token-providers@3.429.0(transitive)
- Removed@aws-sdk/client-sso@3.428.0(transitive)
- Removed@aws-sdk/client-sts@3.428.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.428.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.428.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.428.0(transitive)
- Removed@aws-sdk/middleware-host-header@3.428.0(transitive)
- Removed@aws-sdk/token-providers@3.428.0(transitive)
Updated@aws-sdk/client-sts@3.429.0