LexModelsV2Client.php 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. <?php
  2. namespace Aws\LexModelsV2;
  3. use Aws\AwsClient;
  4. use Aws\CommandInterface;
  5. use Psr\Http\Message\RequestInterface;
  6. /**
  7. * This client is used to interact with the **Amazon Lex Model Building V2** service.
  8. * @method \Aws\Result batchCreateCustomVocabularyItem(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise batchCreateCustomVocabularyItemAsync(array $args = [])
  10. * @method \Aws\Result batchDeleteCustomVocabularyItem(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise batchDeleteCustomVocabularyItemAsync(array $args = [])
  12. * @method \Aws\Result batchUpdateCustomVocabularyItem(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise batchUpdateCustomVocabularyItemAsync(array $args = [])
  14. * @method \Aws\Result buildBotLocale(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise buildBotLocaleAsync(array $args = [])
  16. * @method \Aws\Result createBot(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createBotAsync(array $args = [])
  18. * @method \Aws\Result createBotAlias(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise createBotAliasAsync(array $args = [])
  20. * @method \Aws\Result createBotLocale(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise createBotLocaleAsync(array $args = [])
  22. * @method \Aws\Result createBotVersion(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise createBotVersionAsync(array $args = [])
  24. * @method \Aws\Result createExport(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise createExportAsync(array $args = [])
  26. * @method \Aws\Result createIntent(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise createIntentAsync(array $args = [])
  28. * @method \Aws\Result createResourcePolicy(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise createResourcePolicyAsync(array $args = [])
  30. * @method \Aws\Result createResourcePolicyStatement(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise createResourcePolicyStatementAsync(array $args = [])
  32. * @method \Aws\Result createSlot(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise createSlotAsync(array $args = [])
  34. * @method \Aws\Result createSlotType(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise createSlotTypeAsync(array $args = [])
  36. * @method \Aws\Result createTestSetDiscrepancyReport(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise createTestSetDiscrepancyReportAsync(array $args = [])
  38. * @method \Aws\Result createUploadUrl(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise createUploadUrlAsync(array $args = [])
  40. * @method \Aws\Result deleteBot(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise deleteBotAsync(array $args = [])
  42. * @method \Aws\Result deleteBotAlias(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise deleteBotAliasAsync(array $args = [])
  44. * @method \Aws\Result deleteBotLocale(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise deleteBotLocaleAsync(array $args = [])
  46. * @method \Aws\Result deleteBotVersion(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise deleteBotVersionAsync(array $args = [])
  48. * @method \Aws\Result deleteCustomVocabulary(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise deleteCustomVocabularyAsync(array $args = [])
  50. * @method \Aws\Result deleteExport(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise deleteExportAsync(array $args = [])
  52. * @method \Aws\Result deleteImport(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise deleteImportAsync(array $args = [])
  54. * @method \Aws\Result deleteIntent(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise deleteIntentAsync(array $args = [])
  56. * @method \Aws\Result deleteResourcePolicy(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = [])
  58. * @method \Aws\Result deleteResourcePolicyStatement(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise deleteResourcePolicyStatementAsync(array $args = [])
  60. * @method \Aws\Result deleteSlot(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise deleteSlotAsync(array $args = [])
  62. * @method \Aws\Result deleteSlotType(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise deleteSlotTypeAsync(array $args = [])
  64. * @method \Aws\Result deleteTestSet(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise deleteTestSetAsync(array $args = [])
  66. * @method \Aws\Result deleteUtterances(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise deleteUtterancesAsync(array $args = [])
  68. * @method \Aws\Result describeBot(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise describeBotAsync(array $args = [])
  70. * @method \Aws\Result describeBotAlias(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise describeBotAliasAsync(array $args = [])
  72. * @method \Aws\Result describeBotLocale(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise describeBotLocaleAsync(array $args = [])
  74. * @method \Aws\Result describeBotRecommendation(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise describeBotRecommendationAsync(array $args = [])
  76. * @method \Aws\Result describeBotResourceGeneration(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise describeBotResourceGenerationAsync(array $args = [])
  78. * @method \Aws\Result describeBotVersion(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise describeBotVersionAsync(array $args = [])
  80. * @method \Aws\Result describeCustomVocabularyMetadata(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise describeCustomVocabularyMetadataAsync(array $args = [])
  82. * @method \Aws\Result describeExport(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise describeExportAsync(array $args = [])
  84. * @method \Aws\Result describeImport(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise describeImportAsync(array $args = [])
  86. * @method \Aws\Result describeIntent(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise describeIntentAsync(array $args = [])
  88. * @method \Aws\Result describeResourcePolicy(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise describeResourcePolicyAsync(array $args = [])
  90. * @method \Aws\Result describeSlot(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise describeSlotAsync(array $args = [])
  92. * @method \Aws\Result describeSlotType(array $args = [])
  93. * @method \GuzzleHttp\Promise\Promise describeSlotTypeAsync(array $args = [])
  94. * @method \Aws\Result describeTestExecution(array $args = [])
  95. * @method \GuzzleHttp\Promise\Promise describeTestExecutionAsync(array $args = [])
  96. * @method \Aws\Result describeTestSet(array $args = [])
  97. * @method \GuzzleHttp\Promise\Promise describeTestSetAsync(array $args = [])
  98. * @method \Aws\Result describeTestSetDiscrepancyReport(array $args = [])
  99. * @method \GuzzleHttp\Promise\Promise describeTestSetDiscrepancyReportAsync(array $args = [])
  100. * @method \Aws\Result describeTestSetGeneration(array $args = [])
  101. * @method \GuzzleHttp\Promise\Promise describeTestSetGenerationAsync(array $args = [])
  102. * @method \Aws\Result generateBotElement(array $args = [])
  103. * @method \GuzzleHttp\Promise\Promise generateBotElementAsync(array $args = [])
  104. * @method \Aws\Result getTestExecutionArtifactsUrl(array $args = [])
  105. * @method \GuzzleHttp\Promise\Promise getTestExecutionArtifactsUrlAsync(array $args = [])
  106. * @method \Aws\Result listAggregatedUtterances(array $args = [])
  107. * @method \GuzzleHttp\Promise\Promise listAggregatedUtterancesAsync(array $args = [])
  108. * @method \Aws\Result listBotAliases(array $args = [])
  109. * @method \GuzzleHttp\Promise\Promise listBotAliasesAsync(array $args = [])
  110. * @method \Aws\Result listBotLocales(array $args = [])
  111. * @method \GuzzleHttp\Promise\Promise listBotLocalesAsync(array $args = [])
  112. * @method \Aws\Result listBotRecommendations(array $args = [])
  113. * @method \GuzzleHttp\Promise\Promise listBotRecommendationsAsync(array $args = [])
  114. * @method \Aws\Result listBotResourceGenerations(array $args = [])
  115. * @method \GuzzleHttp\Promise\Promise listBotResourceGenerationsAsync(array $args = [])
  116. * @method \Aws\Result listBotVersions(array $args = [])
  117. * @method \GuzzleHttp\Promise\Promise listBotVersionsAsync(array $args = [])
  118. * @method \Aws\Result listBots(array $args = [])
  119. * @method \GuzzleHttp\Promise\Promise listBotsAsync(array $args = [])
  120. * @method \Aws\Result listBuiltInIntents(array $args = [])
  121. * @method \GuzzleHttp\Promise\Promise listBuiltInIntentsAsync(array $args = [])
  122. * @method \Aws\Result listBuiltInSlotTypes(array $args = [])
  123. * @method \GuzzleHttp\Promise\Promise listBuiltInSlotTypesAsync(array $args = [])
  124. * @method \Aws\Result listCustomVocabularyItems(array $args = [])
  125. * @method \GuzzleHttp\Promise\Promise listCustomVocabularyItemsAsync(array $args = [])
  126. * @method \Aws\Result listExports(array $args = [])
  127. * @method \GuzzleHttp\Promise\Promise listExportsAsync(array $args = [])
  128. * @method \Aws\Result listImports(array $args = [])
  129. * @method \GuzzleHttp\Promise\Promise listImportsAsync(array $args = [])
  130. * @method \Aws\Result listIntentMetrics(array $args = [])
  131. * @method \GuzzleHttp\Promise\Promise listIntentMetricsAsync(array $args = [])
  132. * @method \Aws\Result listIntentPaths(array $args = [])
  133. * @method \GuzzleHttp\Promise\Promise listIntentPathsAsync(array $args = [])
  134. * @method \Aws\Result listIntentStageMetrics(array $args = [])
  135. * @method \GuzzleHttp\Promise\Promise listIntentStageMetricsAsync(array $args = [])
  136. * @method \Aws\Result listIntents(array $args = [])
  137. * @method \GuzzleHttp\Promise\Promise listIntentsAsync(array $args = [])
  138. * @method \Aws\Result listRecommendedIntents(array $args = [])
  139. * @method \GuzzleHttp\Promise\Promise listRecommendedIntentsAsync(array $args = [])
  140. * @method \Aws\Result listSessionAnalyticsData(array $args = [])
  141. * @method \GuzzleHttp\Promise\Promise listSessionAnalyticsDataAsync(array $args = [])
  142. * @method \Aws\Result listSessionMetrics(array $args = [])
  143. * @method \GuzzleHttp\Promise\Promise listSessionMetricsAsync(array $args = [])
  144. * @method \Aws\Result listSlotTypes(array $args = [])
  145. * @method \GuzzleHttp\Promise\Promise listSlotTypesAsync(array $args = [])
  146. * @method \Aws\Result listSlots(array $args = [])
  147. * @method \GuzzleHttp\Promise\Promise listSlotsAsync(array $args = [])
  148. * @method \Aws\Result listTagsForResource(array $args = [])
  149. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  150. * @method \Aws\Result listTestExecutionResultItems(array $args = [])
  151. * @method \GuzzleHttp\Promise\Promise listTestExecutionResultItemsAsync(array $args = [])
  152. * @method \Aws\Result listTestExecutions(array $args = [])
  153. * @method \GuzzleHttp\Promise\Promise listTestExecutionsAsync(array $args = [])
  154. * @method \Aws\Result listTestSetRecords(array $args = [])
  155. * @method \GuzzleHttp\Promise\Promise listTestSetRecordsAsync(array $args = [])
  156. * @method \Aws\Result listTestSets(array $args = [])
  157. * @method \GuzzleHttp\Promise\Promise listTestSetsAsync(array $args = [])
  158. * @method \Aws\Result listUtteranceAnalyticsData(array $args = [])
  159. * @method \GuzzleHttp\Promise\Promise listUtteranceAnalyticsDataAsync(array $args = [])
  160. * @method \Aws\Result listUtteranceMetrics(array $args = [])
  161. * @method \GuzzleHttp\Promise\Promise listUtteranceMetricsAsync(array $args = [])
  162. * @method \Aws\Result searchAssociatedTranscripts(array $args = [])
  163. * @method \GuzzleHttp\Promise\Promise searchAssociatedTranscriptsAsync(array $args = [])
  164. * @method \Aws\Result startBotRecommendation(array $args = [])
  165. * @method \GuzzleHttp\Promise\Promise startBotRecommendationAsync(array $args = [])
  166. * @method \Aws\Result startBotResourceGeneration(array $args = [])
  167. * @method \GuzzleHttp\Promise\Promise startBotResourceGenerationAsync(array $args = [])
  168. * @method \Aws\Result startImport(array $args = [])
  169. * @method \GuzzleHttp\Promise\Promise startImportAsync(array $args = [])
  170. * @method \Aws\Result startTestExecution(array $args = [])
  171. * @method \GuzzleHttp\Promise\Promise startTestExecutionAsync(array $args = [])
  172. * @method \Aws\Result startTestSetGeneration(array $args = [])
  173. * @method \GuzzleHttp\Promise\Promise startTestSetGenerationAsync(array $args = [])
  174. * @method \Aws\Result stopBotRecommendation(array $args = [])
  175. * @method \GuzzleHttp\Promise\Promise stopBotRecommendationAsync(array $args = [])
  176. * @method \Aws\Result tagResource(array $args = [])
  177. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  178. * @method \Aws\Result untagResource(array $args = [])
  179. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  180. * @method \Aws\Result updateBot(array $args = [])
  181. * @method \GuzzleHttp\Promise\Promise updateBotAsync(array $args = [])
  182. * @method \Aws\Result updateBotAlias(array $args = [])
  183. * @method \GuzzleHttp\Promise\Promise updateBotAliasAsync(array $args = [])
  184. * @method \Aws\Result updateBotLocale(array $args = [])
  185. * @method \GuzzleHttp\Promise\Promise updateBotLocaleAsync(array $args = [])
  186. * @method \Aws\Result updateBotRecommendation(array $args = [])
  187. * @method \GuzzleHttp\Promise\Promise updateBotRecommendationAsync(array $args = [])
  188. * @method \Aws\Result updateExport(array $args = [])
  189. * @method \GuzzleHttp\Promise\Promise updateExportAsync(array $args = [])
  190. * @method \Aws\Result updateIntent(array $args = [])
  191. * @method \GuzzleHttp\Promise\Promise updateIntentAsync(array $args = [])
  192. * @method \Aws\Result updateResourcePolicy(array $args = [])
  193. * @method \GuzzleHttp\Promise\Promise updateResourcePolicyAsync(array $args = [])
  194. * @method \Aws\Result updateSlot(array $args = [])
  195. * @method \GuzzleHttp\Promise\Promise updateSlotAsync(array $args = [])
  196. * @method \Aws\Result updateSlotType(array $args = [])
  197. * @method \GuzzleHttp\Promise\Promise updateSlotTypeAsync(array $args = [])
  198. * @method \Aws\Result updateTestSet(array $args = [])
  199. * @method \GuzzleHttp\Promise\Promise updateTestSetAsync(array $args = [])
  200. */
  201. class LexModelsV2Client extends AwsClient {}