OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
email
/
vendor
/
aws
/
aws-sdk-php
/
src
/
ConnectWisdomService
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
07/10/2024 05:27:40 AM
rwxr-xr-x
📄
ConnectWisdomServiceClient.php
5.88 KB
07/10/2024 05:23:32 AM
rw-r--r--
📁
Exception
-
07/10/2024 05:26:37 AM
rwxr-xr-x
Editing: ConnectWisdomServiceClient.php
Close
<?php namespace Aws\ConnectWisdomService; use Aws\AwsClient; /** * This client is used to interact with the **Amazon Connect Wisdom Service** service. * @method \Aws\Result createAssistant(array $args = []) * @method \GuzzleHttp\Promise\Promise createAssistantAsync(array $args = []) * @method \Aws\Result createAssistantAssociation(array $args = []) * @method \GuzzleHttp\Promise\Promise createAssistantAssociationAsync(array $args = []) * @method \Aws\Result createContent(array $args = []) * @method \GuzzleHttp\Promise\Promise createContentAsync(array $args = []) * @method \Aws\Result createKnowledgeBase(array $args = []) * @method \GuzzleHttp\Promise\Promise createKnowledgeBaseAsync(array $args = []) * @method \Aws\Result createQuickResponse(array $args = []) * @method \GuzzleHttp\Promise\Promise createQuickResponseAsync(array $args = []) * @method \Aws\Result createSession(array $args = []) * @method \GuzzleHttp\Promise\Promise createSessionAsync(array $args = []) * @method \Aws\Result deleteAssistant(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteAssistantAsync(array $args = []) * @method \Aws\Result deleteAssistantAssociation(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteAssistantAssociationAsync(array $args = []) * @method \Aws\Result deleteContent(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteContentAsync(array $args = []) * @method \Aws\Result deleteImportJob(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteImportJobAsync(array $args = []) * @method \Aws\Result deleteKnowledgeBase(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteKnowledgeBaseAsync(array $args = []) * @method \Aws\Result deleteQuickResponse(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteQuickResponseAsync(array $args = []) * @method \Aws\Result getAssistant(array $args = []) * @method \GuzzleHttp\Promise\Promise getAssistantAsync(array $args = []) * @method \Aws\Result getAssistantAssociation(array $args = []) * @method \GuzzleHttp\Promise\Promise getAssistantAssociationAsync(array $args = []) * @method \Aws\Result getContent(array $args = []) * @method \GuzzleHttp\Promise\Promise getContentAsync(array $args = []) * @method \Aws\Result getContentSummary(array $args = []) * @method \GuzzleHttp\Promise\Promise getContentSummaryAsync(array $args = []) * @method \Aws\Result getImportJob(array $args = []) * @method \GuzzleHttp\Promise\Promise getImportJobAsync(array $args = []) * @method \Aws\Result getKnowledgeBase(array $args = []) * @method \GuzzleHttp\Promise\Promise getKnowledgeBaseAsync(array $args = []) * @method \Aws\Result getQuickResponse(array $args = []) * @method \GuzzleHttp\Promise\Promise getQuickResponseAsync(array $args = []) * @method \Aws\Result getRecommendations(array $args = []) * @method \GuzzleHttp\Promise\Promise getRecommendationsAsync(array $args = []) * @method \Aws\Result getSession(array $args = []) * @method \GuzzleHttp\Promise\Promise getSessionAsync(array $args = []) * @method \Aws\Result listAssistantAssociations(array $args = []) * @method \GuzzleHttp\Promise\Promise listAssistantAssociationsAsync(array $args = []) * @method \Aws\Result listAssistants(array $args = []) * @method \GuzzleHttp\Promise\Promise listAssistantsAsync(array $args = []) * @method \Aws\Result listContents(array $args = []) * @method \GuzzleHttp\Promise\Promise listContentsAsync(array $args = []) * @method \Aws\Result listImportJobs(array $args = []) * @method \GuzzleHttp\Promise\Promise listImportJobsAsync(array $args = []) * @method \Aws\Result listKnowledgeBases(array $args = []) * @method \GuzzleHttp\Promise\Promise listKnowledgeBasesAsync(array $args = []) * @method \Aws\Result listQuickResponses(array $args = []) * @method \GuzzleHttp\Promise\Promise listQuickResponsesAsync(array $args = []) * @method \Aws\Result listTagsForResource(array $args = []) * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) * @method \Aws\Result notifyRecommendationsReceived(array $args = []) * @method \GuzzleHttp\Promise\Promise notifyRecommendationsReceivedAsync(array $args = []) * @method \Aws\Result queryAssistant(array $args = []) * @method \GuzzleHttp\Promise\Promise queryAssistantAsync(array $args = []) * @method \Aws\Result removeKnowledgeBaseTemplateUri(array $args = []) * @method \GuzzleHttp\Promise\Promise removeKnowledgeBaseTemplateUriAsync(array $args = []) * @method \Aws\Result searchContent(array $args = []) * @method \GuzzleHttp\Promise\Promise searchContentAsync(array $args = []) * @method \Aws\Result searchQuickResponses(array $args = []) * @method \GuzzleHttp\Promise\Promise searchQuickResponsesAsync(array $args = []) * @method \Aws\Result searchSessions(array $args = []) * @method \GuzzleHttp\Promise\Promise searchSessionsAsync(array $args = []) * @method \Aws\Result startContentUpload(array $args = []) * @method \GuzzleHttp\Promise\Promise startContentUploadAsync(array $args = []) * @method \Aws\Result startImportJob(array $args = []) * @method \GuzzleHttp\Promise\Promise startImportJobAsync(array $args = []) * @method \Aws\Result tagResource(array $args = []) * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) * @method \Aws\Result untagResource(array $args = []) * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) * @method \Aws\Result updateContent(array $args = []) * @method \GuzzleHttp\Promise\Promise updateContentAsync(array $args = []) * @method \Aws\Result updateKnowledgeBaseTemplateUri(array $args = []) * @method \GuzzleHttp\Promise\Promise updateKnowledgeBaseTemplateUriAsync(array $args = []) * @method \Aws\Result updateQuickResponse(array $args = []) * @method \GuzzleHttp\Promise\Promise updateQuickResponseAsync(array $args = []) */ class ConnectWisdomServiceClient extends AwsClient {}