runff 1.0 commit
This commit is contained in:
13
lib/aws/Aws/LexRuntimeService/LexRuntimeServiceClient.php
Normal file
13
lib/aws/Aws/LexRuntimeService/LexRuntimeServiceClient.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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 {}
|
||||
Reference in New Issue
Block a user