aws-sdk-lexruntimev2 1.13.0 → 1.16.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: e4f67e0ec65e8f812e9ab2670ede53fbf59edd160f531780b2e169cd35aafd32
4
- data.tar.gz: 22caedef45d9dd0793432111a3824086149058ead2ae1247808c7dd922fc1838
3
+ metadata.gz: 668edc5f74b262fa29ee8eec9d635f47e4f087e754f0151541a1bae77b809ed2
4
+ data.tar.gz: 27c09efe73b65fe6fb55ad55e66534ff1bb3318d8cf99c981c9c2b0c017cd0bd
5
5
  SHA512:
6
- metadata.gz: 4c11bf12d300e57223445ea5741eb74756179c3f48afe4d51b94f83d336738833b30faa47be389c682c27f525d1ffcb86bd2b36ff7d86e582b4e89e41e272ce9
7
- data.tar.gz: 810e0bd6a4c7a27edc08bc65f808bd4b3ea6b2dda715c2ceac6e9a15941b163ab41baedcefc8d987dc2fad3bddf3d611c42d15aa2ba542c2a3556b2374fef988
6
+ metadata.gz: 801b1b7364ee463a35cedefa8c0bf0b0572fa92e712bb177027ab153ad3cf932e0bbd17c196f9e49930d09856aa3adf06f0dfc72e6fa5039b47ed1654dc9dd78
7
+ data.tar.gz: 0656d3fddadeab663ba3cab556ca434dd6c030d14eacdf06904bd135bc050733b87e3371c995c7aece66c9af2b8cbbc3a8860215aec308ae791fbc88e21160f5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.16.0 (2022-09-09)
5
+ ------------------
6
+
7
+ * Feature - This release is for supporting Composite Slot Type feature in AWS Lex V2. Composite Slot Type will help developer to logically group coherent slots and maintain their inter-relationships in runtime conversation.
8
+
9
+ 1.15.0 (2022-02-24)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.14.0 (2022-02-03)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.13.0 (2022-01-13)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
1
+ 1.16.0
@@ -23,7 +23,9 @@ require 'aws-sdk-core/plugins/stub_responses.rb'
23
23
  require 'aws-sdk-core/plugins/idempotency_token.rb'
24
24
  require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
25
25
  require 'aws-sdk-core/plugins/http_checksum.rb'
26
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
26
27
  require 'aws-sdk-core/plugins/defaults_mode.rb'
28
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
27
29
  require 'aws-sdk-core/plugins/invocation_id.rb'
28
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
29
31
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
@@ -53,7 +55,9 @@ module Aws::LexRuntimeV2
53
55
  add_plugin(Aws::Plugins::IdempotencyToken)
54
56
  add_plugin(Aws::Plugins::JsonvalueConverter)
55
57
  add_plugin(Aws::Plugins::HttpChecksum)
58
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
56
59
  add_plugin(Aws::Plugins::DefaultsMode)
60
+ add_plugin(Aws::Plugins::RecursionDetection)
57
61
  add_plugin(Aws::Plugins::InvocationId)
58
62
  add_plugin(Aws::Plugins::SignatureV4)
59
63
  add_plugin(Aws::Plugins::Protocols::RestJson)
@@ -515,23 +519,27 @@ module Aws::LexRuntimeV2
515
519
  # event.interpretations[0].intent.slots["NonEmptyString"].value.interpreted_value #=> String
516
520
  # event.interpretations[0].intent.slots["NonEmptyString"].value.resolved_values #=> Array
517
521
  # event.interpretations[0].intent.slots["NonEmptyString"].value.resolved_values[0] #=> String
518
- # event.interpretations[0].intent.slots["NonEmptyString"].shape #=> String, one of "Scalar", "List"
522
+ # event.interpretations[0].intent.slots["NonEmptyString"].shape #=> String, one of "Scalar", "List", "Composite"
519
523
  # event.interpretations[0].intent.slots["NonEmptyString"].values #=> Array
520
524
  # event.interpretations[0].intent.slots["NonEmptyString"].values[0] #=> Types::Slot
525
+ # event.interpretations[0].intent.slots["NonEmptyString"].sub_slots #=> Types::Slots
521
526
  # event.interpretations[0].intent.state #=> String, one of "Failed", "Fulfilled", "InProgress", "ReadyForFulfillment", "Waiting", "FulfillmentInProgress"
522
527
  # event.interpretations[0].intent.confirmation_state #=> String, one of "Confirmed", "Denied", "None"
523
528
  # event.session_state.dialog_action.type #=> String, one of "Close", "ConfirmIntent", "Delegate", "ElicitIntent", "ElicitSlot", "None"
524
529
  # event.session_state.dialog_action.slot_to_elicit #=> String
525
530
  # event.session_state.dialog_action.slot_elicitation_style #=> String, one of "Default", "SpellByLetter", "SpellByWord"
531
+ # event.session_state.dialog_action.sub_slot_to_elicit.name #=> String
532
+ # event.session_state.dialog_action.sub_slot_to_elicit.sub_slot_to_elicit #=> Types::ElicitSubSlot
526
533
  # event.session_state.intent.name #=> String
527
534
  # event.session_state.intent.slots #=> Hash
528
535
  # event.session_state.intent.slots["NonEmptyString"].value.original_value #=> String
529
536
  # event.session_state.intent.slots["NonEmptyString"].value.interpreted_value #=> String
530
537
  # event.session_state.intent.slots["NonEmptyString"].value.resolved_values #=> Array
531
538
  # event.session_state.intent.slots["NonEmptyString"].value.resolved_values[0] #=> String
532
- # event.session_state.intent.slots["NonEmptyString"].shape #=> String, one of "Scalar", "List"
539
+ # event.session_state.intent.slots["NonEmptyString"].shape #=> String, one of "Scalar", "List", "Composite"
533
540
  # event.session_state.intent.slots["NonEmptyString"].values #=> Array
534
541
  # event.session_state.intent.slots["NonEmptyString"].values[0] #=> Types::Slot
542
+ # event.session_state.intent.slots["NonEmptyString"].sub_slots #=> Types::Slots
535
543
  # event.session_state.intent.state #=> String, one of "Failed", "Fulfilled", "InProgress", "ReadyForFulfillment", "Waiting", "FulfillmentInProgress"
