aws-sdk-lexmodelbuildingservice 1.104.0 → 1.105.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-lexmodelbuildingservice/client.rb +1 -1
- data/lib/aws-sdk-lexmodelbuildingservice.rb +1 -1
- data/sig/client.rbs +20 -96
- data/sig/params.rbs +36 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 37131a1464beaabaeb3b5e338449203331227812e13de788552138a2c333edde
|
|
4
|
+
data.tar.gz: c0edf27bbd97d4c5ef38156bb04946b53f9d06d55cc8dbdb093077f9c1be309f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fce573d88f33c190dfbc01e4cc4219ccb50298a45c350275ea711f9ac007c0b80538410371841a7d5b09b8d9ecbbf7579db924916658d1372cb5b6d7421e2526
|
|
7
|
+
data.tar.gz: 6bc41a44ea1ac053dbc4f0f0639a7af66a27e69349a1b10bdacd7d5233ff5cb2aff231be790db7ad1318ac468d8705c2658274c3c7d67b3a3de68181be2e9b83
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.105.0
|
|
@@ -4523,7 +4523,7 @@ module Aws::LexModelBuildingService
|
|
|
4523
4523
|
tracer: tracer
|
|
4524
4524
|
)
|
|
4525
4525
|
context[:gem_name] = 'aws-sdk-lexmodelbuildingservice'
|
|
4526
|
-
context[:gem_version] = '1.
|
|
4526
|
+
context[:gem_version] = '1.105.0'
|
|
4527
4527
|
Seahorse::Client::Request.new(handlers, context)
|
|
4528
4528
|
end
|
|
4529
4529
|
|
data/sig/client.rbs
CHANGED
|
@@ -599,31 +599,12 @@ module Aws
|
|
|
599
599
|
{
|
|
600
600
|
intent_name: ::String,
|
|
601
601
|
intent_version: ::String
|
|
602
|
-
}
|
|
602
|
+
}
|
|
603
603
|
],
|
|
604
604
|
?enable_model_improvements: bool,
|
|
605
605
|
?nlu_intent_confidence_threshold: ::Float,
|
|
606
|
-
?clarification_prompt:
|
|
607
|
-
|
|
608
|
-
{
|
|
609
|
-
content_type: ("PlainText" | "SSML" | "CustomPayload"),
|
|
610
|
-
content: ::String,
|
|
611
|
-
group_number: ::Integer?
|
|
612
|
-
},
|
|
613
|
-
],
|
|
614
|
-
max_attempts: ::Integer,
|
|
615
|
-
response_card: ::String?
|
|
616
|
-
},
|
|
617
|
-
?abort_statement: {
|
|
618
|
-
messages: Array[
|
|
619
|
-
{
|
|
620
|
-
content_type: ("PlainText" | "SSML" | "CustomPayload"),
|
|
621
|
-
content: ::String,
|
|
622
|
-
group_number: ::Integer?
|
|
623
|
-
},
|
|
624
|
-
],
|
|
625
|
-
response_card: ::String?
|
|
626
|
-
},
|
|
606
|
+
?clarification_prompt: Params::prompt,
|
|
607
|
+
?abort_statement: Params::statement,
|
|
627
608
|
?idle_session_ttl_in_seconds: ::Integer,
|
|
628
609
|
?voice_id: ::String,
|
|
629
610
|
?checksum: ::String,
|
|
@@ -636,7 +617,7 @@ module Aws
|
|
|
636
617
|
{
|
|
637
618
|
key: ::String,
|
|
638
619
|
value: ::String
|
|
639
|
-
}
|
|
620
|
+
}
|
|
640
621
|
]
|
|
641
622
|
) -> _PutBotResponseSuccess
|
|
642
623
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutBotResponseSuccess
|
|
@@ -667,7 +648,7 @@ module Aws
|
|
|
667
648
|
destination: ("CLOUDWATCH_LOGS" | "S3"),
|
|
668
649
|
kms_key_arn: ::String?,
|
|
669
650
|
resource_arn: ::String
|
|
670
|
-
}
|
|
651
|
+
}
|
|
671
652
|
],
|
|
672
653
|
iam_role_arn: ::String
|
|
673
654
|
},
|
|
@@ -675,7 +656,7 @@ module Aws
|
|
|
675
656
|
{
|
|
676
657
|
key: ::String,
|
|
677
658
|
value: ::String
|
|
678
|
-
}
|
|
659
|
+
}
|
|
679
660
|
]
|
|
680
661
|
) -> _PutBotAliasResponseSuccess
|
|
681
662
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutBotAliasResponseSuccess
|
|
@@ -713,17 +694,7 @@ module Aws
|
|
|
713
694
|
slot_constraint: ("Required" | "Optional"),
|
|
714
695
|
slot_type: ::String?,
|
|
715
696
|
slot_type_version: ::String?,
|
|
716
|
-
value_elicitation_prompt:
|
|
717
|
-
messages: Array[
|
|
718
|
-
{
|
|
719
|
-
content_type: ("PlainText" | "SSML" | "CustomPayload"),
|
|
720
|
-
content: ::String,
|
|
721
|
-
group_number: ::Integer?
|
|
722
|
-
},
|
|
723
|
-
],
|
|
724
|
-
max_attempts: ::Integer,
|
|
725
|
-
response_card: ::String?
|
|
726
|
-
}?,
|
|
697
|
+
value_elicitation_prompt: Params::prompt?,
|
|
727
698
|
priority: ::Integer?,
|
|
728
699
|
sample_utterances: Array[::String]?,
|
|
729
700
|
response_card: ::String?,
|
|
@@ -732,66 +703,19 @@ module Aws
|
|
|
732
703
|
default_value_list: Array[
|
|
733
704
|
{
|
|
734
705
|
default_value: ::String
|
|
735
|
-
}
|
|
706
|
+
}
|
|
736
707
|
]
|
|
737
708
|
}?
|
|
738
|
-
}
|
|
709
|
+
}
|
|
739
710
|
],
|
|
740
711
|
?sample_utterances: Array[::String],
|
|
741
|
-
?confirmation_prompt:
|
|
742
|
-
|
|
743
|
-
{
|
|
744
|
-
content_type: ("PlainText" | "SSML" | "CustomPayload"),
|
|
745
|
-
content: ::String,
|
|
746
|
-
group_number: ::Integer?
|
|
747
|
-
},
|
|
748
|
-
],
|
|
749
|
-
max_attempts: ::Integer,
|
|
750
|
-
response_card: ::String?
|
|
751
|
-
},
|
|
752
|
-
?rejection_statement: {
|
|
753
|
-
messages: Array[
|
|
754
|
-
{
|
|
755
|
-
content_type: ("PlainText" | "SSML" | "CustomPayload"),
|
|
756
|
-
content: ::String,
|
|
757
|
-
group_number: ::Integer?
|
|
758
|
-
},
|
|
759
|
-
],
|
|
760
|
-
response_card: ::String?
|
|
761
|
-
},
|
|
712
|
+
?confirmation_prompt: Params::prompt,
|
|
713
|
+
?rejection_statement: Params::statement,
|
|
762
714
|
?follow_up_prompt: {
|
|
763
|
-
prompt:
|
|
764
|
-
|
|
765
|
-
{
|
|
766
|
-
content_type: ("PlainText" | "SSML" | "CustomPayload"),
|
|
767
|
-
content: ::String,
|
|
768
|
-
group_number: ::Integer?
|
|
769
|
-
},
|
|
770
|
-
],
|
|
771
|
-
max_attempts: ::Integer,
|
|
772
|
-
response_card: ::String?
|
|
773
|
-
},
|
|
774
|
-
rejection_statement: {
|
|
775
|
-
messages: Array[
|
|
776
|
-
{
|
|
777
|
-
content_type: ("PlainText" | "SSML" | "CustomPayload"),
|
|
778
|
-
content: ::String,
|
|
779
|
-
group_number: ::Integer?
|
|
780
|
-
},
|
|
781
|
-
],
|
|
782
|
-
response_card: ::String?
|
|
783
|
-
}
|
|
784
|
-
},
|
|
785
|
-
?conclusion_statement: {
|
|
786
|
-
messages: Array[
|
|
787
|
-
{
|
|
788
|
-
content_type: ("PlainText" | "SSML" | "CustomPayload"),
|
|
789
|
-
content: ::String,
|
|
790
|
-
group_number: ::Integer?
|
|
791
|
-
},
|
|
792
|
-
],
|
|
793
|
-
response_card: ::String?
|
|
715
|
+
prompt: Params::prompt,
|
|
716
|
+
rejection_statement: Params::statement
|
|
794
717
|
},
|
|
718
|
+
?conclusion_statement: Params::statement,
|
|
795
719
|
?dialog_code_hook: {
|
|
796
720
|
uri: ::String,
|
|
797
721
|
message_version: ::String
|
|
@@ -814,14 +738,14 @@ module Aws
|
|
|
814
738
|
?input_contexts: Array[
|
|
815
739
|
{
|
|
816
740
|
name: ::String
|
|
817
|
-
}
|
|
741
|
+
}
|
|
818
742
|
],
|
|
819
743
|
?output_contexts: Array[
|
|
820
744
|
{
|
|
821
745
|
name: ::String,
|
|
822
746
|
time_to_live_in_seconds: ::Integer,
|
|
823
747
|
turns_to_live: ::Integer
|
|
824
|
-
}
|
|
748
|
+
}
|
|
825
749
|
]
|
|
826
750
|
) -> _PutIntentResponseSuccess
|
|
827
751
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutIntentResponseSuccess
|
|
@@ -848,7 +772,7 @@ module Aws
|
|
|
848
772
|
{
|
|
849
773
|
value: ::String,
|
|
850
774
|
synonyms: Array[::String]?
|
|
851
|
-
}
|
|
775
|
+
}
|
|
852
776
|
],
|
|
853
777
|
?checksum: ::String,
|
|
854
778
|
?value_selection_strategy: ("ORIGINAL_VALUE" | "TOP_RESOLUTION"),
|
|
@@ -859,7 +783,7 @@ module Aws
|
|
|
859
783
|
regex_configuration: {
|
|
860
784
|
pattern: ::String
|
|
861
785
|
}?
|
|
862
|
-
}
|
|
786
|
+
}
|
|
863
787
|
]
|
|
864
788
|
) -> _PutSlotTypeResponseSuccess
|
|
865
789
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutSlotTypeResponseSuccess
|
|
@@ -883,7 +807,7 @@ module Aws
|
|
|
883
807
|
{
|
|
884
808
|
key: ::String,
|
|
885
809
|
value: ::String
|
|
886
|
-
}
|
|
810
|
+
}
|
|
887
811
|
]
|
|
888
812
|
) -> _StartImportResponseSuccess
|
|
889
813
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartImportResponseSuccess
|
|
@@ -919,7 +843,7 @@ module Aws
|
|
|
919
843
|
{
|
|
920
844
|
key: ::String,
|
|
921
845
|
value: ::String
|
|
922
|
-
}
|
|
846
|
+
}
|
|
923
847
|
]
|
|
924
848
|
) -> _TagResourceResponseSuccess
|
|
925
849
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module LexModelBuildingService
|
|
10
|
+
module Params
|
|
11
|
+
type prompt = {
|
|
12
|
+
messages: Array[
|
|
13
|
+
{
|
|
14
|
+
content_type: ("PlainText" | "SSML" | "CustomPayload"),
|
|
15
|
+
content: ::String,
|
|
16
|
+
group_number: ::Integer?
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
max_attempts: ::Integer,
|
|
20
|
+
response_card: ::String?
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
type statement = {
|
|
24
|
+
messages: Array[
|
|
25
|
+
{
|
|
26
|
+
content_type: ("PlainText" | "SSML" | "CustomPayload"),
|
|
27
|
+
content: ::String,
|
|
28
|
+
group_number: ::Integer?
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
response_card: ::String?
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-lexmodelbuildingservice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.105.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-lexmodelbuildingservice/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|