summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/LexModelsV2/LexModelsV2Client.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/LexModelsV2/LexModelsV2Client.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/LexModelsV2/LexModelsV2Client.php153
1 files changed, 153 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/LexModelsV2/LexModelsV2Client.php b/vendor/aws/aws-sdk-php/src/LexModelsV2/LexModelsV2Client.php
new file mode 100644
index 0000000..a84ebc2
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/LexModelsV2/LexModelsV2Client.php
@@ -0,0 +1,153 @@
+<?php
+namespace Aws\LexModelsV2;
+
+use Aws\AwsClient;
+use Aws\CommandInterface;
+use Psr\Http\Message\RequestInterface;
+
+/**
+ * This client is used to interact with the **Amazon Lex Model Building V2** service.
+ * @method \Aws\Result batchCreateCustomVocabularyItem(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchCreateCustomVocabularyItemAsync(array $args = [])
+ * @method \Aws\Result batchDeleteCustomVocabularyItem(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchDeleteCustomVocabularyItemAsync(array $args = [])
+ * @method \Aws\Result batchUpdateCustomVocabularyItem(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchUpdateCustomVocabularyItemAsync(array $args = [])
+ * @method \Aws\Result buildBotLocale(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise buildBotLocaleAsync(array $args = [])
+ * @method \Aws\Result createBot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createBotAsync(array $args = [])
+ * @method \Aws\Result createBotAlias(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createBotAliasAsync(array $args = [])
+ * @method \Aws\Result createBotLocale(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createBotLocaleAsync(array $args = [])
+ * @method \Aws\Result createBotVersion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createBotVersionAsync(array $args = [])
+ * @method \Aws\Result createExport(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createExportAsync(array $args = [])
+ * @method \Aws\Result createIntent(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createIntentAsync(array $args = [])
+ * @method \Aws\Result createResourcePolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createResourcePolicyAsync(array $args = [])
+ * @method \Aws\Result createResourcePolicyStatement(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createResourcePolicyStatementAsync(array $args = [])
+ * @method \Aws\Result createSlot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createSlotAsync(array $args = [])
+ * @method \Aws\Result createSlotType(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createSlotTypeAsync(array $args = [])
+ * @method \Aws\Result createUploadUrl(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createUploadUrlAsync(array $args = [])
+ * @method \Aws\Result deleteBot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteBotAsync(array $args = [])
+ * @method \Aws\Result deleteBotAlias(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteBotAliasAsync(array $args = [])
+ * @method \Aws\Result deleteBotLocale(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteBotLocaleAsync(array $args = [])
+ * @method \Aws\Result deleteBotVersion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteBotVersionAsync(array $args = [])
+ * @method \Aws\Result deleteCustomVocabulary(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteCustomVocabularyAsync(array $args = [])
+ * @method \Aws\Result deleteExport(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteExportAsync(array $args = [])
+ * @method \Aws\Result deleteImport(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteImportAsync(array $args = [])
+ * @method \Aws\Result deleteIntent(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteIntentAsync(array $args = [])
+ * @method \Aws\Result deleteResourcePolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = [])
+ * @method \Aws\Result deleteResourcePolicyStatement(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteResourcePolicyStatementAsync(array $args = [])
+ * @method \Aws\Result deleteSlot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteSlotAsync(array $args = [])
+ * @method \Aws\Result deleteSlotType(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteSlotTypeAsync(array $args = [])
+ * @method \Aws\Result deleteUtterances(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteUtterancesAsync(array $args = [])
+ * @method \Aws\Result describeBot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeBotAsync(array $args = [])
+ * @method \Aws\Result describeBotAlias(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeBotAliasAsync(array $args = [])
+ * @method \Aws\Result describeBotLocale(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeBotLocaleAsync(array $args = [])
+ * @method \Aws\Result describeBotRecommendation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeBotRecommendationAsync(array $args = [])
+ * @method \Aws\Result describeBotVersion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeBotVersionAsync(array $args = [])
+ * @method \Aws\Result describeCustomVocabularyMetadata(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeCustomVocabularyMetadataAsync(array $args = [])
+ * @method \Aws\Result describeExport(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeExportAsync(array $args = [])
+ * @method \Aws\Result describeImport(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeImportAsync(array $args = [])
+ * @method \Aws\Result describeIntent(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeIntentAsync(array $args = [])
+ * @method \Aws\Result describeResourcePolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeResourcePolicyAsync(array $args = [])
+ * @method \Aws\Result describeSlot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeSlotAsync(array $args = [])
+ * @method \Aws\Result describeSlotType(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeSlotTypeAsync(array $args = [])
+ * @method \Aws\Result listAggregatedUtterances(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listAggregatedUtterancesAsync(array $args = [])
+ * @method \Aws\Result listBotAliases(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listBotAliasesAsync(array $args = [])
+ * @method \Aws\Result listBotLocales(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listBotLocalesAsync(array $args = [])
+ * @method \Aws\Result listBotRecommendations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listBotRecommendationsAsync(array $args = [])
+ * @method \Aws\Result listBotVersions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listBotVersionsAsync(array $args = [])
+ * @method \Aws\Result listBots(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listBotsAsync(array $args = [])
+ * @method \Aws\Result listBuiltInIntents(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listBuiltInIntentsAsync(array $args = [])
+ * @method \Aws\Result listBuiltInSlotTypes(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listBuiltInSlotTypesAsync(array $args = [])
+ * @method \Aws\Result listCustomVocabularyItems(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listCustomVocabularyItemsAsync(array $args = [])
+ * @method \Aws\Result listExports(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listExportsAsync(array $args = [])
+ * @method \Aws\Result listImports(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listImportsAsync(array $args = [])
+ * @method \Aws\Result listIntents(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listIntentsAsync(array $args = [])
+ * @method \Aws\Result listRecommendedIntents(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listRecommendedIntentsAsync(array $args = [])
+ * @method \Aws\Result listSlotTypes(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listSlotTypesAsync(array $args = [])
+ * @method \Aws\Result listSlots(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listSlotsAsync(array $args = [])
+ * @method \Aws\Result listTagsForResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
+ * @method \Aws\Result searchAssociatedTranscripts(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise searchAssociatedTranscriptsAsync(array $args = [])
+ * @method \Aws\Result startBotRecommendation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startBotRecommendationAsync(array $args = [])
+ * @method \Aws\Result startImport(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startImportAsync(array $args = [])
+ * @method \Aws\Result stopBotRecommendation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise stopBotRecommendationAsync(array $args = [])
+ * @method \Aws\Result tagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
+ * @method \Aws\Result untagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
+ * @method \Aws\Result updateBot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateBotAsync(array $args = [])
+ * @method \Aws\Result updateBotAlias(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateBotAliasAsync(array $args = [])
+ * @method \Aws\Result updateBotLocale(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateBotLocaleAsync(array $args = [])
+ * @method \Aws\Result updateBotRecommendation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateBotRecommendationAsync(array $args = [])
+ * @method \Aws\Result updateExport(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateExportAsync(array $args = [])
+ * @method \Aws\Result updateIntent(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateIntentAsync(array $args = [])
+ * @method \Aws\Result updateResourcePolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateResourcePolicyAsync(array $args = [])
+ * @method \Aws\Result updateSlot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateSlotAsync(array $args = [])
+ * @method \Aws\Result updateSlotType(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateSlotTypeAsync(array $args = [])
+ */
+class LexModelsV2Client extends AwsClient {}