536
544
  # event.session_state.intent.confirmation_state #=> String, one of "Confirmed", "Denied", "None"
537
545
  # event.session_state.active_contexts #=> Array
@@ -547,6 +555,7 @@ module Aws::LexRuntimeV2
547
555
  # event.session_state.runtime_hints.slot_hints["Name"] #=> Hash
548
556
  # event.session_state.runtime_hints.slot_hints["Name"]["Name"].runtime_hint_values #=> Array
549
557
  # event.session_state.runtime_hints.slot_hints["Name"]["Name"].runtime_hint_values[0].phrase #=> String
558
+ # event.session_state.runtime_hints.slot_hints["Name"]["Name"].sub_slot_hints #=> Types::SlotHintsSlotMap
550
559
  # event.request_attributes #=> Hash
551
560
  # event.request_attributes["NonEmptyString"] #=> String
552
561
  # event.session_id #=> String
@@ -639,7 +648,7 @@ module Aws::LexRuntimeV2
639
648
  http_response: Seahorse::Client::Http::AsyncResponse.new,
640
649
  config: config)
641
650
  context[:gem_name] = 'aws-sdk-lexruntimev2'
642
- context[:gem_version] = '1.13.0'
651
+ context[:gem_version] = '1.16.0'
643
652
  Seahorse::Client::Request.new(handlers, context)
644
653
  end
645
654
 
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
32
34
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
33
35
  require 'aws-sdk-core/plugins/event_stream_configuration.rb'
@@ -75,7 +77,9 @@ module Aws::LexRuntimeV2
75
77
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
76
78
  add_plugin(Aws::Plugins::TransferEncoding)
77
79
  add_plugin(Aws::Plugins::HttpChecksum)
80
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
78
81
  add_plugin(Aws::Plugins::DefaultsMode)
82
+ add_plugin(Aws::Plugins::RecursionDetection)
79
83
  add_plugin(Aws::Plugins::SignatureV4)
80
84
  add_plugin(Aws::Plugins::Protocols::RestJson)
81
85
  add_plugin(Aws::Plugins::EventStreamConfiguration)
@@ -483,23 +487,27 @@ module Aws::LexRuntimeV2
483
487
  # resp.interpretations[0].intent.slots["NonEmptyString"].value.interpreted_value #=> String
484
488
  # resp.interpretations[0].intent.slots["NonEmptyString"].value.resolved_values #=> Array
485
489
  # resp.interpretations[0].intent.slots["NonEmptyString"].value.resolved_values[0] #=> String
486
- # resp.interpretations[0].intent.slots["NonEmptyString"].shape #=> String, one of "Scalar", "List"
490
+ # resp.interpretations[0].intent.slots["NonEmptyString"].shape #=> String, one of "Scalar", "List", "Composite"
487
491
  # resp.interpretations[0].intent.slots["NonEmptyString"].values #=> Array
488
492
  # resp.interpretations[0].intent.slots["NonEmptyString"].values[0] #=> Types::Slot
493
+ # resp.interpretations[0].intent.slots["NonEmptyString"].sub_slots #=> Types::Slots
489
494
  # resp.interpretations[0].intent.state #=> String, one of "Failed", "Fulfilled", "InProgress", "ReadyForFulfillment", "Waiting", "FulfillmentInProgress"
490
495
  # resp.interpretations[0].intent.confirmation_state #=> String, one of "Confirmed", "Denied", "None"
491
496
  # resp.session_state.dialog_action.type #=> String, one of "Close", "ConfirmIntent", "Delegate", "ElicitIntent", "ElicitSlot", "None"
492
497
  # resp.session_state.dialog_action.slot_to_elicit #=> String
493
498
  # resp.session_state.dialog_action.slot_elicitation_style #=> String, one of "Default", "SpellByLetter", "SpellByWord"
499
+ # resp.session_state.dialog_action.sub_slot_to_elicit.name #=> String
500
+ # resp.session_state.dialog_action.sub_slot_to_elicit.sub_slot_to_elicit #=> Types::ElicitSubSlot
494
501
  # resp.session_state.intent.name #=> String
495
502
  # resp.session_state.intent.slots #=> Hash
496
503
  # resp.session_state.intent.slots["NonEmptyString"].value.original_value #=> String
497
504
  # resp.session_state.intent.slots["NonEmptyString"].value.interpreted_value #=> String
498
505
  # resp.session_state.intent.slots["NonEmptyString"].value.resolved_values #=> Array
499
506
  # resp.session_state.intent.slots["NonEmptyString"].value.resolved_values[0] #=> String
500
- # resp.session_state.intent.slots["NonEmptyString"].shape #=> String, one of "Scalar", "List"
507
+ # resp.session_state.intent.slots["NonEmptyString"].shape #=> String, one of "Scalar", "List", "Composite"
501
508
  # resp.session_state.intent.slots["NonEmptyString"].values #=> Array
502
509
  # resp.session_state.intent.slots["NonEmptyString"].values[0] #=> Types::Slot
510
+ # resp.session_state.intent.slots["NonEmptyString"].sub_slots #=> Types::Slots
503
511
  # resp.session_state.intent.state #=> String, one of "Failed", "Fulfilled", "InProgress", "ReadyForFulfillment", "Waiting", "FulfillmentInProgress"
504
512
  # resp.session_state.intent.confirmation_state #=> String, one of "Confirmed", "Denied", "None"
505
513
  # resp.session_state.active_contexts #=> Array
@@ -515,6 +523,7 @@ module Aws::LexRuntimeV2
515
523
  # resp.session_state.runtime_hints.slot_hints["Name"] #=> Hash
516
524
  # resp.session_state.runtime_hints.slot_hints["Name"]["Name"].runtime_hint_values #=> Array
517
525
  # resp.session_state.runtime_hints.slot_hints["Name"]["Name"].runtime_hint_values[0].phrase #=> String
526
+ # resp.session_state.runtime_hints.slot_hints["Name"]["Name"].sub_slot_hints #=> Types::SlotHintsSlotMap
518
527
  #
519
528
  # @see http://docs.aws.amazon.com/goto/WebAPI/runtime.lex.v2-2020-08-07/GetSession AWS API Documentation
