aws-sdk-lexmodelbuildingservice 1.83.0 → 1.84.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: 2379aa14fa6813e350f9ecd36b218d1af7a403692ec6b5e0084a7c3a15538e1a
4
- data.tar.gz: c051c10d869a5fadcab71f21d1d0b5ff9186bc18ddaba7f0077dad09796a2089
3
+ metadata.gz: 4d0cc2149f269262ebe3d050641ed159fc4cabcb1d6b64bbe0d66ded2f353e85
4
+ data.tar.gz: 21b637c1c5230cd01a1be696d33942665ed3e3d93b674190ae2bb28a61986a36
5
5
  SHA512:
6
- metadata.gz: fd40b3ce353fa3dcde278b337d72cfe11c03b6516e57e84959a2d5cada3ad50944019ee0e2cb16f4b9b13f39e91ad0b6b3d5748066f605f2ef51996f32858e84
7
- data.tar.gz: c0923ee8a6dcde08902cee4cd0bf3848a109b61dffd1589d8afacf63683a0d25c7b8b1a7d6612fcdd41eb9efc0ce08fa45edb342c848fc1a39cfb2696375bc50
6
+ metadata.gz: 0e28dd256780a634f466a1ecfea13ced0cb0f1ba2821fcae3654c00aa3afbbe937fa601bd61e59841cf277133e09e6e095fa450918c36a8db774e78c98f09a8c
7
+ data.tar.gz: e8a45144aa797fc6d99b5468ecf4633833bf9b7dd2ab12fbd3d12868cb94ec9b943aeed05a070de6b9d14e244807e26f97d12f67ffd0bd276de08d39cfb3f3eb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.84.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.83.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.83.0
1
+ 1.84.0
@@ -3428,8 +3428,8 @@ module Aws::LexModelBuildingService
3428
3428
  #
3429
3429
  # @option params [Array<String>] :sample_utterances
3430
3430
  # An array of utterances (strings) that a user might say to signal the
3431
- # intent. For example, "I want \\\{PizzaSize\\} pizza", "Order
3432
- # \\\{Quantity\\} \\\{PizzaSize\\} pizzas".
3431
+ # intent. For example, "I want \{PizzaSize} pizza", "Order
3432
+ # \{Quantity} \{PizzaSize} pizzas".
3433
3433
  #
3434
3434
  # In each utterance, a slot name is enclosed in curly braces.
3435
3435
  #
@@ -4494,7 +4494,7 @@ module Aws::LexModelBuildingService
4494
4494
  tracer: tracer
4495
4495
  )
4496
4496
  context[:gem_name] = 'aws-sdk-lexmodelbuildingservice'
4497
- context[:gem_version] = '1.83.0'
4497
+ context[:gem_version] = '1.84.0'
4498
4498
  Seahorse::Client::Request.new(handlers, context)
4499
4499
  end
4500
4500
 
@@ -3474,8 +3474,8 @@ module Aws::LexModelBuildingService
3474
3474
  #
3475
3475
  # @!attribute [rw] sample_utterances
3476
3476
  # An array of utterances (strings) that a user might say to signal the
3477
- # intent. For example, "I want \\\{PizzaSize\\} pizza", "Order
3478
- # \\\{Quantity\\} \\\{PizzaSize\\} pizzas".
3477
+ # intent. For example, "I want \{PizzaSize} pizza", "Order
3478
+ # \{Quantity} \{PizzaSize} pizzas".
3479
3479
  #
3480
3480
  # In each utterance, a slot name is enclosed in curly braces.
3481
3481
  # @return [Array<String>]
@@ -3942,11 +3942,11 @@ module Aws::LexModelBuildingService
3942
3942
  # The body of the exception contains a JSON object that describes the
3943
3943
  # resource.
3944
3944
  #
3945
- # `\{ "resourceType": BOT | BOTALIAS | BOTCHANNEL | INTENT,`
3945
+ # `{ "resourceType": BOT | BOTALIAS | BOTCHANNEL | INTENT,`
3946
3946
  #
3947
- # `"resourceReference": \{`
3947
+ # `"resourceReference": {`
3948
3948
  #
3949
- # `"name": string, "version": string \} \}`
3949
+ # `"name": string, "version": string } }`
3950
3950
  #
3951
3951
  # @!attribute [rw] reference_type
3952
3952
  # @return [String]
@@ -4043,9 +4043,9 @@ module Aws::LexModelBuildingService
4043
4043
  # @!attribute [rw] obfuscation_setting
4044
4044
  # Determines whether a slot is obfuscated in conversation logs and
4045
4045
  # stored utterances. When you obfuscate a slot, the value is replaced
4046
- # by the slot name in curly braces (\\\{\\}). For example, if the slot
4046
+ # by the slot name in curly braces (\{}). For example, if the slot
4047
4047
  # name is "full\_name", obfuscated values are replaced with
4048
- # "\\\{full\_name\\}". For more information, see [ Slot Obfuscation
4048
+ # "\{full\_name}". For more information, see [ Slot Obfuscation
4049
4049
  # ][1].
4050
4050
  #
4051
4051
  #
@@ -4087,7 +4087,7 @@ module Aws::LexModelBuildingService
4087
4087
  # * `#context-name.slot-name` - The slot value "slot-name" in the
4088
4088
  # context "context-name."
4089
4089
  #
4090
- # * `\{attribute\}` - The slot value of the session attribute
4090
+ # * `{attribute}` - The slot value of the session attribute
4091
4091
  # "attribute."
4092
4092
  #
4093
4093
  # * `'value'` - The discrete value "value."
@@ -4191,7 +4191,7 @@ module Aws::LexModelBuildingService
4191
4191
  #
4192
4192
  # The following regular expression operators are not supported:
4193
4193
  #
4194
- # * Infinite repeaters: *, +, or \\\{x,\\} with no upper bound.
4194
+ # * Infinite repeaters: *, +, or \{x,} with no upper bound.
4195
4195
  #
4196
4196
  # * Wild card (.)
4197
4197
  # @return [String]
@@ -54,7 +54,7 @@ module Aws::LexModelBuildingService
54
54
  autoload :EndpointProvider, 'aws-sdk-lexmodelbuildingservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-lexmodelbuildingservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.83.0'
57
+ GEM_VERSION = '1.84.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lexmodelbuildingservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.83.0
4
+ version: 1.84.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-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core