@aws-sdk/client-lex-runtime-v2 3.606.0 → 3.608.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-cjs/index.js CHANGED
@@ -650,6 +650,7 @@ var se_RecognizeUtteranceCommand = /* @__PURE__ */ __name(async (input, context)
650
650
  var se_StartConversationCommand = /* @__PURE__ */ __name(async (input, context) => {
651
651
  const b = (0, import_core2.requestBuilder)(input, context);
652
652
  const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
653
+ "content-type": "application/json",
653
654
  [_xalcm]: input[_cM]
654
655
  });
655
656
  b.bp("/bots/{botId}/botAliases/{botAliasId}/botLocales/{localeId}/sessions/{sessionId}/conversation");
@@ -90,6 +90,7 @@ export const se_RecognizeUtteranceCommand = async (input, context) => {
90
90
  export const se_StartConversationCommand = async (input, context) => {
91
91
  const b = rb(input, context);
92
92
  const headers = map({}, isSerializableHeaderValue, {
93
+ "content-type": "application/json",
93
94
  [_xalcm]: input[_cM],
94
95
  });
95
96
  b.bp("/bots/{botId}/botAliases/{botAliasId}/botLocales/{localeId}/sessions/{sessionId}/conversation");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lex-runtime-v2",
3
3
  "description": "AWS SDK for JavaScript Lex Runtime V2 Client for Node.js, Browser and React Native",
4
- "version": "3.606.0",
4
+ "version": "3.608.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-lex-runtime-v2",