520
529
  #
@@ -605,6 +614,12 @@ module Aws::LexRuntimeV2
605
614
  # type: "Close", # required, accepts Close, ConfirmIntent, Delegate, ElicitIntent, ElicitSlot, None
606
615
  # slot_to_elicit: "NonEmptyString",
607
616
  # slot_elicitation_style: "Default", # accepts Default, SpellByLetter, SpellByWord
617
+ # sub_slot_to_elicit: {
618
+ # name: "NonEmptyString", # required
619
+ # sub_slot_to_elicit: {
620
+ # # recursive ElicitSubSlot
621
+ # },
622
+ # },
608
623
  # },
609
624
  # intent: {
610
625
  # name: "NonEmptyString", # required
@@ -615,12 +630,15 @@ module Aws::LexRuntimeV2
615
630
  # interpreted_value: "NonEmptyString", # required
616
631
  # resolved_values: ["NonEmptyString"],
617
632
  # },
618
- # shape: "Scalar", # accepts Scalar, List
633
+ # shape: "Scalar", # accepts Scalar, List, Composite
619
634
  # values: [
620
635
  # {
621
636
  # # recursive Slot
622
637
  # },
623
638
  # ],
639
+ # sub_slots: {
640
+ # # recursive Slots
641
+ # },
624
642
  # },
625
643
  # },
626
644
  # state: "Failed", # accepts Failed, Fulfilled, InProgress, ReadyForFulfillment, Waiting, FulfillmentInProgress
@@ -646,11 +664,14 @@ module Aws::LexRuntimeV2
646
664
  # slot_hints: {
647
665
  # "Name" => {
648
666
  # "Name" => {
649
- # runtime_hint_values: [ # required
667
+ # runtime_hint_values: [
650
668
  # {
651
669
  # phrase: "RuntimeHintPhrase", # required
652
670
  # },
653
671
  # ],
672
+ # sub_slot_hints: {
673
+ # # recursive SlotHintsSlotMap
674
+ # },
654
675
  # },
655
676
  # },
656
677
  # },
@@ -758,6 +779,12 @@ module Aws::LexRuntimeV2
758
779
  # type: "Close", # required, accepts Close, ConfirmIntent, Delegate, ElicitIntent, ElicitSlot, None
759
780
  # slot_to_elicit: "NonEmptyString",
760
781
  # slot_elicitation_style: "Default", # accepts Default, SpellByLetter, SpellByWord
782
+ # sub_slot_to_elicit: {
783
+ # name: "NonEmptyString", # required
784
+ # sub_slot_to_elicit: {
785
+ # # recursive ElicitSubSlot
786
+ # },
787
+ # },
761
788
  # },
762
789
  # intent: {
763
790
  # name: "NonEmptyString", # required
@@ -768,12 +795,15 @@ module Aws::LexRuntimeV2
768
795
  # interpreted_value: "NonEmptyString", # required
769
796
  # resolved_values: ["NonEmptyString"],
770
797
  # },
771
- # shape: "Scalar", # accepts Scalar, List
798
+ # shape: "Scalar", # accepts Scalar, List, Composite
772
799
  # values: [
773
800
  # {
774
801
  # # recursive Slot
775
802
  # },
776
803
  # ],
804
+ # sub_slots: {
805
+ # # recursive Slots
806
+ # },
777
807
  # },
778
808
  # },
779
809
  # state: "Failed", # accepts Failed, Fulfilled, InProgress, ReadyForFulfillment, Waiting, FulfillmentInProgress
@@ -799,11 +829,14 @@ module Aws::LexRuntimeV2
799
829
  # slot_hints: {
800
830
  # "Name" => {
801
831
  # "Name" => {
802
- # runtime_hint_values: [ # required
832
+ # runtime_hint_values: [
803
833
  # {
804
834
  # phrase: "RuntimeHintPhrase", # required
805
835
  # },
806
836
  # ],
837
+ # sub_slot_hints: {
838
+ # # recursive SlotHintsSlotMap
839
+ # },
807
840
  # },
808
841
  # },
809
842
  # },
@@ -828,15 +861,18 @@ module Aws::LexRuntimeV2
828
861
  # resp.session_state.dialog_action.type #=> String, one of "Close", "ConfirmIntent", "Delegate", "ElicitIntent", "ElicitSlot", "None"
829
862
  # resp.session_state.dialog_action.slot_to_elicit #=> String
830
863
  # resp.session_state.dialog_action.slot_elicitation_style #=> String, one of "Default", "SpellByLetter", "SpellByWord"
864
+ # resp.session_state.dialog_action.sub_slot_to_elicit.name #=> String
865
+ # resp.session_state.dialog_action.sub_slot_to_elicit.sub_slot_to_elicit #=> Types::ElicitSubSlot
831
866
  # resp.session_state.intent.name #=> String
832
867
  # resp.session_state.intent.slots #=> Hash
833
868
  # resp.session_state.intent.slots["NonEmptyString"].value.original_value #=> String
834
869
  # resp.session_state.intent.slots["NonEmptyString"].value.interpreted_value #=> String
835
870
  # resp.session_state.intent.slots["NonEmptyString"].value.resolved_values #=> Array
836
871
  # resp.session_state.intent.slots["NonEmptyString"].value.resolved_values[0] #=> String
837
- # resp.session_state.intent.slots["NonEmptyString"].shape #=> String, one of "Scalar", "List"
872
+ # resp.session_state.intent.slots["NonEmptyString"].shape #=> String, one of "Scalar", "List", "Composite"
838
873
  # resp.session_state.intent.slots["NonEmptyString"].values #=> Array
839
874
  # resp.session_state.intent.slots["NonEmptyString"].values[0] #=> Types::Slot
875
+ # resp.session_state.intent.slots["NonEmptyString"].sub_slots #=> Types::Slots
840
876
  # resp.session_state.intent.state #=> String, one of "Failed", "Fulfilled", "InProgress", "ReadyForFulfillment", "Waiting", "FulfillmentInProgress"
841
877
  # resp.session_state.intent.confirmation_state #=> String, one of "Confirmed", "Denied", "None"
842
878
  # resp.session_state.active_contexts #=> Array
