From 8bec661288b276c98bdb0e773e5f4d5275dc4c87 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 20 Oct 2023 16:44:35 +0300 Subject: update AWK SDK --- .../src/LexModelsV2/LexModelsV2Client.php | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'vendor/aws/aws-sdk-php/src/LexModelsV2') diff --git a/vendor/aws/aws-sdk-php/src/LexModelsV2/LexModelsV2Client.php b/vendor/aws/aws-sdk-php/src/LexModelsV2/LexModelsV2Client.php index a84ebc2..f15f4ba 100644 --- a/vendor/aws/aws-sdk-php/src/LexModelsV2/LexModelsV2Client.php +++ b/vendor/aws/aws-sdk-php/src/LexModelsV2/LexModelsV2Client.php @@ -35,6 +35,8 @@ use Psr\Http\Message\RequestInterface; * @method \GuzzleHttp\Promise\Promise createSlotAsync(array $args = []) * @method \Aws\Result createSlotType(array $args = []) * @method \GuzzleHttp\Promise\Promise createSlotTypeAsync(array $args = []) + * @method \Aws\Result createTestSetDiscrepancyReport(array $args = []) + * @method \GuzzleHttp\Promise\Promise createTestSetDiscrepancyReportAsync(array $args = []) * @method \Aws\Result createUploadUrl(array $args = []) * @method \GuzzleHttp\Promise\Promise createUploadUrlAsync(array $args = []) * @method \Aws\Result deleteBot(array $args = []) @@ -61,6 +63,8 @@ use Psr\Http\Message\RequestInterface; * @method \GuzzleHttp\Promise\Promise deleteSlotAsync(array $args = []) * @method \Aws\Result deleteSlotType(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteSlotTypeAsync(array $args = []) + * @method \Aws\Result deleteTestSet(array $args = []) + * @method \GuzzleHttp\Promise\Promise deleteTestSetAsync(array $args = []) * @method \Aws\Result deleteUtterances(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteUtterancesAsync(array $args = []) * @method \Aws\Result describeBot(array $args = []) @@ -87,6 +91,16 @@ use Psr\Http\Message\RequestInterface; * @method \GuzzleHttp\Promise\Promise describeSlotAsync(array $args = []) * @method \Aws\Result describeSlotType(array $args = []) * @method \GuzzleHttp\Promise\Promise describeSlotTypeAsync(array $args = []) + * @method \Aws\Result describeTestExecution(array $args = []) + * @method \GuzzleHttp\Promise\Promise describeTestExecutionAsync(array $args = []) + * @method \Aws\Result describeTestSet(array $args = []) + * @method \GuzzleHttp\Promise\Promise describeTestSetAsync(array $args = []) + * @method \Aws\Result describeTestSetDiscrepancyReport(array $args = []) + * @method \GuzzleHttp\Promise\Promise describeTestSetDiscrepancyReportAsync(array $args = []) + * @method \Aws\Result describeTestSetGeneration(array $args = []) + * @method \GuzzleHttp\Promise\Promise describeTestSetGenerationAsync(array $args = []) + * @method \Aws\Result getTestExecutionArtifactsUrl(array $args = []) + * @method \GuzzleHttp\Promise\Promise getTestExecutionArtifactsUrlAsync(array $args = []) * @method \Aws\Result listAggregatedUtterances(array $args = []) * @method \GuzzleHttp\Promise\Promise listAggregatedUtterancesAsync(array $args = []) * @method \Aws\Result listBotAliases(array $args = []) @@ -109,22 +123,48 @@ use Psr\Http\Message\RequestInterface; * @method \GuzzleHttp\Promise\Promise listExportsAsync(array $args = []) * @method \Aws\Result listImports(array $args = []) * @method \GuzzleHttp\Promise\Promise listImportsAsync(array $args = []) + * @method \Aws\Result listIntentMetrics(array $args = []) + * @method \GuzzleHttp\Promise\Promise listIntentMetricsAsync(array $args = []) + * @method \Aws\Result listIntentPaths(array $args = []) + * @method \GuzzleHttp\Promise\Promise listIntentPathsAsync(array $args = []) + * @method \Aws\Result listIntentStageMetrics(array $args = []) + * @method \GuzzleHttp\Promise\Promise listIntentStageMetricsAsync(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 listSessionAnalyticsData(array $args = []) + * @method \GuzzleHttp\Promise\Promise listSessionAnalyticsDataAsync(array $args = []) + * @method \Aws\Result listSessionMetrics(array $args = []) + * @method \GuzzleHttp\Promise\Promise listSessionMetricsAsync(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 listTestExecutionResultItems(array $args = []) + * @method \GuzzleHttp\Promise\Promise listTestExecutionResultItemsAsync(array $args = []) + * @method \Aws\Result listTestExecutions(array $args = []) + * @method \GuzzleHttp\Promise\Promise listTestExecutionsAsync(array $args = []) + * @method \Aws\Result listTestSetRecords(array $args = []) + * @method \GuzzleHttp\Promise\Promise listTestSetRecordsAsync(array $args = []) + * @method \Aws\Result listTestSets(array $args = []) + * @method \GuzzleHttp\Promise\Promise listTestSetsAsync(array $args = []) + * @method \Aws\Result listUtteranceAnalyticsData(array $args = []) + * @method \GuzzleHttp\Promise\Promise listUtteranceAnalyticsDataAsync(array $args = []) + * @method \Aws\Result listUtteranceMetrics(array $args = []) + * @method \GuzzleHttp\Promise\Promise listUtteranceMetricsAsync(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 startTestExecution(array $args = []) + * @method \GuzzleHttp\Promise\Promise startTestExecutionAsync(array $args = []) + * @method \Aws\Result startTestSetGeneration(array $args = []) + * @method \GuzzleHttp\Promise\Promise startTestSetGenerationAsync(array $args = []) * @method \Aws\Result stopBotRecommendation(array $args = []) * @method \GuzzleHttp\Promise\Promise stopBotRecommendationAsync(array $args = []) * @method \Aws\Result tagResource(array $args = []) @@ -149,5 +189,7 @@ use Psr\Http\Message\RequestInterface; * @method \GuzzleHttp\Promise\Promise updateSlotAsync(array $args = []) * @method \Aws\Result updateSlotType(array $args = []) * @method \GuzzleHttp\Promise\Promise updateSlotTypeAsync(array $args = []) + * @method \Aws\Result updateTestSet(array $args = []) + * @method \GuzzleHttp\Promise\Promise updateTestSetAsync(array $args = []) */ class LexModelsV2Client extends AwsClient {} -- cgit v1.2.3