aws-sdk-lexmodelsv2 1.64.0 → 1.65.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lexmodelsv2/client.rb +4 -4
- data/lib/aws-sdk-lexmodelsv2/types.rb +4 -4
- data/lib/aws-sdk-lexmodelsv2.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b8b806ba2e866e5a7c5a6489d9e2a4e07c55693be65d2b25ae3c505fbad0613e
|
|
4
|
+
data.tar.gz: 1e400be2d1cfbcfc091fadd237c579b17fa59b213d5a5239f36199b21f549235
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bc253b05062fda1987b1d365834c9d5d591ff9cabd3b4e1b474a015dca2e3751a72be48fd28ee217a8388eef9c627b417e062248a1d0c449f842eb3b0e8f605a
|
|
7
|
+
data.tar.gz: d8ad96954464b6809f50484bd45cf25e0610c4d63b77dc8cd80527c8ea9266701847bee4ad861eda5380cac84f5b8134591ec3ba9dde97c45f9ef05edeb8a410
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.65.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
|
|
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
|
-
# "
|
|
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.
|
|
10501
|
+
context[:gem_version] = '1.65.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
|
|
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
|
-
# "
|
|
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
|
|
12796
|
+
# * Infinite repeaters: *, +, or \{x,} with no upper bound.
|
|
12797
12797
|
#
|
|
12798
12798
|
# * Wild card (.)
|
|
12799
12799
|
# @return [String]
|
data/lib/aws-sdk-lexmodelsv2.rb
CHANGED
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.
|
|
4
|
+
version: 1.65.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-
|
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|