@@ -852,6 +888,7 @@ module Aws::LexRuntimeV2
852
888
  # resp.session_state.runtime_hints.slot_hints["Name"] #=> Hash
853
889
  # resp.session_state.runtime_hints.slot_hints["Name"]["Name"].runtime_hint_values #=> Array
854
890
  # resp.session_state.runtime_hints.slot_hints["Name"]["Name"].runtime_hint_values[0].phrase #=> String
891
+ # resp.session_state.runtime_hints.slot_hints["Name"]["Name"].sub_slot_hints #=> Types::SlotHintsSlotMap
855
892
  # resp.interpretations #=> Array
856
893
  # resp.interpretations[0].nlu_confidence.score #=> Float
857
894
  # resp.interpretations[0].sentiment_response.sentiment #=> String, one of "MIXED", "NEGATIVE", "NEUTRAL", "POSITIVE"
@@ -865,9 +902,10 @@ module Aws::LexRuntimeV2
865
902
  # resp.interpretations[0].intent.slots["NonEmptyString"].value.interpreted_value #=> String
866
903
  # resp.interpretations[0].intent.slots["NonEmptyString"].value.resolved_values #=> Array
867
904
  # resp.interpretations[0].intent.slots["NonEmptyString"].value.resolved_values[0] #=> String
868
- # resp.interpretations[0].intent.slots["NonEmptyString"].shape #=> String, one of "Scalar", "List"
905
+ # resp.interpretations[0].intent.slots["NonEmptyString"].shape #=> String, one of "Scalar", "List", "Composite"
869
906
  # resp.interpretations[0].intent.slots["NonEmptyString"].values #=> Array
870
907
  # resp.interpretations[0].intent.slots["NonEmptyString"].values[0] #=> Types::Slot
908
+ # resp.interpretations[0].intent.slots["NonEmptyString"].sub_slots #=> Types::Slots
871
909
  # resp.interpretations[0].intent.state #=> String, one of "Failed", "Fulfilled", "InProgress", "ReadyForFulfillment", "Waiting", "FulfillmentInProgress"
872
910
  # resp.interpretations[0].intent.confirmation_state #=> String, one of "Confirmed", "Denied", "None"
873
911
  # resp.request_attributes #=> Hash
@@ -1087,7 +1125,7 @@ module Aws::LexRuntimeV2
1087
1125
  params: params,
1088
1126
  config: config)
1089
1127
  context[:gem_name] = 'aws-sdk-lexruntimev2'
1090
- context[:gem_version] = '1.13.0'
1128
+ context[:gem_version] = '1.16.0'
1091
1129
  Seahorse::Client::Request.new(handlers, context)
1092
1130
  end
1093
1131
 
@@ -49,6 +49,7 @@ module Aws::LexRuntimeV2
49
49
  DialogActionType = Shapes::StringShape.new(name: 'DialogActionType')
50
50
  DisconnectionEvent = Shapes::StructureShape.new(name: 'DisconnectionEvent')
51
51
  Double = Shapes::FloatShape.new(name: 'Double')
52
+ ElicitSubSlot = Shapes::StructureShape.new(name: 'ElicitSubSlot')
52
53
  EpochMillis = Shapes::IntegerShape.new(name: 'EpochMillis')
53
54
  EventId = Shapes::StringShape.new(name: 'EventId')
54
55
  GetSessionRequest = Shapes::StructureShape.new(name: 'GetSessionRequest')
@@ -187,12 +188,17 @@ module Aws::LexRuntimeV2
187
188
  DialogAction.add_member(:type, Shapes::ShapeRef.new(shape: DialogActionType, required: true, location_name: "type"))
188
189
  DialogAction.add_member(:slot_to_elicit, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "slotToElicit"))
189
190
  DialogAction.add_member(:slot_elicitation_style, Shapes::ShapeRef.new(shape: StyleType, location_name: "slotElicitationStyle"))
191
+ DialogAction.add_member(:sub_slot_to_elicit, Shapes::ShapeRef.new(shape: ElicitSubSlot, location_name: "subSlotToElicit"))
190
192
  DialogAction.struct_class = Types::DialogAction
191
193
 
192
194
  DisconnectionEvent.add_member(:event_id, Shapes::ShapeRef.new(shape: EventId, location_name: "eventId"))
193
195
  DisconnectionEvent.add_member(:client_timestamp_millis, Shapes::ShapeRef.new(shape: EpochMillis, location_name: "clientTimestampMillis"))
194
196
  DisconnectionEvent.struct_class = Types::DisconnectionEvent
195
197
 
198
+ ElicitSubSlot.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "name"))
199
+ ElicitSubSlot.add_member(:sub_slot_to_elicit, Shapes::ShapeRef.new(shape: ElicitSubSlot, location_name: "subSlotToElicit"))
200
+ ElicitSubSlot.struct_class = Types::ElicitSubSlot
201
+
196
202
  GetSessionRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: BotIdentifier, required: true, location: "uri", location_name: "botId"))
197
203
  GetSessionRequest.add_member(:bot_alias_id, Shapes::ShapeRef.new(shape: BotAliasIdentifier, required: true, location: "uri", location_name: "botAliasId"))
198
204
  GetSessionRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
@@ -319,7 +325,8 @@ module Aws::LexRuntimeV2
319
325
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
320
326
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
321
327
 
322
- RuntimeHintDetails.add_member(:runtime_hint_values, Shapes::ShapeRef.new(shape: RuntimeHintValuesList, required: true, location_name: "runtimeHintValues"))
328
+ RuntimeHintDetails.add_member(:runtime_hint_values, Shapes::ShapeRef.new(shape: RuntimeHintValuesList, location_name: "runtimeHintValues"))
329
+ RuntimeHintDetails.add_member(:sub_slot_hints, Shapes::ShapeRef.new(shape: SlotHintsSlotMap, location_name: "subSlotHints"))
323
330
  RuntimeHintDetails.struct_class = Types::RuntimeHintDetails
324
331
 
325
332
  RuntimeHintValue.add_member(:phrase, Shapes::ShapeRef.new(shape: RuntimeHintPhrase, required: true, location_name: "phrase"))
@@ -351,6 +358,7 @@ module Aws::LexRuntimeV2
351
358
  Slot.add_member(:value, Shapes::ShapeRef.new(shape: Value, location_name: "value"))
