Spaces-API/aws/Aws/LexRuntimeService/LexRuntimeServiceClient.php
Devang Srivastava eefa32741e spaces.php
2017-12-07 21:23:18 +05:30

13 lines
451 B
PHP

<?php
namespace Aws\LexRuntimeService;
use Aws\AwsClient;
/**
* This client is used to interact with the **Amazon Lex Runtime Service** service.
* @method \Aws\Result postContent(array $args = [])
* @method \GuzzleHttp\Promise\Promise postContentAsync(array $args = [])
* @method \Aws\Result postText(array $args = [])
* @method \GuzzleHttp\Promise\Promise postTextAsync(array $args = [])
*/
class LexRuntimeServiceClient extends AwsClient {}