Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/LexModelBuildingService/LexModelBuildingServiceClient.php
Строк: 135
<?php
namespace AwsLexModelBuildingService;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon Lex Model Building Service** service.
* @method AwsResult createBotVersion(array $args = [])
* @method GuzzleHttpPromisePromise createBotVersionAsync(array $args = [])
* @method AwsResult createIntentVersion(array $args = [])
* @method GuzzleHttpPromisePromise createIntentVersionAsync(array $args = [])
* @method AwsResult createSlotTypeVersion(array $args = [])
* @method GuzzleHttpPromisePromise createSlotTypeVersionAsync(array $args = [])
* @method AwsResult deleteBot(array $args = [])
* @method GuzzleHttpPromisePromise deleteBotAsync(array $args = [])
* @method AwsResult deleteBotAlias(array $args = [])
* @method GuzzleHttpPromisePromise deleteBotAliasAsync(array $args = [])
* @method AwsResult deleteBotChannelAssociation(array $args = [])
* @method GuzzleHttpPromisePromise deleteBotChannelAssociationAsync(array $args = [])
* @method AwsResult deleteBotVersion(array $args = [])
* @method GuzzleHttpPromisePromise deleteBotVersionAsync(array $args = [])
* @method AwsResult deleteIntent(array $args = [])
* @method GuzzleHttpPromisePromise deleteIntentAsync(array $args = [])
* @method AwsResult deleteIntentVersion(array $args = [])
* @method GuzzleHttpPromisePromise deleteIntentVersionAsync(array $args = [])
* @method AwsResult deleteSlotType(array $args = [])
* @method GuzzleHttpPromisePromise deleteSlotTypeAsync(array $args = [])
* @method AwsResult deleteSlotTypeVersion(array $args = [])
* @method GuzzleHttpPromisePromise deleteSlotTypeVersionAsync(array $args = [])
* @method AwsResult deleteUtterances(array $args = [])
* @method GuzzleHttpPromisePromise deleteUtterancesAsync(array $args = [])
* @method AwsResult getBot(array $args = [])
* @method GuzzleHttpPromisePromise getBotAsync(array $args = [])
* @method AwsResult getBotAlias(array $args = [])
* @method GuzzleHttpPromisePromise getBotAliasAsync(array $args = [])
* @method AwsResult getBotAliases(array $args = [])
* @method GuzzleHttpPromisePromise getBotAliasesAsync(array $args = [])
* @method AwsResult getBotChannelAssociation(array $args = [])
* @method GuzzleHttpPromisePromise getBotChannelAssociationAsync(array $args = [])
* @method AwsResult getBotChannelAssociations(array $args = [])
* @method GuzzleHttpPromisePromise getBotChannelAssociationsAsync(array $args = [])
* @method AwsResult getBotVersions(array $args = [])
* @method GuzzleHttpPromisePromise getBotVersionsAsync(array $args = [])
* @method AwsResult getBots(array $args = [])
* @method GuzzleHttpPromisePromise getBotsAsync(array $args = [])
* @method AwsResult getBuiltinIntent(array $args = [])
* @method GuzzleHttpPromisePromise getBuiltinIntentAsync(array $args = [])
* @method AwsResult getBuiltinIntents(array $args = [])
* @method GuzzleHttpPromisePromise getBuiltinIntentsAsync(array $args = [])
* @method AwsResult getBuiltinSlotTypes(array $args = [])
* @method GuzzleHttpPromisePromise getBuiltinSlotTypesAsync(array $args = [])
* @method AwsResult getExport(array $args = [])
* @method GuzzleHttpPromisePromise getExportAsync(array $args = [])
* @method AwsResult getImport(array $args = [])
* @method GuzzleHttpPromisePromise getImportAsync(array $args = [])
* @method AwsResult getIntent(array $args = [])
* @method GuzzleHttpPromisePromise getIntentAsync(array $args = [])
* @method AwsResult getIntentVersions(array $args = [])
* @method GuzzleHttpPromisePromise getIntentVersionsAsync(array $args = [])
* @method AwsResult getIntents(array $args = [])
* @method GuzzleHttpPromisePromise getIntentsAsync(array $args = [])
* @method AwsResult getSlotType(array $args = [])
* @method GuzzleHttpPromisePromise getSlotTypeAsync(array $args = [])
* @method AwsResult getSlotTypeVersions(array $args = [])
* @method GuzzleHttpPromisePromise getSlotTypeVersionsAsync(array $args = [])
* @method AwsResult getSlotTypes(array $args = [])
* @method GuzzleHttpPromisePromise getSlotTypesAsync(array $args = [])
* @method AwsResult getUtterancesView(array $args = [])
* @method GuzzleHttpPromisePromise getUtterancesViewAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult putBot(array $args = [])
* @method GuzzleHttpPromisePromise putBotAsync(array $args = [])
* @method AwsResult putBotAlias(array $args = [])
* @method GuzzleHttpPromisePromise putBotAliasAsync(array $args = [])
* @method AwsResult putIntent(array $args = [])
* @method GuzzleHttpPromisePromise putIntentAsync(array $args = [])
* @method AwsResult putSlotType(array $args = [])
* @method GuzzleHttpPromisePromise putSlotTypeAsync(array $args = [])
* @method AwsResult startImport(array $args = [])
* @method GuzzleHttpPromisePromise startImportAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
*/
class LexModelBuildingServiceClient extends AwsClient {}