352
359
  Slot.add_member(:shape, Shapes::ShapeRef.new(shape: Shape, location_name: "shape"))
353
360
  Slot.add_member(:values, Shapes::ShapeRef.new(shape: Values, location_name: "values"))
361
+ Slot.add_member(:sub_slots, Shapes::ShapeRef.new(shape: Slots, location_name: "subSlots"))
354
362
  Slot.struct_class = Types::Slot
355
363
 
356
364
  SlotHintsIntentMap.key = Shapes::ShapeRef.new(shape: Name)
@@ -57,6 +57,14 @@ module Aws::LexRuntimeV2
57
57
  # @option params [Array<Types::Message>] :welcome_messages
58
58
  # A list of messages to send to the user.
59
59
  #
60
+ # If you set the `welcomeMessage` field, you must also set the [
61
+ # `DialogAction` ][1] structure's [ `type` ][2] field.
62
+ #
63
+ #
64
+ #
65
+ # [1]: https://docs.aws.amazon.com/lexv2/latest/dg/API_runtime_DialogAction.html
66
+ # [2]: https://docs.aws.amazon.com/lexv2/latest/dg/API_runtime_DialogAction.html#lexv2-Type-runtime_DialogAction-type
67
+ #
60
68
  # @option params [Boolean] :disable_playback
61
69
  # Determines whether Amazon Lex V2 should send audio responses to the
62
70
  # client application.
@@ -259,6 +259,12 @@ module Aws::LexRuntimeV2
259
259
  # type: "Close", # required, accepts Close, ConfirmIntent, Delegate, ElicitIntent, ElicitSlot, None
260
260
  # slot_to_elicit: "NonEmptyString",
261
261
  # slot_elicitation_style: "Default", # accepts Default, SpellByLetter, SpellByWord
262
+ # sub_slot_to_elicit: {
263
+ # name: "NonEmptyString", # required
264
+ # sub_slot_to_elicit: {
265
+ # # recursive ElicitSubSlot
266
+ # },
267
+ # },
262
268
  # },
263
269
  # intent: {
264
270
  # name: "NonEmptyString", # required
@@ -269,12 +275,15 @@ module Aws::LexRuntimeV2
269
275
  # interpreted_value: "NonEmptyString", # required
270
276
  # resolved_values: ["NonEmptyString"],
271
277
  # },
272
- # shape: "Scalar", # accepts Scalar, List
278
+ # shape: "Scalar", # accepts Scalar, List, Composite
273
279
  # values: [
274
280
  # {
275
281
  # # recursive Slot
276
282
  # },
277
283
  # ],
284
+ # sub_slots: {
285
+ # # recursive Slots
286
+ # },
278
287
  # },
279
288
  # },
280
289
  # state: "Failed", # accepts Failed, Fulfilled, InProgress, ReadyForFulfillment, Waiting, FulfillmentInProgress
@@ -300,11 +309,14 @@ module Aws::LexRuntimeV2
300
309
  # slot_hints: {
301
310
  # "Name" => {
302
311
  # "Name" => {
303
- # runtime_hint_values: [ # required
312
+ # runtime_hint_values: [
304
313
  # {
305
314
  # phrase: "RuntimeHintPhrase", # required
306
315
  # },
307
316
  # ],
317
+ # sub_slot_hints: {
318
+ # # recursive SlotHintsSlotMap
319
+ # },
308
320
  # },
309
321
  # },
310
322
  # },
@@ -376,6 +388,14 @@ module Aws::LexRuntimeV2
376
388
  #
377
389
  # @!attribute [rw] welcome_messages
378
390
  # A list of messages to send to the user.
391
+ #
392
+ # If you set the `welcomeMessage` field, you must also set the [
393
+ # `DialogAction` ][1] structure's [ `type` ][2] field.
394
+ #
395
+ #
396
+ #
397
+ # [1]: https://docs.aws.amazon.com/lexv2/latest/dg/API_runtime_DialogAction.html
398
+ # [2]: https://docs.aws.amazon.com/lexv2/latest/dg/API_runtime_DialogAction.html#lexv2-Type-runtime_DialogAction-type
379
399
  # @return [Array<Types::Message>]
380
400
  #
381
401
  # @!attribute [rw] disable_playback
@@ -553,6 +573,12 @@ module Aws::LexRuntimeV2
553
573
  # type: "Close", # required, accepts Close, ConfirmIntent, Delegate, ElicitIntent, ElicitSlot, None
554
574
  # slot_to_elicit: "NonEmptyString",
555
575
  # slot_elicitation_style: "Default", # accepts Default, SpellByLetter, SpellByWord
576
+ # sub_slot_to_elicit: {
577
+ # name: "NonEmptyString", # required
578
+ # sub_slot_to_elicit: {
579
+ # # recursive ElicitSubSlot
580
+ # },
581
+ # },
556
582
  # }
557
583
  #
558
584
  # @!attribute [rw] type
@@ -569,6 +595,9 @@ module Aws::LexRuntimeV2
569
595
  #
570
596
  # * `Delegate` - The next action is determined by Amazon Lex V2.
571
597
  #
598
+ # * `ElicitIntent` - The next action is to elicit an intent from the
599
+ # user.
600
+ #
572
601
  # * `ElicitSlot` - The next action is to elicit a slot value from the
573
602
  # user.
574
603
  # @return [String]
@@ -594,12 +623,18 @@ module Aws::LexRuntimeV2
594
623
  # [1]: https://docs.aws.amazon.com/lexv2/latest/dg/using-spelling.html
595
624
  # @return [String]
596
625
  #
626
+ # @!attribute [rw] sub_slot_to_elicit
627
+ # The name of the constituent sub slot of the composite slot specified
628
+ # in slotToElicit that should be elicited from the user.
629
+ # @return [Types::ElicitSubSlot]
630
+ #
597
631
  # @see http://docs.aws.amazon.com/goto/WebAPI/runtime.lex.v2-2020-08-07/DialogAction AWS API Documentation
598
632
  #
599
633
  class DialogAction < Struct.new(
600
634
  :type,
601
635
  :slot_to_elicit,
602
- :slot_elicitation_style)
636
+ :slot_elicitation_style,
637
+ :sub_slot_to_elicit)
603
638
  SENSITIVE = []
