aws-sdk-lexmodelbuildingservice 1.57.0 → 1.59.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-lexmodelbuildingservice/client.rb +20 -3
- data/lib/aws-sdk-lexmodelbuildingservice/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-lexmodelbuildingservice/endpoint_provider.rb +57 -0
- data/lib/aws-sdk-lexmodelbuildingservice/endpoints.rb +603 -0
- data/lib/aws-sdk-lexmodelbuildingservice/plugins/endpoints.rb +152 -0
- data/lib/aws-sdk-lexmodelbuildingservice/types.rb +0 -790
- data/lib/aws-sdk-lexmodelbuildingservice.rb +5 -1
- metadata +8 -4
@@ -272,14 +272,6 @@ module Aws::LexModelBuildingService
|
|
272
272
|
# Specifies a Lambda function that verifies requests to a bot or
|
273
273
|
# fulfills the user's request to a bot..
|
274
274
|
#
|
275
|
-
# @note When making an API call, you may pass CodeHook
|
276
|
-
# data as a hash:
|
277
|
-
#
|
278
|
-
# {
|
279
|
-
# uri: "LambdaARN", # required
|
280
|
-
# message_version: "MessageVersion", # required
|
281
|
-
# }
|
282
|
-
#
|
283
275
|
# @!attribute [rw] uri
|
284
276
|
# The Amazon Resource Name (ARN) of the Lambda function.
|
285
277
|
# @return [String]
|
@@ -314,21 +306,6 @@ module Aws::LexModelBuildingService
|
|
314
306
|
|
315
307
|
# Provides the settings needed for conversation logs.
|
316
308
|
#
|
317
|
-
# @note When making an API call, you may pass ConversationLogsRequest
|
318
|
-
# data as a hash:
|
319
|
-
#
|
320
|
-
# {
|
321
|
-
# log_settings: [ # required
|
322
|
-
# {
|
323
|
-
# log_type: "AUDIO", # required, accepts AUDIO, TEXT
|
324
|
-
# destination: "CLOUDWATCH_LOGS", # required, accepts CLOUDWATCH_LOGS, S3
|
325
|
-
# kms_key_arn: "KmsKeyArn",
|
326
|
-
# resource_arn: "ResourceArn", # required
|
327
|
-
# },
|
328
|
-
# ],
|
329
|
-
# iam_role_arn: "IamRoleArn", # required
|
330
|
-
# }
|
331
|
-
#
|
332
309
|
# @!attribute [rw] log_settings
|
333
310
|
# The settings for your conversation logs. You can log the
|
334
311
|
# conversation text, conversation audio, or both.
|
@@ -377,14 +354,6 @@ module Aws::LexModelBuildingService
|
|
377
354
|
include Aws::Structure
|
378
355
|
end
|
379
356
|
|
380
|
-
# @note When making an API call, you may pass CreateBotVersionRequest
|
381
|
-
# data as a hash:
|
382
|
-
#
|
383
|
-
# {
|
384
|
-
# name: "BotName", # required
|
385
|
-
# checksum: "String",
|
386
|
-
# }
|
387
|
-
#
|
388
357
|
# @!attribute [rw] name
|
389
358
|
# The name of the bot that you want to create a new version of. The
|
390
359
|
# name is case sensitive.
|
@@ -541,14 +510,6 @@ module Aws::LexModelBuildingService
|
|
541
510
|
include Aws::Structure
|
542
511
|
end
|
543
512
|
|
544
|
-
# @note When making an API call, you may pass CreateIntentVersionRequest
|
545
|
-
# data as a hash:
|
546
|
-
#
|
547
|
-
# {
|
548
|
-
# name: "IntentName", # required
|
549
|
-
# checksum: "String",
|
550
|
-
# }
|
551
|
-
#
|
552
513
|
# @!attribute [rw] name
|
553
514
|
# The name of the intent that you want to create a new version of. The
|
554
515
|
# name is case sensitive.
|
@@ -681,14 +642,6 @@ module Aws::LexModelBuildingService
|
|
681
642
|
include Aws::Structure
|
682
643
|
end
|
683
644
|
|
684
|
-
# @note When making an API call, you may pass CreateSlotTypeVersionRequest
|
685
|
-
# data as a hash:
|
686
|
-
#
|
687
|
-
# {
|
688
|
-
# name: "SlotTypeName", # required
|
689
|
-
# checksum: "String",
|
690
|
-
# }
|
691
|
-
#
|
692
645
|
# @!attribute [rw] name
|
693
646
|
# The name of the slot type that you want to create a new version for.
|
694
647
|
# The name is case sensitive.
|
@@ -773,14 +726,6 @@ module Aws::LexModelBuildingService
|
|
773
726
|
include Aws::Structure
|
774
727
|
end
|
775
728
|
|
776
|
-
# @note When making an API call, you may pass DeleteBotAliasRequest
|
777
|
-
# data as a hash:
|
778
|
-
#
|
779
|
-
# {
|
780
|
-
# name: "AliasName", # required
|
781
|
-
# bot_name: "BotName", # required
|
782
|
-
# }
|
783
|
-
#
|
784
729
|
# @!attribute [rw] name
|
785
730
|
# The name of the alias to delete. The name is case sensitive.
|
786
731
|
# @return [String]
|
@@ -798,15 +743,6 @@ module Aws::LexModelBuildingService
|
|
798
743
|
include Aws::Structure
|
799
744
|
end
|
800
745
|
|
801
|
-
# @note When making an API call, you may pass DeleteBotChannelAssociationRequest
|
802
|
-
# data as a hash:
|
803
|
-
#
|
804
|
-
# {
|
805
|
-
# name: "BotChannelName", # required
|
806
|
-
# bot_name: "BotName", # required
|
807
|
-
# bot_alias: "AliasName", # required
|
808
|
-
# }
|
809
|
-
#
|
810
746
|
# @!attribute [rw] name
|
811
747
|
# The name of the association. The name is case sensitive.
|
812
748
|
# @return [String]
|
@@ -830,13 +766,6 @@ module Aws::LexModelBuildingService
|
|
830
766
|
include Aws::Structure
|
831
767
|
end
|
832
768
|
|
833
|
-
# @note When making an API call, you may pass DeleteBotRequest
|
834
|
-
# data as a hash:
|
835
|
-
#
|
836
|
-
# {
|
837
|
-
# name: "BotName", # required
|
838
|
-
# }
|
839
|
-
#
|
840
769
|
# @!attribute [rw] name
|
841
770
|
# The name of the bot. The name is case sensitive.
|
842
771
|
# @return [String]
|
@@ -849,14 +778,6 @@ module Aws::LexModelBuildingService
|
|
849
778
|
include Aws::Structure
|
850
779
|
end
|
851
780
|
|
852
|
-
# @note When making an API call, you may pass DeleteBotVersionRequest
|
853
|
-
# data as a hash:
|
854
|
-
#
|
855
|
-
# {
|
856
|
-
# name: "BotName", # required
|
857
|
-
# version: "NumericalVersion", # required
|
858
|
-
# }
|
859
|
-
#
|
860
781
|
# @!attribute [rw] name
|
861
782
|
# The name of the bot.
|
862
783
|
# @return [String]
|
@@ -876,13 +797,6 @@ module Aws::LexModelBuildingService
|
|
876
797
|
include Aws::Structure
|
877
798
|
end
|
878
799
|
|
879
|
-
# @note When making an API call, you may pass DeleteIntentRequest
|
880
|
-
# data as a hash:
|
881
|
-
#
|
882
|
-
# {
|
883
|
-
# name: "IntentName", # required
|
884
|
-
# }
|
885
|
-
#
|
886
800
|
# @!attribute [rw] name
|
887
801
|
# The name of the intent. The name is case sensitive.
|
888
802
|
# @return [String]
|
@@ -895,14 +809,6 @@ module Aws::LexModelBuildingService
|
|
895
809
|
include Aws::Structure
|
896
810
|
end
|
897
811
|
|
898
|
-
# @note When making an API call, you may pass DeleteIntentVersionRequest
|
899
|
-
# data as a hash:
|
900
|
-
#
|
901
|
-
# {
|
902
|
-
# name: "IntentName", # required
|
903
|
-
# version: "NumericalVersion", # required
|
904
|
-
# }
|
905
|
-
#
|
906
812
|
# @!attribute [rw] name
|
907
813
|
# The name of the intent.
|
908
814
|
# @return [String]
|
@@ -922,13 +828,6 @@ module Aws::LexModelBuildingService
|
|
922
828
|
include Aws::Structure
|
923
829
|
end
|
924
830
|
|
925
|
-
# @note When making an API call, you may pass DeleteSlotTypeRequest
|
926
|
-
# data as a hash:
|
927
|
-
#
|
928
|
-
# {
|
929
|
-
# name: "SlotTypeName", # required
|
930
|
-
# }
|
931
|
-
#
|
932
831
|
# @!attribute [rw] name
|
933
832
|
# The name of the slot type. The name is case sensitive.
|
934
833
|
# @return [String]
|
@@ -941,14 +840,6 @@ module Aws::LexModelBuildingService
|
|
941
840
|
include Aws::Structure
|
942
841
|
end
|
943
842
|
|
944
|
-
# @note When making an API call, you may pass DeleteSlotTypeVersionRequest
|
945
|
-
# data as a hash:
|
946
|
-
#
|
947
|
-
# {
|
948
|
-
# name: "SlotTypeName", # required
|
949
|
-
# version: "NumericalVersion", # required
|
950
|
-
# }
|
951
|
-
#
|
952
843
|
# @!attribute [rw] name
|
953
844
|
# The name of the slot type.
|
954
845
|
# @return [String]
|
@@ -968,14 +859,6 @@ module Aws::LexModelBuildingService
|
|
968
859
|
include Aws::Structure
|
969
860
|
end
|
970
861
|
|
971
|
-
# @note When making an API call, you may pass DeleteUtterancesRequest
|
972
|
-
# data as a hash:
|
973
|
-
#
|
974
|
-
# {
|
975
|
-
# bot_name: "BotName", # required
|
976
|
-
# user_id: "UserId", # required
|
977
|
-
# }
|
978
|
-
#
|
979
862
|
# @!attribute [rw] bot_name
|
980
863
|
# The name of the bot that stored the utterances.
|
981
864
|
# @return [String]
|
@@ -1013,14 +896,6 @@ module Aws::LexModelBuildingService
|
|
1013
896
|
#
|
1014
897
|
# * stuffed
|
1015
898
|
#
|
1016
|
-
# @note When making an API call, you may pass EnumerationValue
|
1017
|
-
# data as a hash:
|
1018
|
-
#
|
1019
|
-
# {
|
1020
|
-
# value: "Value", # required
|
1021
|
-
# synonyms: ["Value"],
|
1022
|
-
# }
|
1023
|
-
#
|
1024
899
|
# @!attribute [rw] value
|
1025
900
|
# The value of the slot type.
|
1026
901
|
# @return [String]
|
@@ -1042,33 +917,6 @@ module Aws::LexModelBuildingService
|
|
1042
917
|
# example, after the `OrderPizza` intent is fulfilled, you might prompt
|
1043
918
|
# the user to find out whether the user wants to order drinks.
|
1044
919
|
#
|
1045
|
-
# @note When making an API call, you may pass FollowUpPrompt
|
1046
|
-
# data as a hash:
|
1047
|
-
#
|
1048
|
-
# {
|
1049
|
-
# prompt: { # required
|
1050
|
-
# messages: [ # required
|
1051
|
-
# {
|
1052
|
-
# content_type: "PlainText", # required, accepts PlainText, SSML, CustomPayload
|
1053
|
-
# content: "ContentString", # required
|
1054
|
-
# group_number: 1,
|
1055
|
-
# },
|
1056
|
-
# ],
|
1057
|
-
# max_attempts: 1, # required
|
1058
|
-
# response_card: "ResponseCard",
|
1059
|
-
# },
|
1060
|
-
# rejection_statement: { # required
|
1061
|
-
# messages: [ # required
|
1062
|
-
# {
|
1063
|
-
# content_type: "PlainText", # required, accepts PlainText, SSML, CustomPayload
|
1064
|
-
# content: "ContentString", # required
|
1065
|
-
# group_number: 1,
|
1066
|
-
# },
|
1067
|
-
# ],
|
1068
|
-
# response_card: "ResponseCard",
|
1069
|
-
# },
|
1070
|
-
# }
|
1071
|
-
#
|
1072
920
|
# @!attribute [rw] prompt
|
1073
921
|
# Prompts for information from the user.
|
1074
922
|
# @return [Types::Prompt]
|
@@ -1108,17 +956,6 @@ module Aws::LexModelBuildingService
|
|
1108
956
|
# perform the operation and update the graphics. In this case, you
|
1109
957
|
# want Amazon Lex to return the intent data to the client.
|
1110
958
|
#
|
1111
|
-
# @note When making an API call, you may pass FulfillmentActivity
|
1112
|
-
# data as a hash:
|
1113
|
-
#
|
1114
|
-
# {
|
1115
|
-
# type: "ReturnIntent", # required, accepts ReturnIntent, CodeHook
|
1116
|
-
# code_hook: {
|
1117
|
-
# uri: "LambdaARN", # required
|
1118
|
-
# message_version: "MessageVersion", # required
|
1119
|
-
# },
|
1120
|
-
# }
|
1121
|
-
#
|
1122
959
|
# @!attribute [rw] type
|
1123
960
|
# How the intent should be fulfilled, either by running a Lambda
|
1124
961
|
# function or by returning the slot data to the client application.
|
@@ -1138,14 +975,6 @@ module Aws::LexModelBuildingService
|
|
1138
975
|
include Aws::Structure
|
1139
976
|
end
|
1140
977
|
|
1141
|
-
# @note When making an API call, you may pass GetBotAliasRequest
|
1142
|
-
# data as a hash:
|
1143
|
-
#
|
1144
|
-
# {
|
1145
|
-
# name: "AliasName", # required
|
1146
|
-
# bot_name: "BotName", # required
|
1147
|
-
# }
|
1148
|
-
#
|
1149
978
|
# @!attribute [rw] name
|
1150
979
|
# The name of the bot alias. The name is case sensitive.
|
1151
980
|
# @return [String]
|
@@ -1212,16 +1041,6 @@ module Aws::LexModelBuildingService
|
|
1212
1041
|
include Aws::Structure
|
1213
1042
|
end
|
1214
1043
|
|
1215
|
-
# @note When making an API call, you may pass GetBotAliasesRequest
|
1216
|
-
# data as a hash:
|
1217
|
-
#
|
1218
|
-
# {
|
1219
|
-
# bot_name: "BotName", # required
|
1220
|
-
# next_token: "NextToken",
|
1221
|
-
# max_results: 1,
|
1222
|
-
# name_contains: "AliasName",
|
1223
|
-
# }
|
1224
|
-
#
|
1225
1044
|
# @!attribute [rw] bot_name
|
1226
1045
|
# The name of the bot.
|
1227
1046
|
# @return [String]
|
@@ -1275,15 +1094,6 @@ module Aws::LexModelBuildingService
|
|
1275
1094
|
include Aws::Structure
|
1276
1095
|
end
|
1277
1096
|
|
1278
|
-
# @note When making an API call, you may pass GetBotChannelAssociationRequest
|
1279
|
-
# data as a hash:
|
1280
|
-
#
|
1281
|
-
# {
|
1282
|
-
# name: "BotChannelName", # required
|
1283
|
-
# bot_name: "BotName", # required
|
1284
|
-
# bot_alias: "AliasName", # required
|
1285
|
-
# }
|
1286
|
-
#
|
1287
1097
|
# @!attribute [rw] name
|
1288
1098
|
# The name of the association between the bot and the channel. The
|
1289
1099
|
# name is case sensitive.
|
@@ -1372,17 +1182,6 @@ module Aws::LexModelBuildingService
|
|
1372
1182
|
include Aws::Structure
|
1373
1183
|
end
|
1374
1184
|
|
1375
|
-
# @note When making an API call, you may pass GetBotChannelAssociationsRequest
|
1376
|
-
# data as a hash:
|
1377
|
-
#
|
1378
|
-
# {
|
1379
|
-
# bot_name: "BotName", # required
|
1380
|
-
# bot_alias: "AliasNameOrListAll", # required
|
1381
|
-
# next_token: "NextToken",
|
1382
|
-
# max_results: 1,
|
1383
|
-
# name_contains: "BotChannelName",
|
1384
|
-
# }
|
1385
|
-
#
|
1386
1185
|
# @!attribute [rw] bot_name
|
1387
1186
|
# The name of the Amazon Lex bot in the association.
|
1388
1187
|
# @return [String]
|
@@ -1446,14 +1245,6 @@ module Aws::LexModelBuildingService
|
|
1446
1245
|
include Aws::Structure
|
1447
1246
|
end
|
1448
1247
|
|
1449
|
-
# @note When making an API call, you may pass GetBotRequest
|
1450
|
-
# data as a hash:
|
1451
|
-
#
|
1452
|
-
# {
|
1453
|
-
# name: "BotName", # required
|
1454
|
-
# version_or_alias: "String", # required
|
1455
|
-
# }
|
1456
|
-
#
|
1457
1248
|
# @!attribute [rw] name
|
1458
1249
|
# The name of the bot. The name is case sensitive.
|
1459
1250
|
# @return [String]
|
@@ -1632,15 +1423,6 @@ module Aws::LexModelBuildingService
|
|
1632
1423
|
include Aws::Structure
|
1633
1424
|
end
|
1634
1425
|
|
1635
|
-
# @note When making an API call, you may pass GetBotVersionsRequest
|
1636
|
-
# data as a hash:
|
1637
|
-
#
|
1638
|
-
# {
|
1639
|
-
# name: "BotName", # required
|
1640
|
-
# next_token: "NextToken",
|
1641
|
-
# max_results: 1,
|
1642
|
-
# }
|
1643
|
-
#
|
1644
1426
|
# @!attribute [rw] name
|
1645
1427
|
# The name of the bot for which versions should be returned.
|
1646
1428
|
# @return [String]
|
@@ -1688,15 +1470,6 @@ module Aws::LexModelBuildingService
|
|
1688
1470
|
include Aws::Structure
|
1689
1471
|
end
|
1690
1472
|
|
1691
|
-
# @note When making an API call, you may pass GetBotsRequest
|
1692
|
-
# data as a hash:
|
1693
|
-
#
|
1694
|
-
# {
|
1695
|
-
# next_token: "NextToken",
|
1696
|
-
# max_results: 1,
|
1697
|
-
# name_contains: "BotName",
|
1698
|
-
# }
|
1699
|
-
#
|
1700
1473
|
# @!attribute [rw] next_token
|
1701
1474
|
# A pagination token that fetches the next page of bots. If the
|
1702
1475
|
# response to this call is truncated, Amazon Lex returns a pagination
|
@@ -1743,13 +1516,6 @@ module Aws::LexModelBuildingService
|
|
1743
1516
|
include Aws::Structure
|
1744
1517
|
end
|
1745
1518
|
|
1746
|
-
# @note When making an API call, you may pass GetBuiltinIntentRequest
|
1747
|
-
# data as a hash:
|
1748
|
-
#
|
1749
|
-
# {
|
1750
|
-
# signature: "BuiltinIntentSignature", # required
|
1751
|
-
# }
|
1752
|
-
#
|
1753
1519
|
# @!attribute [rw] signature
|
1754
1520
|
# The unique identifier for a built-in intent. To find the signature
|
1755
1521
|
# for an intent, see [Standard Built-in Intents][1] in the *Alexa
|
@@ -1791,16 +1557,6 @@ module Aws::LexModelBuildingService
|
|
1791
1557
|
include Aws::Structure
|
1792
1558
|
end
|
1793
1559
|
|
1794
|
-
# @note When making an API call, you may pass GetBuiltinIntentsRequest
|
1795
|
-
# data as a hash:
|
1796
|
-
#
|
1797
|
-
# {
|
1798
|
-
# locale: "de-DE", # accepts de-DE, en-AU, en-GB, en-IN, en-US, es-419, es-ES, es-US, fr-FR, fr-CA, it-IT, ja-JP, ko-KR
|
1799
|
-
# signature_contains: "String",
|
1800
|
-
# next_token: "NextToken",
|
1801
|
-
# max_results: 1,
|
1802
|
-
# }
|
1803
|
-
#
|
1804
1560
|
# @!attribute [rw] locale
|
1805
1561
|
# A list of locales that the intent supports.
|
1806
1562
|
# @return [String]
|
@@ -1861,16 +1617,6 @@ module Aws::LexModelBuildingService
|
|
1861
1617
|
include Aws::Structure
|
1862
1618
|
end
|
1863
1619
|
|
1864
|
-
# @note When making an API call, you may pass GetBuiltinSlotTypesRequest
|
1865
|
-
# data as a hash:
|
1866
|
-
#
|
1867
|
-
# {
|
1868
|
-
# locale: "de-DE", # accepts de-DE, en-AU, en-GB, en-IN, en-US, es-419, es-ES, es-US, fr-FR, fr-CA, it-IT, ja-JP, ko-KR
|
1869
|
-
# signature_contains: "String",
|
1870
|
-
# next_token: "NextToken",
|
1871
|
-
# max_results: 1,
|
1872
|
-
# }
|
1873
|
-
#
|
1874
1620
|
# @!attribute [rw] locale
|
1875
1621
|
# A list of locales that the slot type supports.
|
1876
1622
|
# @return [String]
|
@@ -1924,16 +1670,6 @@ module Aws::LexModelBuildingService
|
|
1924
1670
|
include Aws::Structure
|
1925
1671
|
end
|
1926
1672
|
|
1927
|
-
# @note When making an API call, you may pass GetExportRequest
|
1928
|
-
# data as a hash:
|
1929
|
-
#
|
1930
|
-
# {
|
1931
|
-
# name: "Name", # required
|
1932
|
-
# version: "NumericalVersion", # required
|
1933
|
-
# resource_type: "BOT", # required, accepts BOT, INTENT, SLOT_TYPE
|
1934
|
-
# export_type: "ALEXA_SKILLS_KIT", # required, accepts ALEXA_SKILLS_KIT, LEX
|
1935
|
-
# }
|
1936
|
-
#
|
1937
1673
|
# @!attribute [rw] name
|
1938
1674
|
# The name of the bot to export.
|
1939
1675
|
# @return [String]
|
@@ -2013,13 +1749,6 @@ module Aws::LexModelBuildingService
|
|
2013
1749
|
include Aws::Structure
|
2014
1750
|
end
|
2015
1751
|
|
2016
|
-
# @note When making an API call, you may pass GetImportRequest
|
2017
|
-
# data as a hash:
|
2018
|
-
#
|
2019
|
-
# {
|
2020
|
-
# import_id: "String", # required
|
2021
|
-
# }
|
2022
|
-
#
|
2023
1752
|
# @!attribute [rw] import_id
|
2024
1753
|
# The identifier of the import job information to return.
|
2025
1754
|
# @return [String]
|
@@ -2076,14 +1805,6 @@ module Aws::LexModelBuildingService
|
|
2076
1805
|
include Aws::Structure
|
2077
1806
|
end
|
2078
1807
|
|
2079
|
-
# @note When making an API call, you may pass GetIntentRequest
|
2080
|
-
# data as a hash:
|
2081
|
-
#
|
2082
|
-
# {
|
2083
|
-
# name: "IntentName", # required
|
2084
|
-
# version: "Version", # required
|
2085
|
-
# }
|
2086
|
-
#
|
2087
1808
|
# @!attribute [rw] name
|
2088
1809
|
# The name of the intent. The name is case sensitive.
|
2089
1810
|
# @return [String]
|
@@ -2213,15 +1934,6 @@ module Aws::LexModelBuildingService
|
|
2213
1934
|
include Aws::Structure
|
2214
1935
|
end
|
2215
1936
|
|
2216
|
-
# @note When making an API call, you may pass GetIntentVersionsRequest
|
2217
|
-
# data as a hash:
|
2218
|
-
#
|
2219
|
-
# {
|
2220
|
-
# name: "IntentName", # required
|
2221
|
-
# next_token: "NextToken",
|
2222
|
-
# max_results: 1,
|
2223
|
-
# }
|
2224
|
-
#
|
2225
1937
|
# @!attribute [rw] name
|
2226
1938
|
# The name of the intent for which versions should be returned.
|
2227
1939
|
# @return [String]
|
@@ -2269,15 +1981,6 @@ module Aws::LexModelBuildingService
|
|
2269
1981
|
include Aws::Structure
|
2270
1982
|
end
|
2271
1983
|
|
2272
|
-
# @note When making an API call, you may pass GetIntentsRequest
|
2273
|
-
# data as a hash:
|
2274
|
-
#
|
2275
|
-
# {
|
2276
|
-
# next_token: "NextToken",
|
2277
|
-
# max_results: 1,
|
2278
|
-
# name_contains: "IntentName",
|
2279
|
-
# }
|
2280
|
-
#
|
2281
1984
|
# @!attribute [rw] next_token
|
2282
1985
|
# A pagination token that fetches the next page of intents. If the
|
2283
1986
|
# response to this API call is truncated, Amazon Lex returns a
|
@@ -2325,13 +2028,6 @@ module Aws::LexModelBuildingService
|
|
2325
2028
|
include Aws::Structure
|
2326
2029
|
end
|
2327
2030
|
|
2328
|
-
# @note When making an API call, you may pass GetMigrationRequest
|
2329
|
-
# data as a hash:
|
2330
|
-
#
|
2331
|
-
# {
|
2332
|
-
# migration_id: "MigrationId", # required
|
2333
|
-
# }
|
2334
|
-
#
|
2335
2031
|
# @!attribute [rw] migration_id
|
2336
2032
|
# The unique identifier of the migration to view. The `migrationID` is
|
2337
2033
|
# returned by the operation.
|
@@ -2425,18 +2121,6 @@ module Aws::LexModelBuildingService
|
|
2425
2121
|
include Aws::Structure
|
2426
2122
|
end
|
2427
2123
|
|
2428
|
-
# @note When making an API call, you may pass GetMigrationsRequest
|
2429
|
-
# data as a hash:
|
2430
|
-
#
|
2431
|
-
# {
|
2432
|
-
# sort_by_attribute: "V1_BOT_NAME", # accepts V1_BOT_NAME, MIGRATION_DATE_TIME
|
2433
|
-
# sort_by_order: "ASCENDING", # accepts ASCENDING, DESCENDING
|
2434
|
-
# v1_bot_name_contains: "BotName",
|
2435
|
-
# migration_status_equals: "IN_PROGRESS", # accepts IN_PROGRESS, COMPLETED, FAILED
|
2436
|
-
# max_results: 1,
|
2437
|
-
# next_token: "NextToken",
|
2438
|
-
# }
|
2439
|
-
#
|
2440
2124
|
# @!attribute [rw] sort_by_attribute
|
2441
2125
|
# The field to sort the list of migrations by. You can sort by the
|
2442
2126
|
# Amazon Lex V1 bot name or the date and time that the migration was
|
@@ -2502,14 +2186,6 @@ module Aws::LexModelBuildingService
|
|
2502
2186
|
include Aws::Structure
|
2503
2187
|
end
|
2504
2188
|
|
2505
|
-
# @note When making an API call, you may pass GetSlotTypeRequest
|
2506
|
-
# data as a hash:
|
2507
|
-
#
|
2508
|
-
# {
|
2509
|
-
# name: "SlotTypeName", # required
|
2510
|
-
# version: "Version", # required
|
2511
|
-
# }
|
2512
|
-
#
|
2513
2189
|
# @!attribute [rw] name
|
2514
2190
|
# The name of the slot type. The name is case sensitive.
|
2515
2191
|
# @return [String]
|
@@ -2588,15 +2264,6 @@ module Aws::LexModelBuildingService
|
|
2588
2264
|
include Aws::Structure
|
2589
2265
|
end
|
2590
2266
|
|
2591
|
-
# @note When making an API call, you may pass GetSlotTypeVersionsRequest
|
2592
|
-
# data as a hash:
|
2593
|
-
#
|
2594
|
-
# {
|
2595
|
-
# name: "SlotTypeName", # required
|
2596
|
-
# next_token: "NextToken",
|
2597
|
-
# max_results: 1,
|
2598
|
-
# }
|
2599
|
-
#
|
2600
2267
|
# @!attribute [rw] name
|
2601
2268
|
# The name of the slot type for which versions should be returned.
|
2602
2269
|
# @return [String]
|
@@ -2644,15 +2311,6 @@ module Aws::LexModelBuildingService
|
|
2644
2311
|
include Aws::Structure
|
2645
2312
|
end
|
2646
2313
|
|
2647
|
-
# @note When making an API call, you may pass GetSlotTypesRequest
|
2648
|
-
# data as a hash:
|
2649
|
-
#
|
2650
|
-
# {
|
2651
|
-
# next_token: "NextToken",
|
2652
|
-
# max_results: 1,
|
2653
|
-
# name_contains: "SlotTypeName",
|
2654
|
-
# }
|
2655
|
-
#
|
2656
2314
|
# @!attribute [rw] next_token
|
2657
2315
|
# A pagination token that fetches the next page of slot types. If the
|
2658
2316
|
# response to this API call is truncated, Amazon Lex returns a
|
@@ -2702,15 +2360,6 @@ module Aws::LexModelBuildingService
|
|
2702
2360
|
include Aws::Structure
|
2703
2361
|
end
|
2704
2362
|
|
2705
|
-
# @note When making an API call, you may pass GetUtterancesViewRequest
|
2706
|
-
# data as a hash:
|
2707
|
-
#
|
2708
|
-
# {
|
2709
|
-
# bot_name: "BotName", # required
|
2710
|
-
# bot_versions: ["Version"], # required
|
2711
|
-
# status_type: "Detected", # required, accepts Detected, Missed
|
2712
|
-
# }
|
2713
|
-
#
|
2714
2363
|
# @!attribute [rw] bot_name
|
2715
2364
|
# The name of the bot for which utterance information should be
|
2716
2365
|
# returned.
|
@@ -2761,13 +2410,6 @@ module Aws::LexModelBuildingService
|
|
2761
2410
|
# The name of a context that must be active for an intent to be selected
|
2762
2411
|
# by Amazon Lex.
|
2763
2412
|
#
|
2764
|
-
# @note When making an API call, you may pass InputContext
|
2765
|
-
# data as a hash:
|
2766
|
-
#
|
2767
|
-
# {
|
2768
|
-
# name: "InputContextName", # required
|
2769
|
-
# }
|
2770
|
-
#
|
2771
2413
|
# @!attribute [rw] name
|
2772
2414
|
# The name of the context.
|
2773
2415
|
# @return [String]
|
@@ -2782,14 +2424,6 @@ module Aws::LexModelBuildingService
|
|
2782
2424
|
|
2783
2425
|
# Identifies the specific version of an intent.
|
2784
2426
|
#
|
2785
|
-
# @note When making an API call, you may pass Intent
|
2786
|
-
# data as a hash:
|
2787
|
-
#
|
2788
|
-
# {
|
2789
|
-
# intent_name: "IntentName", # required
|
2790
|
-
# intent_version: "Version", # required
|
2791
|
-
# }
|
2792
|
-
#
|
2793
2427
|
# @!attribute [rw] intent_name
|
2794
2428
|
# The name of the intent.
|
2795
2429
|
# @return [String]
|
@@ -2865,15 +2499,6 @@ module Aws::LexModelBuildingService
|
|
2865
2499
|
#
|
2866
2500
|
# [1]: http://docs.aws.amazon.com/lex/latest/dg/built-in-intent-kendra-search.html
|
2867
2501
|
#
|
2868
|
-
# @note When making an API call, you may pass KendraConfiguration
|
2869
|
-
# data as a hash:
|
2870
|
-
#
|
2871
|
-
# {
|
2872
|
-
# kendra_index: "KendraIndexArn", # required
|
2873
|
-
# query_filter_string: "QueryFilterString",
|
2874
|
-
# role: "roleArn", # required
|
2875
|
-
# }
|
2876
|
-
#
|
2877
2502
|
# @!attribute [rw] kendra_index
|
2878
2503
|
# The Amazon Resource Name (ARN) of the Amazon Kendra index that you
|
2879
2504
|
# want the AMAZON.KendraSearchIntent intent to search. The index must
|
@@ -2929,13 +2554,6 @@ module Aws::LexModelBuildingService
|
|
2929
2554
|
include Aws::Structure
|
2930
2555
|
end
|
2931
2556
|
|
2932
|
-
# @note When making an API call, you may pass ListTagsForResourceRequest
|
2933
|
-
# data as a hash:
|
2934
|
-
#
|
2935
|
-
# {
|
2936
|
-
# resource_arn: "AmazonResourceName", # required
|
2937
|
-
# }
|
2938
|
-
#
|
2939
2557
|
# @!attribute [rw] resource_arn
|
2940
2558
|
# The Amazon Resource Name (ARN) of the resource to get a list of tags
|
2941
2559
|
# for.
|
@@ -2964,16 +2582,6 @@ module Aws::LexModelBuildingService
|
|
2964
2582
|
# Settings used to configure delivery mode and destination for
|
2965
2583
|
# conversation logs.
|
2966
2584
|
#
|
2967
|
-
# @note When making an API call, you may pass LogSettingsRequest
|
2968
|
-
# data as a hash:
|
2969
|
-
#
|
2970
|
-
# {
|
2971
|
-
# log_type: "AUDIO", # required, accepts AUDIO, TEXT
|
2972
|
-
# destination: "CLOUDWATCH_LOGS", # required, accepts CLOUDWATCH_LOGS, S3
|
2973
|
-
# kms_key_arn: "KmsKeyArn",
|
2974
|
-
# resource_arn: "ResourceArn", # required
|
2975
|
-
# }
|
2976
|
-
#
|
2977
2585
|
# @!attribute [rw] log_type
|
2978
2586
|
# The type of logging to enable. Text logs are delivered to a
|
2979
2587
|
# CloudWatch Logs log group. Audio logs are delivered to an S3 bucket.
|
@@ -3047,15 +2655,6 @@ module Aws::LexModelBuildingService
|
|
3047
2655
|
|
3048
2656
|
# The message object that provides the message text and its type.
|
3049
2657
|
#
|
3050
|
-
# @note When making an API call, you may pass Message
|
3051
|
-
# data as a hash:
|
3052
|
-
#
|
3053
|
-
# {
|
3054
|
-
# content_type: "PlainText", # required, accepts PlainText, SSML, CustomPayload
|
3055
|
-
# content: "ContentString", # required
|
3056
|
-
# group_number: 1,
|
3057
|
-
# }
|
3058
|
-
#
|
3059
2658
|
# @!attribute [rw] content_type
|
3060
2659
|
# The content type of the message string.
|
3061
2660
|
# @return [String]
|
@@ -3197,15 +2796,6 @@ module Aws::LexModelBuildingService
|
|
3197
2796
|
# The specification of an output context that is set when an intent is
|
3198
2797
|
# fulfilled.
|
3199
2798
|
#
|
3200
|
-
# @note When making an API call, you may pass OutputContext
|
3201
|
-
# data as a hash:
|
3202
|
-
#
|
3203
|
-
# {
|
3204
|
-
# name: "OutputContextName", # required
|
3205
|
-
# time_to_live_in_seconds: 1, # required
|
3206
|
-
# turns_to_live: 1, # required
|
3207
|
-
# }
|
3208
|
-
#
|
3209
2799
|
# @!attribute [rw] name
|
3210
2800
|
# The name of the context.
|
3211
2801
|
# @return [String]
|
@@ -3253,21 +2843,6 @@ module Aws::LexModelBuildingService
|
|
3253
2843
|
# chooses one of the messages to use to prompt the user. For more
|
3254
2844
|
# information, see how-it-works.
|
3255
2845
|
#
|
3256
|
-
# @note When making an API call, you may pass Prompt
|
3257
|
-
# data as a hash:
|
3258
|
-
#
|
3259
|
-
# {
|
3260
|
-
# messages: [ # required
|
3261
|
-
# {
|
3262
|
-
# content_type: "PlainText", # required, accepts PlainText, SSML, CustomPayload
|
3263
|
-
# content: "ContentString", # required
|
3264
|
-
# group_number: 1,
|
3265
|
-
# },
|
3266
|
-
# ],
|
3267
|
-
# max_attempts: 1, # required
|
3268
|
-
# response_card: "ResponseCard",
|
3269
|
-
# }
|
3270
|
-
#
|
3271
2846
|
# @!attribute [rw] messages
|
3272
2847
|
# An array of objects, each of which provides a message string and its
|
3273
2848
|
# type. You can specify the message string in plain text or in Speech
|
@@ -3295,34 +2870,6 @@ module Aws::LexModelBuildingService
|
|
3295
2870
|
include Aws::Structure
|
3296
2871
|
end
|
3297
2872
|
|
3298
|
-
# @note When making an API call, you may pass PutBotAliasRequest
|
3299
|
-
# data as a hash:
|
3300
|
-
#
|
3301
|
-
# {
|
3302
|
-
# name: "AliasName", # required
|
3303
|
-
# description: "Description",
|
3304
|
-
# bot_version: "Version", # required
|
3305
|
-
# bot_name: "BotName", # required
|
3306
|
-
# checksum: "String",
|
3307
|
-
# conversation_logs: {
|
3308
|
-
# log_settings: [ # required
|
3309
|
-
# {
|
3310
|
-
# log_type: "AUDIO", # required, accepts AUDIO, TEXT
|
3311
|
-
# destination: "CLOUDWATCH_LOGS", # required, accepts CLOUDWATCH_LOGS, S3
|
3312
|
-
# kms_key_arn: "KmsKeyArn",
|
3313
|
-
# resource_arn: "ResourceArn", # required
|
3314
|
-
# },
|
3315
|
-
# ],
|
3316
|
-
# iam_role_arn: "IamRoleArn", # required
|
3317
|
-
# },
|
3318
|
-
# tags: [
|
3319
|
-
# {
|
3320
|
-
# key: "TagKey", # required
|
3321
|
-
# value: "TagValue", # required
|
3322
|
-
# },
|
3323
|
-
# ],
|
3324
|
-
# }
|
3325
|
-
#
|
3326
2873
|
# @!attribute [rw] name
|
3327
2874
|
# The name of the alias. The name is *not* case sensitive.
|
3328
2875
|
# @return [String]
|
@@ -3431,57 +2978,6 @@ module Aws::LexModelBuildingService
|
|
3431
2978
|
include Aws::Structure
|
3432
2979
|
end
|
3433
2980
|
|
3434
|
-
# @note When making an API call, you may pass PutBotRequest
|
3435
|
-
# data as a hash:
|
3436
|
-
#
|
3437
|
-
# {
|
3438
|
-
# name: "BotName", # required
|
3439
|
-
# description: "Description",
|
3440
|
-
# intents: [
|
3441
|
-
# {
|
3442
|
-
# intent_name: "IntentName", # required
|
3443
|
-
# intent_version: "Version", # required
|
3444
|
-
# },
|
3445
|
-
# ],
|
3446
|
-
# enable_model_improvements: false,
|
3447
|
-
# nlu_intent_confidence_threshold: 1.0,
|
3448
|
-
# clarification_prompt: {
|
3449
|
-
# messages: [ # required
|
3450
|
-
# {
|
3451
|
-
# content_type: "PlainText", # required, accepts PlainText, SSML, CustomPayload
|
3452
|
-
# content: "ContentString", # required
|
3453
|
-
# group_number: 1,
|
3454
|
-
# },
|
3455
|
-
# ],
|
3456
|
-
# max_attempts: 1, # required
|
3457
|
-
# response_card: "ResponseCard",
|
3458
|
-
# },
|
3459
|
-
# abort_statement: {
|
3460
|
-
# messages: [ # required
|
3461
|
-
# {
|
3462
|
-
# content_type: "PlainText", # required, accepts PlainText, SSML, CustomPayload
|
3463
|
-
# content: "ContentString", # required
|
3464
|
-
# group_number: 1,
|
3465
|
-
# },
|
3466
|
-
# ],
|
3467
|
-
# response_card: "ResponseCard",
|
3468
|
-
# },
|
3469
|
-
# idle_session_ttl_in_seconds: 1,
|
3470
|
-
# voice_id: "String",
|
3471
|
-
# checksum: "String",
|
3472
|
-
# process_behavior: "SAVE", # accepts SAVE, BUILD
|
3473
|
-
# locale: "de-DE", # required, accepts de-DE, en-AU, en-GB, en-IN, en-US, es-419, es-ES, es-US, fr-FR, fr-CA, it-IT, ja-JP, ko-KR
|
3474
|
-
# child_directed: false, # required
|
3475
|
-
# detect_sentiment: false,
|
3476
|
-
# create_version: false,
|
3477
|
-
# tags: [
|
3478
|
-
# {
|
3479
|
-
# key: "TagKey", # required
|
3480
|
-
# value: "TagValue", # required
|
3481
|
-
# },
|
3482
|
-
# ],
|
3483
|
-
# }
|
3484
|
-
#
|
3485
2981
|
# @!attribute [rw] name
|
3486
2982
|
# The name of the bot. The name is *not* case sensitive.
|
3487
2983
|
# @return [String]
|
@@ -3950,131 +3446,6 @@ module Aws::LexModelBuildingService
|
|
3950
3446
|
include Aws::Structure
|
3951
3447
|
end
|
3952
3448
|
|
3953
|
-
# @note When making an API call, you may pass PutIntentRequest
|
3954
|
-
# data as a hash:
|
3955
|
-
#
|
3956
|
-
# {
|
3957
|
-
# name: "IntentName", # required
|
3958
|
-
# description: "Description",
|
3959
|
-
# slots: [
|
3960
|
-
# {
|
3961
|
-
# name: "SlotName", # required
|
3962
|
-
# description: "Description",
|
3963
|
-
# slot_constraint: "Required", # required, accepts Required, Optional
|
3964
|
-
# slot_type: "CustomOrBuiltinSlotTypeName",
|
3965
|
-
# slot_type_version: "Version",
|
3966
|
-
# value_elicitation_prompt: {
|
3967
|
-
# messages: [ # required
|
3968
|
-
# {
|
3969
|
-
# content_type: "PlainText", # required, accepts PlainText, SSML, CustomPayload
|
3970
|
-
# content: "ContentString", # required
|
3971
|
-
# group_number: 1,
|
3972
|
-
# },
|
3973
|
-
# ],
|
3974
|
-
# max_attempts: 1, # required
|
3975
|
-
# response_card: "ResponseCard",
|
3976
|
-
# },
|
3977
|
-
# priority: 1,
|
3978
|
-
# sample_utterances: ["Utterance"],
|
3979
|
-
# response_card: "ResponseCard",
|
3980
|
-
# obfuscation_setting: "NONE", # accepts NONE, DEFAULT_OBFUSCATION
|
3981
|
-
# default_value_spec: {
|
3982
|
-
# default_value_list: [ # required
|
3983
|
-
# {
|
3984
|
-
# default_value: "SlotDefaultValueString", # required
|
3985
|
-
# },
|
3986
|
-
# ],
|
3987
|
-
# },
|
3988
|
-
# },
|
3989
|
-
# ],
|
3990
|
-
# sample_utterances: ["Utterance"],
|
3991
|
-
# confirmation_prompt: {
|
3992
|
-
# messages: [ # required
|
3993
|
-
# {
|
3994
|
-
# content_type: "PlainText", # required, accepts PlainText, SSML, CustomPayload
|
3995
|
-
# content: "ContentString", # required
|
3996
|
-
# group_number: 1,
|
3997
|
-
# },
|
3998
|
-
# ],
|
3999
|
-
# max_attempts: 1, # required
|
4000
|
-
# response_card: "ResponseCard",
|
4001
|
-
# },
|
4002
|
-
# rejection_statement: {
|
4003
|
-
# messages: [ # required
|
4004
|
-
# {
|
4005
|
-
# content_type: "PlainText", # required, accepts PlainText, SSML, CustomPayload
|
4006
|
-
# content: "ContentString", # required
|
4007
|
-
# group_number: 1,
|
4008
|
-
# },
|
4009
|
-
# ],
|
4010
|
-
# response_card: "ResponseCard",
|
4011
|
-
# },
|
4012
|
-
# follow_up_prompt: {
|
4013
|
-
# prompt: { # required
|
4014
|
-
# messages: [ # required
|
4015
|
-
# {
|
4016
|
-
# content_type: "PlainText", # required, accepts PlainText, SSML, CustomPayload
|
4017
|
-
# content: "ContentString", # required
|
4018
|
-
# group_number: 1,
|
4019
|
-
# },
|
4020
|
-
# ],
|
4021
|
-
# max_attempts: 1, # required
|
4022
|
-
# response_card: "ResponseCard",
|
4023
|
-
# },
|
4024
|
-
# rejection_statement: { # required
|
4025
|
-
# messages: [ # required
|
4026
|
-
# {
|
4027
|
-
# content_type: "PlainText", # required, accepts PlainText, SSML, CustomPayload
|
4028
|
-
# content: "ContentString", # required
|
4029
|
-
# group_number: 1,
|
4030
|
-
# },
|
4031
|
-
# ],
|
4032
|
-
# response_card: "ResponseCard",
|
4033
|
-
# },
|
4034
|
-
# },
|
4035
|
-
# conclusion_statement: {
|
4036
|
-
# messages: [ # required
|
4037
|
-
# {
|
4038
|
-
# content_type: "PlainText", # required, accepts PlainText, SSML, CustomPayload
|
4039
|
-
# content: "ContentString", # required
|
4040
|
-
# group_number: 1,
|
4041
|
-
# },
|
4042
|
-
# ],
|
4043
|
-
# response_card: "ResponseCard",
|
4044
|
-
# },
|
4045
|
-
# dialog_code_hook: {
|
4046
|
-
# uri: "LambdaARN", # required
|
4047
|
-
# message_version: "MessageVersion", # required
|
4048
|
-
# },
|
4049
|
-
# fulfillment_activity: {
|
4050
|
-
# type: "ReturnIntent", # required, accepts ReturnIntent, CodeHook
|
4051
|
-
# code_hook: {
|
4052
|
-
# uri: "LambdaARN", # required
|
4053
|
-
# message_version: "MessageVersion", # required
|
4054
|
-
# },
|
4055
|
-
# },
|
4056
|
-
# parent_intent_signature: "BuiltinIntentSignature",
|
4057
|
-
# checksum: "String",
|
4058
|
-
# create_version: false,
|
4059
|
-
# kendra_configuration: {
|
4060
|
-
# kendra_index: "KendraIndexArn", # required
|
4061
|
-
# query_filter_string: "QueryFilterString",
|
4062
|
-
# role: "roleArn", # required
|
4063
|
-
# },
|
4064
|
-
# input_contexts: [
|
4065
|
-
# {
|
4066
|
-
# name: "InputContextName", # required
|
4067
|
-
# },
|
4068
|
-
# ],
|
4069
|
-
# output_contexts: [
|
4070
|
-
# {
|
4071
|
-
# name: "OutputContextName", # required
|
4072
|
-
# time_to_live_in_seconds: 1, # required
|
4073
|
-
# turns_to_live: 1, # required
|
4074
|
-
# },
|
4075
|
-
# ],
|
4076
|
-
# }
|
4077
|
-
#
|
4078
3449
|
# @!attribute [rw] name
|
4079
3450
|
# The name of the intent. The name is *not* case sensitive.
|
4080
3451
|
#
|
@@ -4392,31 +3763,6 @@ module Aws::LexModelBuildingService
|
|
4392
3763
|
include Aws::Structure
|
4393
3764
|
end
|
4394
3765
|
|
4395
|
-
# @note When making an API call, you may pass PutSlotTypeRequest
|
4396
|
-
# data as a hash:
|
4397
|
-
#
|
4398
|
-
# {
|
4399
|
-
# name: "SlotTypeName", # required
|
4400
|
-
# description: "Description",
|
4401
|
-
# enumeration_values: [
|
4402
|
-
# {
|
4403
|
-
# value: "Value", # required
|
4404
|
-
# synonyms: ["Value"],
|
4405
|
-
# },
|
4406
|
-
# ],
|
4407
|
-
# checksum: "String",
|
4408
|
-
# value_selection_strategy: "ORIGINAL_VALUE", # accepts ORIGINAL_VALUE, TOP_RESOLUTION
|
4409
|
-
# create_version: false,
|
4410
|
-
# parent_slot_type_signature: "CustomOrBuiltinSlotTypeName",
|
4411
|
-
# slot_type_configurations: [
|
4412
|
-
# {
|
4413
|
-
# regex_configuration: {
|
4414
|
-
# pattern: "RegexPattern", # required
|
4415
|
-
# },
|
4416
|
-
# },
|
4417
|
-
# ],
|
4418
|
-
# }
|
4419
|
-
#
|
4420
3766
|
# @!attribute [rw] name
|
4421
3767
|
# The name of the slot type. The name is *not* case sensitive.
|
4422
3768
|
#
|
@@ -4645,39 +3991,6 @@ module Aws::LexModelBuildingService
|
|
4645
3991
|
|
4646
3992
|
# Identifies the version of a specific slot.
|
4647
3993
|
#
|
4648
|
-
# @note When making an API call, you may pass Slot
|
4649
|
-
# data as a hash:
|
4650
|
-
#
|
4651
|
-
# {
|
4652
|
-
# name: "SlotName", # required
|
4653
|
-
# description: "Description",
|
4654
|
-
# slot_constraint: "Required", # required, accepts Required, Optional
|
4655
|
-
# slot_type: "CustomOrBuiltinSlotTypeName",
|
4656
|
-
# slot_type_version: "Version",
|
4657
|
-
# value_elicitation_prompt: {
|
4658
|
-
# messages: [ # required
|
4659
|
-
# {
|
4660
|
-
# content_type: "PlainText", # required, accepts PlainText, SSML, CustomPayload
|
4661
|
-
# content: "ContentString", # required
|
4662
|
-
# group_number: 1,
|
4663
|
-
# },
|
4664
|
-
# ],
|
4665
|
-
# max_attempts: 1, # required
|
4666
|
-
# response_card: "ResponseCard",
|
4667
|
-
# },
|
4668
|
-
# priority: 1,
|
4669
|
-
# sample_utterances: ["Utterance"],
|
4670
|
-
# response_card: "ResponseCard",
|
4671
|
-
# obfuscation_setting: "NONE", # accepts NONE, DEFAULT_OBFUSCATION
|
4672
|
-
# default_value_spec: {
|
4673
|
-
# default_value_list: [ # required
|
4674
|
-
# {
|
4675
|
-
# default_value: "SlotDefaultValueString", # required
|
4676
|
-
# },
|
4677
|
-
# ],
|
4678
|
-
# },
|
4679
|
-
# }
|
4680
|
-
#
|
4681
3994
|
# @!attribute [rw] name
|
4682
3995
|
# The name of the slot.
|
4683
3996
|
# @return [String]
|
@@ -4767,13 +4080,6 @@ module Aws::LexModelBuildingService
|
|
4767
4080
|
|
4768
4081
|
# A default value for a slot.
|
4769
4082
|
#
|
4770
|
-
# @note When making an API call, you may pass SlotDefaultValue
|
4771
|
-
# data as a hash:
|
4772
|
-
#
|
4773
|
-
# {
|
4774
|
-
# default_value: "SlotDefaultValueString", # required
|
4775
|
-
# }
|
4776
|
-
#
|
4777
4083
|
# @!attribute [rw] default_value
|
4778
4084
|
# The default value for the slot. You can specify one of the
|
4779
4085
|
# following:
|
@@ -4798,17 +4104,6 @@ module Aws::LexModelBuildingService
|
|
4798
4104
|
# Contains the default values for a slot. Default values are used when
|
4799
4105
|
# Amazon Lex hasn't determined a value for a slot.
|
4800
4106
|
#
|
4801
|
-
# @note When making an API call, you may pass SlotDefaultValueSpec
|
4802
|
-
# data as a hash:
|
4803
|
-
#
|
4804
|
-
# {
|
4805
|
-
# default_value_list: [ # required
|
4806
|
-
# {
|
4807
|
-
# default_value: "SlotDefaultValueString", # required
|
4808
|
-
# },
|
4809
|
-
# ],
|
4810
|
-
# }
|
4811
|
-
#
|
4812
4107
|
# @!attribute [rw] default_value_list
|
4813
4108
|
# The default values for a slot. You can specify more than one
|
4814
4109
|
# default. For example, you can specify a default value to use from a
|
@@ -4830,15 +4125,6 @@ module Aws::LexModelBuildingService
|
|
4830
4125
|
|
4831
4126
|
# Provides configuration information for a slot type.
|
4832
4127
|
#
|
4833
|
-
# @note When making an API call, you may pass SlotTypeConfiguration
|
4834
|
-
# data as a hash:
|
4835
|
-
#
|
4836
|
-
# {
|
4837
|
-
# regex_configuration: {
|
4838
|
-
# pattern: "RegexPattern", # required
|
4839
|
-
# },
|
4840
|
-
# }
|
4841
|
-
#
|
4842
4128
|
# @!attribute [rw] regex_configuration
|
4843
4129
|
# A regular expression used to validate the value of a slot.
|
4844
4130
|
# @return [Types::SlotTypeRegexConfiguration]
|
@@ -4888,13 +4174,6 @@ module Aws::LexModelBuildingService
|
|
4888
4174
|
|
4889
4175
|
# Provides a regular expression used to validate the value of a slot.
|
4890
4176
|
#
|
4891
|
-
# @note When making an API call, you may pass SlotTypeRegexConfiguration
|
4892
|
-
# data as a hash:
|
4893
|
-
#
|
4894
|
-
# {
|
4895
|
-
# pattern: "RegexPattern", # required
|
4896
|
-
# }
|
4897
|
-
#
|
4898
4177
|
# @!attribute [rw] pattern
|
4899
4178
|
# A regular expression used to validate the value of a slot.
|
4900
4179
|
#
|
@@ -4925,21 +4204,6 @@ module Aws::LexModelBuildingService
|
|
4925
4204
|
include Aws::Structure
|
4926
4205
|
end
|
4927
4206
|
|
4928
|
-
# @note When making an API call, you may pass StartImportRequest
|
4929
|
-
# data as a hash:
|
4930
|
-
#
|
4931
|
-
# {
|
4932
|
-
# payload: "data", # required
|
4933
|
-
# resource_type: "BOT", # required, accepts BOT, INTENT, SLOT_TYPE
|
4934
|
-
# merge_strategy: "OVERWRITE_LATEST", # required, accepts OVERWRITE_LATEST, FAIL_ON_CONFLICT
|
4935
|
-
# tags: [
|
4936
|
-
# {
|
4937
|
-
# key: "TagKey", # required
|
4938
|
-
# value: "TagValue", # required
|
4939
|
-
# },
|
4940
|
-
# ],
|
4941
|
-
# }
|
4942
|
-
#
|
4943
4207
|
# @!attribute [rw] payload
|
4944
4208
|
# A zip archive in binary format. The archive should contain one file,
|
4945
4209
|
# a JSON file containing the resource to import. The resource should
|
@@ -5031,17 +4295,6 @@ module Aws::LexModelBuildingService
|
|
5031
4295
|
include Aws::Structure
|
5032
4296
|
end
|
5033
4297
|
|
5034
|
-
# @note When making an API call, you may pass StartMigrationRequest
|
5035
|
-
# data as a hash:
|
5036
|
-
#
|
5037
|
-
# {
|
5038
|
-
# v1_bot_name: "BotName", # required
|
5039
|
-
# v1_bot_version: "Version", # required
|
5040
|
-
# v2_bot_name: "V2BotName", # required
|
5041
|
-
# v2_bot_role: "IamRoleArn", # required
|
5042
|
-
# migration_strategy: "CREATE_NEW", # required, accepts CREATE_NEW, UPDATE_EXISTING
|
5043
|
-
# }
|
5044
|
-
#
|
5045
4298
|
# @!attribute [rw] v1_bot_name
|
5046
4299
|
# The name of the Amazon Lex V1 bot that you are migrating to Amazon
|
5047
4300
|
# Lex V2.
|
@@ -5143,20 +4396,6 @@ module Aws::LexModelBuildingService
|
|
5143
4396
|
# A collection of messages that convey information to the user. At
|
5144
4397
|
# runtime, Amazon Lex selects the message to convey.
|
5145
4398
|
#
|
5146
|
-
# @note When making an API call, you may pass Statement
|
5147
|
-
# data as a hash:
|
5148
|
-
#
|
5149
|
-
# {
|
5150
|
-
# messages: [ # required
|
5151
|
-
# {
|
5152
|
-
# content_type: "PlainText", # required, accepts PlainText, SSML, CustomPayload
|
5153
|
-
# content: "ContentString", # required
|
5154
|
-
# group_number: 1,
|
5155
|
-
# },
|
5156
|
-
# ],
|
5157
|
-
# response_card: "ResponseCard",
|
5158
|
-
# }
|
5159
|
-
#
|
5160
4399
|
# @!attribute [rw] messages
|
5161
4400
|
# A collection of message objects.
|
5162
4401
|
# @return [Array<Types::Message>]
|
@@ -5185,14 +4424,6 @@ module Aws::LexModelBuildingService
|
|
5185
4424
|
# channel. Tag keys and values can consist of Unicode letters, digits,
|
5186
4425
|
# white space, and any of the following symbols: \_ . : / = + - @.
|
5187
4426
|
#
|
5188
|
-
# @note When making an API call, you may pass Tag
|
5189
|
-
# data as a hash:
|
5190
|
-
#
|
5191
|
-
# {
|
5192
|
-
# key: "TagKey", # required
|
5193
|
-
# value: "TagValue", # required
|
5194
|
-
# }
|
5195
|
-
#
|
5196
4427
|
# @!attribute [rw] key
|
5197
4428
|
# The key for the tag. Keys are not case-sensitive and must be unique.
|
5198
4429
|
# @return [String]
|
@@ -5211,19 +4442,6 @@ module Aws::LexModelBuildingService
|
|
5211
4442
|
include Aws::Structure
|
5212
4443
|
end
|
5213
4444
|
|
5214
|
-
# @note When making an API call, you may pass TagResourceRequest
|
5215
|
-
# data as a hash:
|
5216
|
-
#
|
5217
|
-
# {
|
5218
|
-
# resource_arn: "AmazonResourceName", # required
|
5219
|
-
# tags: [ # required
|
5220
|
-
# {
|
5221
|
-
# key: "TagKey", # required
|
5222
|
-
# value: "TagValue", # required
|
5223
|
-
# },
|
5224
|
-
# ],
|
5225
|
-
# }
|
5226
|
-
#
|
5227
4445
|
# @!attribute [rw] resource_arn
|
5228
4446
|
# The Amazon Resource Name (ARN) of the bot, bot alias, or bot channel
|
5229
4447
|
# to tag.
|
@@ -5247,14 +4465,6 @@ module Aws::LexModelBuildingService
|
|
5247
4465
|
#
|
5248
4466
|
class TagResourceResponse < Aws::EmptyStructure; end
|
5249
4467
|
|
5250
|
-
# @note When making an API call, you may pass UntagResourceRequest
|
5251
|
-
# data as a hash:
|
5252
|
-
#
|
5253
|
-
# {
|
5254
|
-
# resource_arn: "AmazonResourceName", # required
|
5255
|
-
# tag_keys: ["TagKey"], # required
|
5256
|
-
# }
|
5257
|
-
#
|
5258
4468
|
# @!attribute [rw] resource_arn
|
5259
4469
|
# The Amazon Resource Name (ARN) of the resource to remove the tags
|
5260
4470
|
# from.
|