Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\LexModelsV2;
3
 
4
use Aws\AwsClient;
5
use Aws\CommandInterface;
6
use Psr\Http\Message\RequestInterface;
7
 
8
/**
9
 * This client is used to interact with the **Amazon Lex Model Building V2** service.
10
 * @method \Aws\Result batchCreateCustomVocabularyItem(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise batchCreateCustomVocabularyItemAsync(array $args = [])
12
 * @method \Aws\Result batchDeleteCustomVocabularyItem(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise batchDeleteCustomVocabularyItemAsync(array $args = [])
14
 * @method \Aws\Result batchUpdateCustomVocabularyItem(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise batchUpdateCustomVocabularyItemAsync(array $args = [])
16
 * @method \Aws\Result buildBotLocale(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise buildBotLocaleAsync(array $args = [])
18
 * @method \Aws\Result createBot(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise createBotAsync(array $args = [])
20
 * @method \Aws\Result createBotAlias(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise createBotAliasAsync(array $args = [])
22
 * @method \Aws\Result createBotLocale(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise createBotLocaleAsync(array $args = [])
24
 * @method \Aws\Result createBotVersion(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise createBotVersionAsync(array $args = [])
26
 * @method \Aws\Result createExport(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise createExportAsync(array $args = [])
28
 * @method \Aws\Result createIntent(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise createIntentAsync(array $args = [])
30
 * @method \Aws\Result createResourcePolicy(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise createResourcePolicyAsync(array $args = [])
32
 * @method \Aws\Result createResourcePolicyStatement(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise createResourcePolicyStatementAsync(array $args = [])
34
 * @method \Aws\Result createSlot(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise createSlotAsync(array $args = [])
36
 * @method \Aws\Result createSlotType(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise createSlotTypeAsync(array $args = [])
38
 * @method \Aws\Result createTestSetDiscrepancyReport(array $args = [])
39
 * @method \GuzzleHttp\Promise\Promise createTestSetDiscrepancyReportAsync(array $args = [])
40
 * @method \Aws\Result createUploadUrl(array $args = [])
41
 * @method \GuzzleHttp\Promise\Promise createUploadUrlAsync(array $args = [])
42
 * @method \Aws\Result deleteBot(array $args = [])
43
 * @method \GuzzleHttp\Promise\Promise deleteBotAsync(array $args = [])
44
 * @method \Aws\Result deleteBotAlias(array $args = [])
45
 * @method \GuzzleHttp\Promise\Promise deleteBotAliasAsync(array $args = [])
46
 * @method \Aws\Result deleteBotLocale(array $args = [])
47
 * @method \GuzzleHttp\Promise\Promise deleteBotLocaleAsync(array $args = [])
48
 * @method \Aws\Result deleteBotVersion(array $args = [])
49
 * @method \GuzzleHttp\Promise\Promise deleteBotVersionAsync(array $args = [])
50
 * @method \Aws\Result deleteCustomVocabulary(array $args = [])
51
 * @method \GuzzleHttp\Promise\Promise deleteCustomVocabularyAsync(array $args = [])
52
 * @method \Aws\Result deleteExport(array $args = [])
53
 * @method \GuzzleHttp\Promise\Promise deleteExportAsync(array $args = [])
54
 * @method \Aws\Result deleteImport(array $args = [])
55
 * @method \GuzzleHttp\Promise\Promise deleteImportAsync(array $args = [])
56
 * @method \Aws\Result deleteIntent(array $args = [])
57
 * @method \GuzzleHttp\Promise\Promise deleteIntentAsync(array $args = [])
58
 * @method \Aws\Result deleteResourcePolicy(array $args = [])
59
 * @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = [])
60
 * @method \Aws\Result deleteResourcePolicyStatement(array $args = [])
61
 * @method \GuzzleHttp\Promise\Promise deleteResourcePolicyStatementAsync(array $args = [])
62
 * @method \Aws\Result deleteSlot(array $args = [])
63
 * @method \GuzzleHttp\Promise\Promise deleteSlotAsync(array $args = [])
64
 * @method \Aws\Result deleteSlotType(array $args = [])
65
 * @method \GuzzleHttp\Promise\Promise deleteSlotTypeAsync(array $args = [])
66
 * @method \Aws\Result deleteTestSet(array $args = [])
67
 * @method \GuzzleHttp\Promise\Promise deleteTestSetAsync(array $args = [])
68
 * @method \Aws\Result deleteUtterances(array $args = [])
69
 * @method \GuzzleHttp\Promise\Promise deleteUtterancesAsync(array $args = [])
70
 * @method \Aws\Result describeBot(array $args = [])
71
 * @method \GuzzleHttp\Promise\Promise describeBotAsync(array $args = [])
72
 * @method \Aws\Result describeBotAlias(array $args = [])
73
 * @method \GuzzleHttp\Promise\Promise describeBotAliasAsync(array $args = [])
74
 * @method \Aws\Result describeBotLocale(array $args = [])
75
 * @method \GuzzleHttp\Promise\Promise describeBotLocaleAsync(array $args = [])
76
 * @method \Aws\Result describeBotRecommendation(array $args = [])
77
 * @method \GuzzleHttp\Promise\Promise describeBotRecommendationAsync(array $args = [])
78
 * @method \Aws\Result describeBotVersion(array $args = [])
79
 * @method \GuzzleHttp\Promise\Promise describeBotVersionAsync(array $args = [])
80
 * @method \Aws\Result describeCustomVocabularyMetadata(array $args = [])
81
 * @method \GuzzleHttp\Promise\Promise describeCustomVocabularyMetadataAsync(array $args = [])
82
 * @method \Aws\Result describeExport(array $args = [])
83
 * @method \GuzzleHttp\Promise\Promise describeExportAsync(array $args = [])
84
 * @method \Aws\Result describeImport(array $args = [])
85
 * @method \GuzzleHttp\Promise\Promise describeImportAsync(array $args = [])
86
 * @method \Aws\Result describeIntent(array $args = [])
87
 * @method \GuzzleHttp\Promise\Promise describeIntentAsync(array $args = [])
88
 * @method \Aws\Result describeResourcePolicy(array $args = [])
89
 * @method \GuzzleHttp\Promise\Promise describeResourcePolicyAsync(array $args = [])
90
 * @method \Aws\Result describeSlot(array $args = [])
91
 * @method \GuzzleHttp\Promise\Promise describeSlotAsync(array $args = [])
92
 * @method \Aws\Result describeSlotType(array $args = [])
93
 * @method \GuzzleHttp\Promise\Promise describeSlotTypeAsync(array $args = [])
94
 * @method \Aws\Result describeTestExecution(array $args = [])
95
 * @method \GuzzleHttp\Promise\Promise describeTestExecutionAsync(array $args = [])
96
 * @method \Aws\Result describeTestSet(array $args = [])
97
 * @method \GuzzleHttp\Promise\Promise describeTestSetAsync(array $args = [])
98
 * @method \Aws\Result describeTestSetDiscrepancyReport(array $args = [])
99
 * @method \GuzzleHttp\Promise\Promise describeTestSetDiscrepancyReportAsync(array $args = [])
100
 * @method \Aws\Result describeTestSetGeneration(array $args = [])
101
 * @method \GuzzleHttp\Promise\Promise describeTestSetGenerationAsync(array $args = [])
102
 * @method \Aws\Result getTestExecutionArtifactsUrl(array $args = [])
103
 * @method \GuzzleHttp\Promise\Promise getTestExecutionArtifactsUrlAsync(array $args = [])
104
 * @method \Aws\Result listAggregatedUtterances(array $args = [])
105
 * @method \GuzzleHttp\Promise\Promise listAggregatedUtterancesAsync(array $args = [])
106
 * @method \Aws\Result listBotAliases(array $args = [])
107
 * @method \GuzzleHttp\Promise\Promise listBotAliasesAsync(array $args = [])
108
 * @method \Aws\Result listBotLocales(array $args = [])
109
 * @method \GuzzleHttp\Promise\Promise listBotLocalesAsync(array $args = [])
110
 * @method \Aws\Result listBotRecommendations(array $args = [])
111
 * @method \GuzzleHttp\Promise\Promise listBotRecommendationsAsync(array $args = [])
112
 * @method \Aws\Result listBotVersions(array $args = [])
113
 * @method \GuzzleHttp\Promise\Promise listBotVersionsAsync(array $args = [])
114
 * @method \Aws\Result listBots(array $args = [])
115
 * @method \GuzzleHttp\Promise\Promise listBotsAsync(array $args = [])
116
 * @method \Aws\Result listBuiltInIntents(array $args = [])
117
 * @method \GuzzleHttp\Promise\Promise listBuiltInIntentsAsync(array $args = [])
118
 * @method \Aws\Result listBuiltInSlotTypes(array $args = [])
119
 * @method \GuzzleHttp\Promise\Promise listBuiltInSlotTypesAsync(array $args = [])
120
 * @method \Aws\Result listCustomVocabularyItems(array $args = [])
121
 * @method \GuzzleHttp\Promise\Promise listCustomVocabularyItemsAsync(array $args = [])
122
 * @method \Aws\Result listExports(array $args = [])
123
 * @method \GuzzleHttp\Promise\Promise listExportsAsync(array $args = [])
124
 * @method \Aws\Result listImports(array $args = [])
125
 * @method \GuzzleHttp\Promise\Promise listImportsAsync(array $args = [])
126
 * @method \Aws\Result listIntentMetrics(array $args = [])
127
 * @method \GuzzleHttp\Promise\Promise listIntentMetricsAsync(array $args = [])
128
 * @method \Aws\Result listIntentPaths(array $args = [])
129
 * @method \GuzzleHttp\Promise\Promise listIntentPathsAsync(array $args = [])
130
 * @method \Aws\Result listIntentStageMetrics(array $args = [])
131
 * @method \GuzzleHttp\Promise\Promise listIntentStageMetricsAsync(array $args = [])
132
 * @method \Aws\Result listIntents(array $args = [])
133
 * @method \GuzzleHttp\Promise\Promise listIntentsAsync(array $args = [])
134
 * @method \Aws\Result listRecommendedIntents(array $args = [])
135
 * @method \GuzzleHttp\Promise\Promise listRecommendedIntentsAsync(array $args = [])
136
 * @method \Aws\Result listSessionAnalyticsData(array $args = [])
137
 * @method \GuzzleHttp\Promise\Promise listSessionAnalyticsDataAsync(array $args = [])
138
 * @method \Aws\Result listSessionMetrics(array $args = [])
139
 * @method \GuzzleHttp\Promise\Promise listSessionMetricsAsync(array $args = [])
140
 * @method \Aws\Result listSlotTypes(array $args = [])
141
 * @method \GuzzleHttp\Promise\Promise listSlotTypesAsync(array $args = [])
142
 * @method \Aws\Result listSlots(array $args = [])
143
 * @method \GuzzleHttp\Promise\Promise listSlotsAsync(array $args = [])
144
 * @method \Aws\Result listTagsForResource(array $args = [])
145
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
146
 * @method \Aws\Result listTestExecutionResultItems(array $args = [])
147
 * @method \GuzzleHttp\Promise\Promise listTestExecutionResultItemsAsync(array $args = [])
148
 * @method \Aws\Result listTestExecutions(array $args = [])
149
 * @method \GuzzleHttp\Promise\Promise listTestExecutionsAsync(array $args = [])
150
 * @method \Aws\Result listTestSetRecords(array $args = [])
151
 * @method \GuzzleHttp\Promise\Promise listTestSetRecordsAsync(array $args = [])
152
 * @method \Aws\Result listTestSets(array $args = [])
153
 * @method \GuzzleHttp\Promise\Promise listTestSetsAsync(array $args = [])
154
 * @method \Aws\Result listUtteranceAnalyticsData(array $args = [])
155
 * @method \GuzzleHttp\Promise\Promise listUtteranceAnalyticsDataAsync(array $args = [])
156
 * @method \Aws\Result listUtteranceMetrics(array $args = [])
157
 * @method \GuzzleHttp\Promise\Promise listUtteranceMetricsAsync(array $args = [])
158
 * @method \Aws\Result searchAssociatedTranscripts(array $args = [])
159
 * @method \GuzzleHttp\Promise\Promise searchAssociatedTranscriptsAsync(array $args = [])
160
 * @method \Aws\Result startBotRecommendation(array $args = [])
161
 * @method \GuzzleHttp\Promise\Promise startBotRecommendationAsync(array $args = [])
162
 * @method \Aws\Result startImport(array $args = [])
163
 * @method \GuzzleHttp\Promise\Promise startImportAsync(array $args = [])
164
 * @method \Aws\Result startTestExecution(array $args = [])
165
 * @method \GuzzleHttp\Promise\Promise startTestExecutionAsync(array $args = [])
166
 * @method \Aws\Result startTestSetGeneration(array $args = [])
167
 * @method \GuzzleHttp\Promise\Promise startTestSetGenerationAsync(array $args = [])
168
 * @method \Aws\Result stopBotRecommendation(array $args = [])
169
 * @method \GuzzleHttp\Promise\Promise stopBotRecommendationAsync(array $args = [])
170
 * @method \Aws\Result tagResource(array $args = [])
171
 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
172
 * @method \Aws\Result untagResource(array $args = [])
173
 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
174
 * @method \Aws\Result updateBot(array $args = [])
175
 * @method \GuzzleHttp\Promise\Promise updateBotAsync(array $args = [])
176
 * @method \Aws\Result updateBotAlias(array $args = [])
177
 * @method \GuzzleHttp\Promise\Promise updateBotAliasAsync(array $args = [])
178
 * @method \Aws\Result updateBotLocale(array $args = [])
179
 * @method \GuzzleHttp\Promise\Promise updateBotLocaleAsync(array $args = [])
180
 * @method \Aws\Result updateBotRecommendation(array $args = [])
181
 * @method \GuzzleHttp\Promise\Promise updateBotRecommendationAsync(array $args = [])
182
 * @method \Aws\Result updateExport(array $args = [])
183
 * @method \GuzzleHttp\Promise\Promise updateExportAsync(array $args = [])
184
 * @method \Aws\Result updateIntent(array $args = [])
185
 * @method \GuzzleHttp\Promise\Promise updateIntentAsync(array $args = [])
186
 * @method \Aws\Result updateResourcePolicy(array $args = [])
187
 * @method \GuzzleHttp\Promise\Promise updateResourcePolicyAsync(array $args = [])
188
 * @method \Aws\Result updateSlot(array $args = [])
189
 * @method \GuzzleHttp\Promise\Promise updateSlotAsync(array $args = [])
190
 * @method \Aws\Result updateSlotType(array $args = [])
191
 * @method \GuzzleHttp\Promise\Promise updateSlotTypeAsync(array $args = [])
192
 * @method \Aws\Result updateTestSet(array $args = [])
193
 * @method \GuzzleHttp\Promise\Promise updateTestSetAsync(array $args = [])
194
 */
195
class LexModelsV2Client extends AwsClient {}