604
639
  include Aws::Structure
605
640
  end
@@ -636,6 +671,39 @@ module Aws::LexRuntimeV2
636
671
  include Aws::Structure
637
672
  end
638
673
 
674
+ # The specific constituent sub slot of the composite slot to elicit in
675
+ # dialog action.
676
+ #
677
+ # @note When making an API call, you may pass ElicitSubSlot
678
+ # data as a hash:
679
+ #
680
+ # {
681
+ # name: "NonEmptyString", # required
682
+ # sub_slot_to_elicit: {
683
+ # name: "NonEmptyString", # required
684
+ # sub_slot_to_elicit: {
685
+ # # recursive ElicitSubSlot
686
+ # },
687
+ # },
688
+ # }
689
+ #
690
+ # @!attribute [rw] name
691
+ # The name of the slot that should be elicited from the user.
692
+ # @return [String]
693
+ #
694
+ # @!attribute [rw] sub_slot_to_elicit
695
+ # The field is not supported.
696
+ # @return [Types::ElicitSubSlot]
697
+ #
698
+ # @see http://docs.aws.amazon.com/goto/WebAPI/runtime.lex.v2-2020-08-07/ElicitSubSlot AWS API Documentation
699
+ #
700
+ class ElicitSubSlot < Struct.new(
701
+ :name,
702
+ :sub_slot_to_elicit)
703
+ SENSITIVE = []
704
+ include Aws::Structure
705
+ end
706
+
639
707
  # @note When making an API call, you may pass GetSessionRequest
640
708
  # data as a hash:
641
709
  #
@@ -800,12 +868,15 @@ module Aws::LexRuntimeV2
800
868
  # interpreted_value: "NonEmptyString", # required
801
869
  # resolved_values: ["NonEmptyString"],
802
870
  # },
803
- # shape: "Scalar", # accepts Scalar, List
871
+ # shape: "Scalar", # accepts Scalar, List, Composite
804
872
  # values: [
805
873
  # {
806
874
  # # recursive Slot
807
875
  # },
808
876
  # ],
877
+ # sub_slots: {
878
+ # # recursive Slots
879
+ # },
809
880
  # },
810
881
  # },
811
882
  # state: "Failed", # accepts Failed, Fulfilled, InProgress, ReadyForFulfillment, Waiting, FulfillmentInProgress
@@ -1081,6 +1152,12 @@ module Aws::LexRuntimeV2
1081
1152
  # type: "Close", # required, accepts Close, ConfirmIntent, Delegate, ElicitIntent, ElicitSlot, None
1082
1153
  # slot_to_elicit: "NonEmptyString",
1083
1154
  # slot_elicitation_style: "Default", # accepts Default, SpellByLetter, SpellByWord
1155
+ # sub_slot_to_elicit: {
1156
+ # name: "NonEmptyString", # required
1157
+ # sub_slot_to_elicit: {
1158
+ # # recursive ElicitSubSlot
1159
+ # },
1160
+ # },
1084
1161
  # },
1085
1162
  # intent: {
1086
1163
  # name: "NonEmptyString", # required
@@ -1091,12 +1168,15 @@ module Aws::LexRuntimeV2
1091
1168
  # interpreted_value: "NonEmptyString", # required
1092
1169
  # resolved_values: ["NonEmptyString"],
1093
1170
  # },
1094
- # shape: "Scalar", # accepts Scalar, List
1171
+ # shape: "Scalar", # accepts Scalar, List, Composite
1095
1172
  # values: [
1096
1173
  # {
1097
1174
  # # recursive Slot
1098
1175
  # },
1099
1176
  # ],
1177
+ # sub_slots: {
1178
+ # # recursive Slots
1179
+ # },
1100
1180
  # },
1101
1181
  # },
1102
1182
  # state: "Failed", # accepts Failed, Fulfilled, InProgress, ReadyForFulfillment, Waiting, FulfillmentInProgress
@@ -1122,11 +1202,14 @@ module Aws::LexRuntimeV2
1122
1202
  # slot_hints: {
1123
1203
  # "Name" => {
1124
1204
  # "Name" => {
1125
- # runtime_hint_values: [ # required
1205
+ # runtime_hint_values: [
1126
1206
  # {
1127
1207
  # phrase: "RuntimeHintPhrase", # required
1128
1208
  # },
1129
1209
  # ],
1210
+ # sub_slot_hints: {
1211
+ # # recursive SlotHintsSlotMap
1212
+ # },
1130
1213
  # },
1131
1214
  # },
1132
1215
  # },
@@ -1260,6 +1343,12 @@ module Aws::LexRuntimeV2
1260
1343
  # type: "Close", # required, accepts Close, ConfirmIntent, Delegate, ElicitIntent, ElicitSlot, None
1261
1344
  # slot_to_elicit: "NonEmptyString",
1262
1345
  # slot_elicitation_style: "Default", # accepts Default, SpellByLetter, SpellByWord
1346
+ # sub_slot_to_elicit: {
1347
+ # name: "NonEmptyString", # required
1348
+ # sub_slot_to_elicit: {
1349
+ # # recursive ElicitSubSlot
1350
+ # },
1351
+ # },
1263
1352
  # },
1264
1353
  # intent: {
1265
1354
  # name: "NonEmptyString", # required
@@ -1270,12 +1359,15 @@ module Aws::LexRuntimeV2
1270
1359
  # interpreted_value: "NonEmptyString", # required
1271
1360
  # resolved_values: ["NonEmptyString"],
1272
1361
  # },
1273
- # shape: "Scalar", # accepts Scalar, List
1362
+ # shape: "Scalar", # accepts Scalar, List, Composite
1274
1363
  # values: [
1275
1364
  # {
1276
1365
  # # recursive Slot
1277
1366
  # },
1278
1367
  # ],
1368
+ # sub_slots: {
1369
+ # # recursive Slots
1370
+ # },
1279
1371
  # },
1280
1372
  # },
1281
1373
  # state: "Failed", # accepts Failed, Fulfilled, InProgress, ReadyForFulfillment, Waiting, FulfillmentInProgress
