Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/LexRuntimeService/LexRuntimeServiceClient.php
Строк: 27
<?php
namespace AwsLexRuntimeService;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon Lex Runtime Service** service.
* @method AwsResult deleteSession(array $args = [])
* @method GuzzleHttpPromisePromise deleteSessionAsync(array $args = [])
* @method AwsResult getSession(array $args = [])
* @method GuzzleHttpPromisePromise getSessionAsync(array $args = [])
* @method AwsResult postContent(array $args = [])
* @method GuzzleHttpPromisePromise postContentAsync(array $args = [])
* @method AwsResult postText(array $args = [])
* @method GuzzleHttpPromisePromise postTextAsync(array $args = [])
* @method AwsResult putSession(array $args = [])
* @method GuzzleHttpPromisePromise putSessionAsync(array $args = [])
*/
class LexRuntimeServiceClient extends AwsClient {}