transferito
/
vendor
/
aws
/
aws-sdk-php
/
src
/
LexModelBuildingService
/
LexModelBuildingServiceClient.php
LexModelBuildingServiceClient.php
94 lines
| 1 | <?php |
| 2 | namespace Aws\LexModelBuildingService; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Amazon Lex Model Building Service** service. |
| 8 | * @method \Aws\Result createBotVersion(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise createBotVersionAsync(array $args = []) |
| 10 | * @method \Aws\Result createIntentVersion(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise createIntentVersionAsync(array $args = []) |
| 12 | * @method \Aws\Result createSlotTypeVersion(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise createSlotTypeVersionAsync(array $args = []) |
| 14 | * @method \Aws\Result deleteBot(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise deleteBotAsync(array $args = []) |
| 16 | * @method \Aws\Result deleteBotAlias(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise deleteBotAliasAsync(array $args = []) |
| 18 | * @method \Aws\Result deleteBotChannelAssociation(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise deleteBotChannelAssociationAsync(array $args = []) |
| 20 | * @method \Aws\Result deleteBotVersion(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise deleteBotVersionAsync(array $args = []) |
| 22 | * @method \Aws\Result deleteIntent(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise deleteIntentAsync(array $args = []) |
| 24 | * @method \Aws\Result deleteIntentVersion(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise deleteIntentVersionAsync(array $args = []) |
| 26 | * @method \Aws\Result deleteSlotType(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise deleteSlotTypeAsync(array $args = []) |
| 28 | * @method \Aws\Result deleteSlotTypeVersion(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise deleteSlotTypeVersionAsync(array $args = []) |
| 30 | * @method \Aws\Result deleteUtterances(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise deleteUtterancesAsync(array $args = []) |
| 32 | * @method \Aws\Result getBot(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise getBotAsync(array $args = []) |
| 34 | * @method \Aws\Result getBotAlias(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise getBotAliasAsync(array $args = []) |
| 36 | * @method \Aws\Result getBotAliases(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise getBotAliasesAsync(array $args = []) |
| 38 | * @method \Aws\Result getBotChannelAssociation(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise getBotChannelAssociationAsync(array $args = []) |
| 40 | * @method \Aws\Result getBotChannelAssociations(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise getBotChannelAssociationsAsync(array $args = []) |
| 42 | * @method \Aws\Result getBotVersions(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise getBotVersionsAsync(array $args = []) |
| 44 | * @method \Aws\Result getBots(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise getBotsAsync(array $args = []) |
| 46 | * @method \Aws\Result getBuiltinIntent(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise getBuiltinIntentAsync(array $args = []) |
| 48 | * @method \Aws\Result getBuiltinIntents(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise getBuiltinIntentsAsync(array $args = []) |
| 50 | * @method \Aws\Result getBuiltinSlotTypes(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise getBuiltinSlotTypesAsync(array $args = []) |
| 52 | * @method \Aws\Result getExport(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise getExportAsync(array $args = []) |
| 54 | * @method \Aws\Result getImport(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise getImportAsync(array $args = []) |
| 56 | * @method \Aws\Result getIntent(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise getIntentAsync(array $args = []) |
| 58 | * @method \Aws\Result getIntentVersions(array $args = []) |
| 59 | * @method \GuzzleHttp\Promise\Promise getIntentVersionsAsync(array $args = []) |
| 60 | * @method \Aws\Result getIntents(array $args = []) |
| 61 | * @method \GuzzleHttp\Promise\Promise getIntentsAsync(array $args = []) |
| 62 | * @method \Aws\Result getMigration(array $args = []) |
| 63 | * @method \GuzzleHttp\Promise\Promise getMigrationAsync(array $args = []) |
| 64 | * @method \Aws\Result getMigrations(array $args = []) |
| 65 | * @method \GuzzleHttp\Promise\Promise getMigrationsAsync(array $args = []) |
| 66 | * @method \Aws\Result getSlotType(array $args = []) |
| 67 | * @method \GuzzleHttp\Promise\Promise getSlotTypeAsync(array $args = []) |
| 68 | * @method \Aws\Result getSlotTypeVersions(array $args = []) |
| 69 | * @method \GuzzleHttp\Promise\Promise getSlotTypeVersionsAsync(array $args = []) |
| 70 | * @method \Aws\Result getSlotTypes(array $args = []) |
| 71 | * @method \GuzzleHttp\Promise\Promise getSlotTypesAsync(array $args = []) |
| 72 | * @method \Aws\Result getUtterancesView(array $args = []) |
| 73 | * @method \GuzzleHttp\Promise\Promise getUtterancesViewAsync(array $args = []) |
| 74 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 75 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 76 | * @method \Aws\Result putBot(array $args = []) |
| 77 | * @method \GuzzleHttp\Promise\Promise putBotAsync(array $args = []) |
| 78 | * @method \Aws\Result putBotAlias(array $args = []) |
| 79 | * @method \GuzzleHttp\Promise\Promise putBotAliasAsync(array $args = []) |
| 80 | * @method \Aws\Result putIntent(array $args = []) |
| 81 | * @method \GuzzleHttp\Promise\Promise putIntentAsync(array $args = []) |
| 82 | * @method \Aws\Result putSlotType(array $args = []) |
| 83 | * @method \GuzzleHttp\Promise\Promise putSlotTypeAsync(array $args = []) |
| 84 | * @method \Aws\Result startImport(array $args = []) |
| 85 | * @method \GuzzleHttp\Promise\Promise startImportAsync(array $args = []) |
| 86 | * @method \Aws\Result startMigration(array $args = []) |
| 87 | * @method \GuzzleHttp\Promise\Promise startMigrationAsync(array $args = []) |
| 88 | * @method \Aws\Result tagResource(array $args = []) |
| 89 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 90 | * @method \Aws\Result untagResource(array $args = []) |
| 91 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 92 | */ |
| 93 | class LexModelBuildingServiceClient extends AwsClient {} |
| 94 |