@@ -1301,11 +1393,14 @@ module Aws::LexRuntimeV2
1301
1393
  # slot_hints: {
1302
1394
  # "Name" => {
1303
1395
  # "Name" => {
1304
- # runtime_hint_values: [ # required
1396
+ # runtime_hint_values: [
1305
1397
  # {
1306
1398
  # phrase: "RuntimeHintPhrase", # required
1307
1399
  # },
1308
1400
  # ],
1401
+ # sub_slot_hints: {
1402
+ # # recursive SlotHintsSlotMap
1403
+ # },
1309
1404
  # },
1310
1405
  # },
1311
1406
  # },
@@ -1659,11 +1754,23 @@ module Aws::LexRuntimeV2
1659
1754
  # data as a hash:
1660
1755
  #
1661
1756
  # {
1662
- # runtime_hint_values: [ # required
1757
+ # runtime_hint_values: [
1663
1758
  # {
1664
1759
  # phrase: "RuntimeHintPhrase", # required
1665
1760
  # },
1666
1761
  # ],
1762
+ # sub_slot_hints: {
1763
+ # "Name" => {
1764
+ # runtime_hint_values: [
1765
+ # {
1766
+ # phrase: "RuntimeHintPhrase", # required
1767
+ # },
1768
+ # ],
1769
+ # sub_slot_hints: {
1770
+ # # recursive SlotHintsSlotMap
1771
+ # },
1772
+ # },
1773
+ # },
1667
1774
  # }
1668
1775
  #
1669
1776
  # @!attribute [rw] runtime_hint_values
@@ -1672,10 +1779,20 @@ module Aws::LexRuntimeV2
1672
1779
  # values.
1673
1780
  # @return [Array<Types::RuntimeHintValue>]
1674
1781
  #
1782
+ # @!attribute [rw] sub_slot_hints
1783
+ # A map of constituent sub slot names inside a composite slot in the
1784
+ # intent and the phrases that should be added for each sub slot.
1785
+ # Inside each composite slot hints, this structure provides a
1786
+ # mechanism to add granular sub slot phrases. Only sub slot hints are
1787
+ # supported for composite slots. The intent name, composite slot name
1788
+ # and the constituent sub slot names must exist.
1789
+ # @return [Hash<String,Types::RuntimeHintDetails>]
1790
+ #
1675
1791
  # @see http://docs.aws.amazon.com/goto/WebAPI/runtime.lex.v2-2020-08-07/RuntimeHintDetails AWS API Documentation
1676
1792
  #
1677
1793
  class RuntimeHintDetails < Struct.new(
1678
- :runtime_hint_values)
1794
+ :runtime_hint_values,
1795
+ :sub_slot_hints)
1679
1796
  SENSITIVE = []
1680
1797
  include Aws::Structure
1681
1798
  end
@@ -1712,11 +1829,12 @@ module Aws::LexRuntimeV2
1712
1829
  # Before you can use runtime hints with an existing bot, you must first
1713
1830
  # rebuild the bot.
1714
1831
  #
1715
- # For more information, see [Using hints to improve accuracy][1].
1832
+ # For more information, see [Using runtime hints to improve recognition
1833
+ # of slot values][1].
1716
1834
  #
1717
1835
  #
1718
1836
  #
1719
- # [1]: https://docs.aws.amazon.com/lexv2/latest/dg/using-hints.xml
1837
+ # [1]: https://docs.aws.amazon.com/lexv2/latest/dg/using-hints.html
1720
1838
  #
1721
1839
  # @note When making an API call, you may pass RuntimeHints
1722
1840
  # data as a hash:
@@ -1725,11 +1843,14 @@ module Aws::LexRuntimeV2
1725
1843
  # slot_hints: {
1726
1844
  # "Name" => {
1727
1845
  # "Name" => {
1728
- # runtime_hint_values: [ # required
1846
+ # runtime_hint_values: [
1729
1847
  # {
1730
1848
  # phrase: "RuntimeHintPhrase", # required
1731
1849
  # },
1732
1850
  # ],
1851
+ # sub_slot_hints: {
1852
+ # # recursive SlotHintsSlotMap
1853
+ # },
1733
1854
  # },
1734
1855
  # },
1735
1856
  # },
@@ -1747,7 +1868,7 @@ module Aws::LexRuntimeV2
1747
1868
  #
1748
1869
  #
1749
1870
  #
1750
- # [1]: https://docs.aws.amazon.com/lexv2/latest/dg/using-hints.xml
1871
+ # [1]: https://docs.aws.amazon.com/lexv2/latest/dg/using-hints.html
1751
1872
  # @return [Hash<String,Hash<String,Types::RuntimeHintDetails>>]
1752
1873
  #
1753
1874
  # @see http://docs.aws.amazon.com/goto/WebAPI/runtime.lex.v2-2020-08-07/RuntimeHints AWS API Documentation
@@ -1832,6 +1953,12 @@ module Aws::LexRuntimeV2
1832
1953
  # type: "Close", # required, accepts Close, ConfirmIntent, Delegate, ElicitIntent, ElicitSlot, None
1833
1954
  # slot_to_elicit: "NonEmptyString",
1834
1955
  # slot_elicitation_style: "Default", # accepts Default, SpellByLetter, SpellByWord
1956
+ # sub_slot_to_elicit: {
1957
+ # name: "NonEmptyString", # required
1958
+ # sub_slot_to_elicit: {
1959
+ # # recursive ElicitSubSlot
1960
+ # },
1961
+ # },
1835
1962
  # },
1836
1963
  # intent: {
1837
1964
  # name: "NonEmptyString", # required
@@ -1842,12 +1969,15 @@ module Aws::LexRuntimeV2
1842
1969
  # interpreted_value: "NonEmptyString", # required
1843
1970
  # resolved_values: ["NonEmptyString"],
1844
1971
  # },
1845
- # shape: "Scalar", # accepts Scalar, List
1972
+ # shape: "Scalar", # accepts Scalar, List, Composite
1846
1973
  # values: [
1847
1974
  # {
1848
1975
  # # recursive Slot
1849
1976
  # },
1850
1977
  # ],
1978
+ # sub_slots: {
1979
+ # # recursive Slots
1980
+ # },
1851
1981
  # },
1852
1982
  # },
