aws-sdk-lexmodelsv2 1.38.0 → 1.40.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lexmodelsv2/client.rb +960 -1
- data/lib/aws-sdk-lexmodelsv2/client_api.rb +614 -0
- data/lib/aws-sdk-lexmodelsv2/endpoints.rb +98 -0
- data/lib/aws-sdk-lexmodelsv2/plugins/endpoints.rb +14 -0
- data/lib/aws-sdk-lexmodelsv2/types.rb +2381 -74
- data/lib/aws-sdk-lexmodelsv2.rb +1 -1
- metadata +2 -2
@@ -824,6 +824,48 @@ module Aws::LexModelsV2
|
|
824
824
|
end
|
825
825
|
end
|
826
826
|
|
827
|
+
class ListIntentMetrics
|
828
|
+
def self.build(context)
|
829
|
+
unless context.config.regional_endpoint
|
830
|
+
endpoint = context.config.endpoint.to_s
|
831
|
+
end
|
832
|
+
Aws::LexModelsV2::EndpointParameters.new(
|
833
|
+
region: context.config.region,
|
834
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
835
|
+
use_fips: context.config.use_fips_endpoint,
|
836
|
+
endpoint: endpoint,
|
837
|
+
)
|
838
|
+
end
|
839
|
+
end
|
840
|
+
|
841
|
+
class ListIntentPaths
|
842
|
+
def self.build(context)
|
843
|
+
unless context.config.regional_endpoint
|
844
|
+
endpoint = context.config.endpoint.to_s
|
845
|
+
end
|
846
|
+
Aws::LexModelsV2::EndpointParameters.new(
|
847
|
+
region: context.config.region,
|
848
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
849
|
+
use_fips: context.config.use_fips_endpoint,
|
850
|
+
endpoint: endpoint,
|
851
|
+
)
|
852
|
+
end
|
853
|
+
end
|
854
|
+
|
855
|
+
class ListIntentStageMetrics
|
856
|
+
def self.build(context)
|
857
|
+
unless context.config.regional_endpoint
|
858
|
+
endpoint = context.config.endpoint.to_s
|
859
|
+
end
|
860
|
+
Aws::LexModelsV2::EndpointParameters.new(
|
861
|
+
region: context.config.region,
|
862
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
863
|
+
use_fips: context.config.use_fips_endpoint,
|
864
|
+
endpoint: endpoint,
|
865
|
+
)
|
866
|
+
end
|
867
|
+
end
|
868
|
+
|
827
869
|
class ListIntents
|
828
870
|
def self.build(context)
|
829
871
|
unless context.config.regional_endpoint
|
@@ -852,6 +894,34 @@ module Aws::LexModelsV2
|
|
852
894
|
end
|
853
895
|
end
|
854
896
|
|
897
|
+
class ListSessionAnalyticsData
|
898
|
+
def self.build(context)
|
899
|
+
unless context.config.regional_endpoint
|
900
|
+
endpoint = context.config.endpoint.to_s
|
901
|
+
end
|
902
|
+
Aws::LexModelsV2::EndpointParameters.new(
|
903
|
+
region: context.config.region,
|
904
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
905
|
+
use_fips: context.config.use_fips_endpoint,
|
906
|
+
endpoint: endpoint,
|
907
|
+
)
|
908
|
+
end
|
909
|
+
end
|
910
|
+
|
911
|
+
class ListSessionMetrics
|
912
|
+
def self.build(context)
|
913
|
+
unless context.config.regional_endpoint
|
914
|
+
endpoint = context.config.endpoint.to_s
|
915
|
+
end
|
916
|
+
Aws::LexModelsV2::EndpointParameters.new(
|
917
|
+
region: context.config.region,
|
918
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
919
|
+
use_fips: context.config.use_fips_endpoint,
|
920
|
+
endpoint: endpoint,
|
921
|
+
)
|
922
|
+
end
|
923
|
+
end
|
924
|
+
|
855
925
|
class ListSlotTypes
|
856
926
|
def self.build(context)
|
857
927
|
unless context.config.regional_endpoint
|
@@ -950,6 +1020,34 @@ module Aws::LexModelsV2
|
|
950
1020
|
end
|
951
1021
|
end
|
952
1022
|
|
1023
|
+
class ListUtteranceAnalyticsData
|
1024
|
+
def self.build(context)
|
1025
|
+
unless context.config.regional_endpoint
|
1026
|
+
endpoint = context.config.endpoint.to_s
|
1027
|
+
end
|
1028
|
+
Aws::LexModelsV2::EndpointParameters.new(
|
1029
|
+
region: context.config.region,
|
1030
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1031
|
+
use_fips: context.config.use_fips_endpoint,
|
1032
|
+
endpoint: endpoint,
|
1033
|
+
)
|
1034
|
+
end
|
1035
|
+
end
|
1036
|
+
|
1037
|
+
class ListUtteranceMetrics
|
1038
|
+
def self.build(context)
|
1039
|
+
unless context.config.regional_endpoint
|
1040
|
+
endpoint = context.config.endpoint.to_s
|
1041
|
+
end
|
1042
|
+
Aws::LexModelsV2::EndpointParameters.new(
|
1043
|
+
region: context.config.region,
|
1044
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1045
|
+
use_fips: context.config.use_fips_endpoint,
|
1046
|
+
endpoint: endpoint,
|
1047
|
+
)
|
1048
|
+
end
|
1049
|
+
end
|
1050
|
+
|
953
1051
|
class SearchAssociatedTranscripts
|
954
1052
|
def self.build(context)
|
955
1053
|
unless context.config.regional_endpoint
|
@@ -172,10 +172,20 @@ module Aws::LexModelsV2
|
|
172
172
|
Aws::LexModelsV2::Endpoints::ListExports.build(context)
|
173
173
|
when :list_imports
|
174
174
|
Aws::LexModelsV2::Endpoints::ListImports.build(context)
|
175
|
+
when :list_intent_metrics
|
176
|
+
Aws::LexModelsV2::Endpoints::ListIntentMetrics.build(context)
|
177
|
+
when :list_intent_paths
|
178
|
+
Aws::LexModelsV2::Endpoints::ListIntentPaths.build(context)
|
179
|
+
when :list_intent_stage_metrics
|
180
|
+
Aws::LexModelsV2::Endpoints::ListIntentStageMetrics.build(context)
|
175
181
|
when :list_intents
|
176
182
|
Aws::LexModelsV2::Endpoints::ListIntents.build(context)
|
177
183
|
when :list_recommended_intents
|
178
184
|
Aws::LexModelsV2::Endpoints::ListRecommendedIntents.build(context)
|
185
|
+
when :list_session_analytics_data
|
186
|
+
Aws::LexModelsV2::Endpoints::ListSessionAnalyticsData.build(context)
|
187
|
+
when :list_session_metrics
|
188
|
+
Aws::LexModelsV2::Endpoints::ListSessionMetrics.build(context)
|
179
189
|
when :list_slot_types
|
180
190
|
Aws::LexModelsV2::Endpoints::ListSlotTypes.build(context)
|
181
191
|
when :list_slots
|
@@ -190,6 +200,10 @@ module Aws::LexModelsV2
|
|
190
200
|
Aws::LexModelsV2::Endpoints::ListTestSetRecords.build(context)
|
191
201
|
when :list_test_sets
|
192
202
|
Aws::LexModelsV2::Endpoints::ListTestSets.build(context)
|
203
|
+
when :list_utterance_analytics_data
|
204
|
+
Aws::LexModelsV2::Endpoints::ListUtteranceAnalyticsData.build(context)
|
205
|
+
when :list_utterance_metrics
|
206
|
+
Aws::LexModelsV2::Endpoints::ListUtteranceMetrics.build(context)
|
193
207
|
when :search_associated_transcripts
|
194
208
|
Aws::LexModelsV2::Endpoints::SearchAssociatedTranscripts.build(context)
|
195
209
|
when :start_bot_recommendation
|