aws-sdk-lexmodelsv2 1.64.0 → 1.66.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9bd351e795d7b53149d96b932122c89e7704ba5dfde50f29aaf33745454292e6
4
- data.tar.gz: d29605b234328c76b72b50f202b0cd5947660e5a976f526d18c762b50c51feae
3
+ metadata.gz: e61de4296e4605a5e40f531097b6bd22d81ac258961031ce52004351d3688676
4
+ data.tar.gz: 22a3836486b005fa3455b00fde8977ab887e179d804e26267c5ba0ddbe829020
5
5
  SHA512:
6
- metadata.gz: a3581b9be900670044e4bfcb6bd9be143dfedcf8b7ec639324e2c65190d66179f36ebd24c0755f736d3a2bba3fcbcf49e8db5e11730ebeb9ace26d3a46ad7841
7
- data.tar.gz: 90f8436fc7b20cf4016d6c7833f08d707f8c78a16065fa4b0df785d321598d68751372b17b593ec957d182388ac2b08b5f505026d019c1d38357b25ab5af2f5b
6
+ metadata.gz: c0d1f62427a68426be3a966ea05b8343f7bcf434ed2349b5ca91b7145c3e51ff5a9ba2e8aa41dc31ef5af1fb6b7f1102f38e88a232d8277f30821956896923af
7
+ data.tar.gz: 698de5ed89e89897e706e359b3ee386b6ea2b16a5f73673b7df90d64402cc0a8052079fb624f3a7d9c8a4f05983de7f8dc2075b29c9064a4f0bf8594856dfbbf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.66.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.65.0 (2024-11-06)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.64.0 (2024-10-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.66.0
@@ -1384,10 +1384,10 @@ module Aws::LexModelsV2
1384
1384
  #
1385
1385
  # @option params [Array<Types::SampleUtterance>] :sample_utterances
1386
1386
  # An array of strings that a user might say to signal the intent. For
1387
- # example, "I want a pizza", or "I want a \\\{PizzaSize\\} pizza".
1387
+ # example, "I want a pizza", or "I want a \{PizzaSize} pizza".
1388
1388
  #
1389
- # In an utterance, slot names are enclosed in curly braces ("\\\{",
1390
- # "\\}") to indicate where they should be displayed in the utterance
1389
+ # In an utterance, slot names are enclosed in curly braces ("\{",
1390
+ # "}") to indicate where they should be displayed in the utterance
1391
1391
  # shown to the user..
1392
1392
  #
1393
1393
  # @option params [Types::DialogCodeHookSettings] :dialog_code_hook
@@ -10498,7 +10498,7 @@ module Aws::LexModelsV2
10498
10498
  tracer: tracer
10499
10499
  )
10500
10500
  context[:gem_name] = 'aws-sdk-lexmodelsv2'
10501
- context[:gem_version] = '1.64.0'
10501
+ context[:gem_version] = '1.66.0'
10502
10502
  Seahorse::Client::Request.new(handlers, context)
10503
10503
  end
10504
10504
 
@@ -3926,10 +3926,10 @@ module Aws::LexModelsV2
3926
3926
  #
3927
3927
  # @!attribute [rw] sample_utterances
3928
3928
  # An array of strings that a user might say to signal the intent. For
3929
- # example, "I want a pizza", or "I want a \\\{PizzaSize\\} pizza".
3929
+ # example, "I want a pizza", or "I want a \{PizzaSize} pizza".
3930
3930
  #
3931
- # In an utterance, slot names are enclosed in curly braces ("\\\{",
3932
- # "\\}") to indicate where they should be displayed in the utterance
3931
+ # In an utterance, slot names are enclosed in curly braces ("\{",
3932
+ # "}") to indicate where they should be displayed in the utterance
3933
3933
  # shown to the user..
3934
3934
  # @return [Array<Types::SampleUtterance>]
3935
3935
  #
@@ -12793,7 +12793,7 @@ module Aws::LexModelsV2
12793
12793
  #
12794
12794
  # The following regular expression operators are not supported:
12795
12795
  #
12796
- # * Infinite repeaters: *, +, or \\\{x,\\} with no upper bound.
12796
+ # * Infinite repeaters: *, +, or \{x,} with no upper bound.
12797
12797
  #
12798
12798
  # * Wild card (.)
12799
12799
  # @return [String]
@@ -15824,13 +15824,11 @@ module Aws::LexModelsV2
15824
15824
  #
15825
15825
  # * `audio/lpcm; sample-rate=8000; sample-size-bits=16;
15826
15826
  # channel-count=1; is-big-endian=false`
15827
- #
15828
15827
  # * Opus format
15829
15828
  #
15830
15829
  # * `audio/x-cbr-opus-with-preamble;preamble-size=0;bit-rate=256000;frame-size-milliseconds=4`
15831
15830
  #
15832
15831
  # ^
15833
- #
15834
15832
  # * Text format
15835
15833
  #
15836
15834
  # * `text/plain; charset=utf-8`
@@ -55,7 +55,7 @@ module Aws::LexModelsV2
55
55
  autoload :EndpointProvider, 'aws-sdk-lexmodelsv2/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-lexmodelsv2/endpoints'
57
57
 
58
- GEM_VERSION = '1.64.0'
58
+ GEM_VERSION = '1.66.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lexmodelsv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.64.0
4
+ version: 1.66.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core