1853
1983
  # state: "Failed", # accepts Failed, Fulfilled, InProgress, ReadyForFulfillment, Waiting, FulfillmentInProgress
@@ -1873,11 +2003,14 @@ module Aws::LexRuntimeV2
1873
2003
  # slot_hints: {
1874
2004
  # "Name" => {
1875
2005
  # "Name" => {
1876
- # runtime_hint_values: [ # required
2006
+ # runtime_hint_values: [
1877
2007
  # {
1878
2008
  # phrase: "RuntimeHintPhrase", # required
1879
2009
  # },
1880
2010
  # ],
2011
+ # sub_slot_hints: {
2012
+ # # recursive SlotHintsSlotMap
2013
+ # },
1881
2014
  # },
1882
2015
  # },
1883
2016
  # },
@@ -1940,7 +2073,7 @@ module Aws::LexRuntimeV2
1940
2073
  # interpreted_value: "NonEmptyString", # required
1941
2074
  # resolved_values: ["NonEmptyString"],
1942
2075
  # },
1943
- # shape: "Scalar", # accepts Scalar, List
2076
+ # shape: "Scalar", # accepts Scalar, List, Composite
1944
2077
  # values: [
1945
2078
  # {
1946
2079
  # value: {
@@ -1948,12 +2081,35 @@ module Aws::LexRuntimeV2
1948
2081
  # interpreted_value: "NonEmptyString", # required
1949
2082
  # resolved_values: ["NonEmptyString"],
1950
2083
  # },
1951
- # shape: "Scalar", # accepts Scalar, List
2084
+ # shape: "Scalar", # accepts Scalar, List, Composite
1952
2085
  # values: {
1953
2086
  # # recursive Values
1954
2087
  # },
2088
+ # sub_slots: {
2089
+ # "NonEmptyString" => {
2090
+ # # recursive Slot
2091
+ # },
2092
+ # },
1955
2093
  # },
1956
2094
  # ],
2095
+ # sub_slots: {
2096
+ # "NonEmptyString" => {
2097
+ # value: {
2098
+ # original_value: "NonEmptyString",
2099
+ # interpreted_value: "NonEmptyString", # required
2100
+ # resolved_values: ["NonEmptyString"],
2101
+ # },
2102
+ # shape: "Scalar", # accepts Scalar, List, Composite
2103
+ # values: [
2104
+ # {
2105
+ # # recursive Slot
2106
+ # },
2107
+ # ],
2108
+ # sub_slots: {
2109
+ # # recursive Slots
2110
+ # },
2111
+ # },
2112
+ # },
1957
2113
  # }
1958
2114
  #
1959
2115
  # @!attribute [rw] value
@@ -1972,12 +2128,17 @@ module Aws::LexRuntimeV2
1972
2128
  # might be "pepperoni" and "pineapple."
1973
2129
  # @return [Array<Types::Slot>]
1974
2130
  #
2131
+ # @!attribute [rw] sub_slots
2132
+ # The constituent sub slots of a composite slot.
2133
+ # @return [Hash<String,Types::Slot>]
2134
+ #
1975
2135
  # @see http://docs.aws.amazon.com/goto/WebAPI/runtime.lex.v2-2020-08-07/Slot AWS API Documentation
1976
2136
  #
1977
2137
  class Slot < Struct.new(
1978
2138
  :value,
1979
2139
  :shape,
1980
- :values)
2140
+ :values,
2141
+ :sub_slots)
1981
2142
  SENSITIVE = []
1982
2143
  include Aws::Structure
1983
2144
  end
@@ -2214,6 +2375,12 @@ module Aws::LexRuntimeV2
2214
2375
  # type: "Close", # required, accepts Close, ConfirmIntent, Delegate, ElicitIntent, ElicitSlot, None
2215
2376
  # slot_to_elicit: "NonEmptyString",
2216
2377
  # slot_elicitation_style: "Default", # accepts Default, SpellByLetter, SpellByWord
2378
+ # sub_slot_to_elicit: {
2379
+ # name: "NonEmptyString", # required
2380
+ # sub_slot_to_elicit: {
2381
+ # # recursive ElicitSubSlot
2382
+ # },
2383
+ # },
2217
2384
  # },
2218
2385
  # intent: {
2219
2386
  # name: "NonEmptyString", # required
@@ -2224,12 +2391,15 @@ module Aws::LexRuntimeV2
2224
2391
  # interpreted_value: "NonEmptyString", # required
2225
2392
  # resolved_values: ["NonEmptyString"],
2226
2393
  # },
2227
- # shape: "Scalar", # accepts Scalar, List
2394
+ # shape: "Scalar", # accepts Scalar, List, Composite
2228
2395
  # values: [
2229
2396
  # {
2230
2397
  # # recursive Slot
2231
2398
  # },
2232
2399
  # ],
2400
+ # sub_slots: {
2401
+ # # recursive Slots
2402
+ # },
2233
2403
  # },
2234
2404
  # },
2235
2405
  # state: "Failed", # accepts Failed, Fulfilled, InProgress, ReadyForFulfillment, Waiting, FulfillmentInProgress
@@ -2255,11 +2425,14 @@ module Aws::LexRuntimeV2
2255
2425
  # slot_hints: {
2256
2426
  # "Name" => {
2257
2427
  # "Name" => {
2258
- # runtime_hint_values: [ # required
2428
+ # runtime_hint_values: [
2259
2429
  # {
2260
2430
  # phrase: "RuntimeHintPhrase", # required
2261
2431
  # },
2262
2432
  # ],
2433
+ # sub_slot_hints: {
2434
+ # # recursive SlotHintsSlotMap
2435
+ # },
2263
2436
  # },
2264
2437
  # },
2265
2438
  # },
@@ -50,6 +50,6 @@ require_relative 'aws-sdk-lexruntimev2/event_streams'
50
50
  # @!group service
51
51
  module Aws::LexRuntimeV2
52
52
 
53
- GEM_VERSION = '1.13.0'
53
+ GEM_VERSION = '1.16.0'
54
54
 
55
55
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lexruntimev2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.16.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: 2022-01-13 00:00:00.000000000 Z
11
+ date: 2022-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.125.0
22
+ version: 3.127.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.125.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement