LexModelBuildingServiceClient.php 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?php
  2. namespace Aws\LexModelBuildingService;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon Lex Model Building Service** service.
  6. * @method \Aws\Result createBotVersion(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise createBotVersionAsync(array $args = [])
  8. * @method \Aws\Result createIntentVersion(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createIntentVersionAsync(array $args = [])
  10. * @method \Aws\Result createSlotTypeVersion(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createSlotTypeVersionAsync(array $args = [])
  12. * @method \Aws\Result deleteBot(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise deleteBotAsync(array $args = [])
  14. * @method \Aws\Result deleteBotAlias(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise deleteBotAliasAsync(array $args = [])
  16. * @method \Aws\Result deleteBotChannelAssociation(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise deleteBotChannelAssociationAsync(array $args = [])
  18. * @method \Aws\Result deleteBotVersion(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise deleteBotVersionAsync(array $args = [])
  20. * @method \Aws\Result deleteIntent(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise deleteIntentAsync(array $args = [])
  22. * @method \Aws\Result deleteIntentVersion(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise deleteIntentVersionAsync(array $args = [])
  24. * @method \Aws\Result deleteSlotType(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise deleteSlotTypeAsync(array $args = [])
  26. * @method \Aws\Result deleteSlotTypeVersion(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise deleteSlotTypeVersionAsync(array $args = [])
  28. * @method \Aws\Result deleteUtterances(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise deleteUtterancesAsync(array $args = [])
  30. * @method \Aws\Result getBot(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise getBotAsync(array $args = [])
  32. * @method \Aws\Result getBotAlias(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise getBotAliasAsync(array $args = [])
  34. * @method \Aws\Result getBotAliases(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise getBotAliasesAsync(array $args = [])
  36. * @method \Aws\Result getBotChannelAssociation(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise getBotChannelAssociationAsync(array $args = [])
  38. * @method \Aws\Result getBotChannelAssociations(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise getBotChannelAssociationsAsync(array $args = [])
  40. * @method \Aws\Result getBotVersions(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise getBotVersionsAsync(array $args = [])
  42. * @method \Aws\Result getBots(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise getBotsAsync(array $args = [])
  44. * @method \Aws\Result getBuiltinIntent(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise getBuiltinIntentAsync(array $args = [])
  46. * @method \Aws\Result getBuiltinIntents(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise getBuiltinIntentsAsync(array $args = [])
  48. * @method \Aws\Result getBuiltinSlotTypes(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise getBuiltinSlotTypesAsync(array $args = [])
  50. * @method \Aws\Result getExport(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise getExportAsync(array $args = [])
  52. * @method \Aws\Result getImport(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise getImportAsync(array $args = [])
  54. * @method \Aws\Result getIntent(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise getIntentAsync(array $args = [])
  56. * @method \Aws\Result getIntentVersions(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise getIntentVersionsAsync(array $args = [])
  58. * @method \Aws\Result getIntents(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise getIntentsAsync(array $args = [])
  60. * @method \Aws\Result getMigration(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise getMigrationAsync(array $args = [])
  62. * @method \Aws\Result getMigrations(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise getMigrationsAsync(array $args = [])
  64. * @method \Aws\Result getSlotType(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise getSlotTypeAsync(array $args = [])
  66. * @method \Aws\Result getSlotTypeVersions(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise getSlotTypeVersionsAsync(array $args = [])
  68. * @method \Aws\Result getSlotTypes(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise getSlotTypesAsync(array $args = [])
  70. * @method \Aws\Result getUtterancesView(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise getUtterancesViewAsync(array $args = [])
  72. * @method \Aws\Result listTagsForResource(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  74. * @method \Aws\Result putBot(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise putBotAsync(array $args = [])
  76. * @method \Aws\Result putBotAlias(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise putBotAliasAsync(array $args = [])
  78. * @method \Aws\Result putIntent(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise putIntentAsync(array $args = [])
  80. * @method \Aws\Result putSlotType(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise putSlotTypeAsync(array $args = [])
  82. * @method \Aws\Result startImport(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise startImportAsync(array $args = [])
  84. * @method \Aws\Result startMigration(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise startMigrationAsync(array $args = [])
  86. * @method \Aws\Result tagResource(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  88. * @method \Aws\Result untagResource(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  90. */
  91. class LexModelBuildingServiceClient extends AwsClient {}