@aws-sdk/client-qconnect 3.529.1 → 3.535.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/dist-types/QConnect.d.ts +3 -1
  2. package/dist-types/QConnectClient.d.ts +1 -1
  3. package/dist-types/commands/CreateAssistantAssociationCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateAssistantCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateContentCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateKnowledgeBaseCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateQuickResponseCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateSessionCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteAssistantAssociationCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteAssistantCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteContentCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteImportJobCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteQuickResponseCommand.d.ts +2 -1
  15. package/dist-types/commands/GetAssistantAssociationCommand.d.ts +2 -1
  16. package/dist-types/commands/GetAssistantCommand.d.ts +2 -1
  17. package/dist-types/commands/GetContentCommand.d.ts +2 -1
  18. package/dist-types/commands/GetContentSummaryCommand.d.ts +2 -1
  19. package/dist-types/commands/GetImportJobCommand.d.ts +2 -1
  20. package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +2 -1
  21. package/dist-types/commands/GetQuickResponseCommand.d.ts +2 -1
  22. package/dist-types/commands/GetRecommendationsCommand.d.ts +3 -3
  23. package/dist-types/commands/GetSessionCommand.d.ts +2 -1
  24. package/dist-types/commands/ListAssistantAssociationsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListAssistantsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListContentsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListImportJobsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +2 -1
  29. package/dist-types/commands/ListQuickResponsesCommand.d.ts +2 -1
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  31. package/dist-types/commands/NotifyRecommendationsReceivedCommand.d.ts +2 -1
  32. package/dist-types/commands/PutFeedbackCommand.d.ts +2 -1
  33. package/dist-types/commands/QueryAssistantCommand.d.ts +3 -3
  34. package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +2 -1
  35. package/dist-types/commands/SearchContentCommand.d.ts +2 -1
  36. package/dist-types/commands/SearchQuickResponsesCommand.d.ts +2 -1
  37. package/dist-types/commands/SearchSessionsCommand.d.ts +2 -1
  38. package/dist-types/commands/StartContentUploadCommand.d.ts +2 -1
  39. package/dist-types/commands/StartImportJobCommand.d.ts +2 -1
  40. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  41. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  42. package/dist-types/commands/UpdateContentCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +2 -1
  44. package/dist-types/commands/UpdateQuickResponseCommand.d.ts +2 -1
  45. package/dist-types/models/models_0.d.ts +540 -540
  46. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  47. package/dist-types/runtimeConfig.d.ts +2 -2
  48. package/dist-types/runtimeConfig.native.d.ts +2 -2
  49. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  50. package/dist-types/ts3.4/QConnect.d.ts +2 -0
  51. package/dist-types/ts3.4/commands/CreateAssistantAssociationCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/GetContentCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ListQuickResponsesCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/SearchQuickResponsesCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/StartImportJobCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/UpdateContentCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/UpdateQuickResponseCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  94. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  95. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  96. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  97. package/package.json +40 -40
@@ -178,6 +178,7 @@ export interface QConnect {
178
178
  /**
179
179
  * @see {@link ListAssistantsCommand}
180
180
  */
181
+ listAssistants(): Promise<ListAssistantsCommandOutput>;
181
182
  listAssistants(args: ListAssistantsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssistantsCommandOutput>;
182
183
  listAssistants(args: ListAssistantsCommandInput, cb: (err: any, data?: ListAssistantsCommandOutput) => void): void;
183
184
  listAssistants(args: ListAssistantsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssistantsCommandOutput) => void): void;
@@ -196,6 +197,7 @@ export interface QConnect {
196
197
  /**
197
198
  * @see {@link ListKnowledgeBasesCommand}
198
199
  */
200
+ listKnowledgeBases(): Promise<ListKnowledgeBasesCommandOutput>;
199
201
  listKnowledgeBases(args: ListKnowledgeBasesCommandInput, options?: __HttpHandlerOptions): Promise<ListKnowledgeBasesCommandOutput>;
200
202
  listKnowledgeBases(args: ListKnowledgeBasesCommandInput, cb: (err: any, data?: ListKnowledgeBasesCommandOutput) => void): void;
201
203
  listKnowledgeBases(args: ListKnowledgeBasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKnowledgeBasesCommandOutput) => void): void;
@@ -297,7 +299,6 @@ export interface QConnect {
297
299
  updateQuickResponse(args: UpdateQuickResponseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQuickResponseCommandOutput) => void): void;
298
300
  }
299
301
  /**
300
- * @public
301
302
  * <note>
302
303
  * <p>
303
304
  * <b>Powered by Amazon Bedrock</b>: Amazon Web Services implements <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/abuse-detection.html">automated abuse
@@ -318,6 +319,7 @@ export interface QConnect {
318
319
  * <p>For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-q-connect.html">Use Amazon Q in Connect for generative AI
319
320
  * powered agent assistance in real-time</a> in the <i>Amazon Connect
320
321
  * Administrator Guide</i>.</p>
322
+ * @public
321
323
  */
322
324
  export declare class QConnect extends QConnectClient implements QConnect {
323
325
  }
@@ -193,7 +193,6 @@ export type QConnectClientResolvedConfigType = __SmithyResolvedConfiguration<__H
193
193
  export interface QConnectClientResolvedConfig extends QConnectClientResolvedConfigType {
194
194
  }
195
195
  /**
196
- * @public
197
196
  * <note>
198
197
  * <p>
199
198
  * <b>Powered by Amazon Bedrock</b>: Amazon Web Services implements <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/abuse-detection.html">automated abuse
@@ -214,6 +213,7 @@ export interface QConnectClientResolvedConfig extends QConnectClientResolvedConf
214
213
  * <p>For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-q-connect.html">Use Amazon Q in Connect for generative AI
215
214
  * powered agent assistance in real-time</a> in the <i>Amazon Connect
216
215
  * Administrator Guide</i>.</p>
216
+ * @public
217
217
  */
218
218
  export declare class QConnectClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, QConnectClientResolvedConfig> {
219
219
  /**
@@ -22,10 +22,10 @@ export interface CreateAssistantAssociationCommandOutput extends CreateAssistant
22
22
  }
23
23
  declare const CreateAssistantAssociationCommand_base: {
24
24
  new (input: CreateAssistantAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAssistantAssociationCommandInput, CreateAssistantAssociationCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAssistantAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAssistantAssociationCommandInput, CreateAssistantAssociationCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an association between an Amazon Q in Connect assistant and another resource. Currently, the
30
30
  * only supported association is with a knowledge base. An assistant can have only a single
31
31
  * association.</p>
@@ -97,6 +97,7 @@ declare const CreateAssistantAssociationCommand_base: {
97
97
  * @throws {@link QConnectServiceException}
98
98
  * <p>Base exception class for all service exceptions from QConnect service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class CreateAssistantAssociationCommand extends CreateAssistantAssociationCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface CreateAssistantCommandOutput extends CreateAssistantResponse, _
22
22
  }
23
23
  declare const CreateAssistantCommand_base: {
24
24
  new (input: CreateAssistantCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAssistantCommandInput, CreateAssistantCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAssistantCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAssistantCommandInput, CreateAssistantCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an Amazon Q in Connect assistant.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -97,6 +97,7 @@ declare const CreateAssistantCommand_base: {
97
97
  * @throws {@link QConnectServiceException}
98
98
  * <p>Base exception class for all service exceptions from QConnect service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class CreateAssistantCommand extends CreateAssistantCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface CreateContentCommandOutput extends CreateContentResponse, __Met
22
22
  }
23
23
  declare const CreateContentCommand_base: {
24
24
  new (input: CreateContentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateContentCommandInput, CreateContentCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateContentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateContentCommandInput, CreateContentCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates Amazon Q content. Before to calling this API, use <a href="https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_StartContentUpload.html">StartContentUpload</a> to
30
30
  * upload an asset.</p>
31
31
  * @example
@@ -103,6 +103,7 @@ declare const CreateContentCommand_base: {
103
103
  * @throws {@link QConnectServiceException}
104
104
  * <p>Base exception class for all service exceptions from QConnect service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class CreateContentCommand extends CreateContentCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface CreateKnowledgeBaseCommandOutput extends CreateKnowledgeBaseRes
22
22
  }
23
23
  declare const CreateKnowledgeBaseCommand_base: {
24
24
  new (input: CreateKnowledgeBaseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKnowledgeBaseCommandInput, CreateKnowledgeBaseCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateKnowledgeBaseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKnowledgeBaseCommandInput, CreateKnowledgeBaseCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a knowledge base.</p>
30
30
  * <note>
31
31
  * <p>When using this API, you cannot reuse <a href="https://docs.aws.amazon.com/appintegrations/latest/APIReference/Welcome.html">Amazon AppIntegrations</a>
@@ -137,6 +137,7 @@ declare const CreateKnowledgeBaseCommand_base: {
137
137
  * @throws {@link QConnectServiceException}
138
138
  * <p>Base exception class for all service exceptions from QConnect service.</p>
139
139
  *
140
+ * @public
140
141
  */
141
142
  export declare class CreateKnowledgeBaseCommand extends CreateKnowledgeBaseCommand_base {
142
143
  }
@@ -22,10 +22,10 @@ export interface CreateQuickResponseCommandOutput extends CreateQuickResponseRes
22
22
  }
23
23
  declare const CreateQuickResponseCommand_base: {
24
24
  new (input: CreateQuickResponseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateQuickResponseCommandInput, CreateQuickResponseCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateQuickResponseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateQuickResponseCommandInput, CreateQuickResponseCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an Amazon Q quick response.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -129,6 +129,7 @@ declare const CreateQuickResponseCommand_base: {
129
129
  * @throws {@link QConnectServiceException}
130
130
  * <p>Base exception class for all service exceptions from QConnect service.</p>
131
131
  *
132
+ * @public
132
133
  */
133
134
  export declare class CreateQuickResponseCommand extends CreateQuickResponseCommand_base {
134
135
  }
@@ -22,10 +22,10 @@ export interface CreateSessionCommandOutput extends CreateSessionResponse, __Met
22
22
  }
23
23
  declare const CreateSessionCommand_base: {
24
24
  new (input: CreateSessionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSessionCommandInput, CreateSessionCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateSessionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSessionCommandInput, CreateSessionCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a session. A session is a contextual container used for generating
30
30
  * recommendations. Amazon Connect creates a new Amazon Q session for each contact on which
31
31
  * Amazon Q is enabled.</p>
@@ -84,6 +84,7 @@ declare const CreateSessionCommand_base: {
84
84
  * @throws {@link QConnectServiceException}
85
85
  * <p>Base exception class for all service exceptions from QConnect service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class CreateSessionCommand extends CreateSessionCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface DeleteAssistantAssociationCommandOutput extends DeleteAssistant
22
22
  }
23
23
  declare const DeleteAssistantAssociationCommand_base: {
24
24
  new (input: DeleteAssistantAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssistantAssociationCommandInput, DeleteAssistantAssociationCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAssistantAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssistantAssociationCommandInput, DeleteAssistantAssociationCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an assistant association.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -61,6 +61,7 @@ declare const DeleteAssistantAssociationCommand_base: {
61
61
  * @throws {@link QConnectServiceException}
62
62
  * <p>Base exception class for all service exceptions from QConnect service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class DeleteAssistantAssociationCommand extends DeleteAssistantAssociationCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface DeleteAssistantCommandOutput extends DeleteAssistantResponse, _
22
22
  }
23
23
  declare const DeleteAssistantCommand_base: {
24
24
  new (input: DeleteAssistantCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssistantCommandInput, DeleteAssistantCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAssistantCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssistantCommandInput, DeleteAssistantCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an assistant.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -60,6 +60,7 @@ declare const DeleteAssistantCommand_base: {
60
60
  * @throws {@link QConnectServiceException}
61
61
  * <p>Base exception class for all service exceptions from QConnect service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class DeleteAssistantCommand extends DeleteAssistantCommand_base {
65
66
  }
@@ -22,10 +22,10 @@ export interface DeleteContentCommandOutput extends DeleteContentResponse, __Met
22
22
  }
23
23
  declare const DeleteContentCommand_base: {
24
24
  new (input: DeleteContentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteContentCommandInput, DeleteContentCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteContentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteContentCommandInput, DeleteContentCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the content.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -61,6 +61,7 @@ declare const DeleteContentCommand_base: {
61
61
  * @throws {@link QConnectServiceException}
62
62
  * <p>Base exception class for all service exceptions from QConnect service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class DeleteContentCommand extends DeleteContentCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface DeleteImportJobCommandOutput extends DeleteImportJobResponse, _
22
22
  }
23
23
  declare const DeleteImportJobCommand_base: {
24
24
  new (input: DeleteImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteImportJobCommandInput, DeleteImportJobCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteImportJobCommandInput, DeleteImportJobCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the quick response import job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const DeleteImportJobCommand_base: {
67
67
  * @throws {@link QConnectServiceException}
68
68
  * <p>Base exception class for all service exceptions from QConnect service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeleteImportJobCommand extends DeleteImportJobCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DeleteKnowledgeBaseCommandOutput extends DeleteKnowledgeBaseRes
22
22
  }
23
23
  declare const DeleteKnowledgeBaseCommand_base: {
24
24
  new (input: DeleteKnowledgeBaseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKnowledgeBaseCommandInput, DeleteKnowledgeBaseCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteKnowledgeBaseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKnowledgeBaseCommandInput, DeleteKnowledgeBaseCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the knowledge base.</p>
30
30
  * <note>
31
31
  * <p>When you use this API to delete an external knowledge base such as Salesforce or
@@ -74,6 +74,7 @@ declare const DeleteKnowledgeBaseCommand_base: {
74
74
  * @throws {@link QConnectServiceException}
75
75
  * <p>Base exception class for all service exceptions from QConnect service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class DeleteKnowledgeBaseCommand extends DeleteKnowledgeBaseCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface DeleteQuickResponseCommandOutput extends DeleteQuickResponseRes
22
22
  }
23
23
  declare const DeleteQuickResponseCommand_base: {
24
24
  new (input: DeleteQuickResponseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteQuickResponseCommandInput, DeleteQuickResponseCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteQuickResponseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteQuickResponseCommandInput, DeleteQuickResponseCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a quick response.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -61,6 +61,7 @@ declare const DeleteQuickResponseCommand_base: {
61
61
  * @throws {@link QConnectServiceException}
62
62
  * <p>Base exception class for all service exceptions from QConnect service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class DeleteQuickResponseCommand extends DeleteQuickResponseCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface GetAssistantAssociationCommandOutput extends GetAssistantAssoci
22
22
  }
23
23
  declare const GetAssistantAssociationCommand_base: {
24
24
  new (input: GetAssistantAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssistantAssociationCommandInput, GetAssistantAssociationCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetAssistantAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssistantAssociationCommandInput, GetAssistantAssociationCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about an assistant association.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const GetAssistantAssociationCommand_base: {
78
78
  * @throws {@link QConnectServiceException}
79
79
  * <p>Base exception class for all service exceptions from QConnect service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class GetAssistantAssociationCommand extends GetAssistantAssociationCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface GetAssistantCommandOutput extends GetAssistantResponse, __Metad
22
22
  }
23
23
  declare const GetAssistantCommand_base: {
24
24
  new (input: GetAssistantCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssistantCommandInput, GetAssistantCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetAssistantCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssistantCommandInput, GetAssistantCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about an assistant.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const GetAssistantCommand_base: {
81
81
  * @throws {@link QConnectServiceException}
82
82
  * <p>Base exception class for all service exceptions from QConnect service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class GetAssistantCommand extends GetAssistantCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface GetContentCommandOutput extends GetContentResponse, __MetadataB
22
22
  }
23
23
  declare const GetContentCommand_base: {
24
24
  new (input: GetContentCommandInput): import("@smithy/smithy-client").CommandImpl<GetContentCommandInput, GetContentCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetContentCommandInput): import("@smithy/smithy-client").CommandImpl<GetContentCommandInput, GetContentCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves content, including a pre-signed URL to download the content.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const GetContentCommand_base: {
82
82
  * @throws {@link QConnectServiceException}
83
83
  * <p>Base exception class for all service exceptions from QConnect service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class GetContentCommand extends GetContentCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface GetContentSummaryCommandOutput extends GetContentSummaryRespons
22
22
  }
23
23
  declare const GetContentSummaryCommand_base: {
24
24
  new (input: GetContentSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetContentSummaryCommandInput, GetContentSummaryCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetContentSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetContentSummaryCommandInput, GetContentSummaryCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves summary information about the content.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const GetContentSummaryCommand_base: {
79
79
  * @throws {@link QConnectServiceException}
80
80
  * <p>Base exception class for all service exceptions from QConnect service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class GetContentSummaryCommand extends GetContentSummaryCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface GetImportJobCommandOutput extends GetImportJobResponse, __Metad
22
22
  }
23
23
  declare const GetImportJobCommand_base: {
24
24
  new (input: GetImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetImportJobCommandInput, GetImportJobCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetImportJobCommandInput, GetImportJobCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the started import job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const GetImportJobCommand_base: {
86
86
  * @throws {@link QConnectServiceException}
87
87
  * <p>Base exception class for all service exceptions from QConnect service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class GetImportJobCommand extends GetImportJobCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface GetKnowledgeBaseCommandOutput extends GetKnowledgeBaseResponse,
22
22
  }
23
23
  declare const GetKnowledgeBaseCommand_base: {
24
24
  new (input: GetKnowledgeBaseCommandInput): import("@smithy/smithy-client").CommandImpl<GetKnowledgeBaseCommandInput, GetKnowledgeBaseCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetKnowledgeBaseCommandInput): import("@smithy/smithy-client").CommandImpl<GetKnowledgeBaseCommandInput, GetKnowledgeBaseCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about the knowledge base.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const GetKnowledgeBaseCommand_base: {
87
87
  * @throws {@link QConnectServiceException}
88
88
  * <p>Base exception class for all service exceptions from QConnect service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class GetKnowledgeBaseCommand extends GetKnowledgeBaseCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface GetQuickResponseCommandOutput extends GetQuickResponseResponse,
22
22
  }
23
23
  declare const GetQuickResponseCommand_base: {
24
24
  new (input: GetQuickResponseCommandInput): import("@smithy/smithy-client").CommandImpl<GetQuickResponseCommandInput, GetQuickResponseCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetQuickResponseCommandInput): import("@smithy/smithy-client").CommandImpl<GetQuickResponseCommandInput, GetQuickResponseCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the quick response.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -98,6 +98,7 @@ declare const GetQuickResponseCommand_base: {
98
98
  * @throws {@link QConnectServiceException}
99
99
  * <p>Base exception class for all service exceptions from QConnect service.</p>
100
100
  *
101
+ * @public
101
102
  */
102
103
  export declare class GetQuickResponseCommand extends GetQuickResponseCommand_base {
103
104
  }
@@ -22,12 +22,10 @@ export interface GetRecommendationsCommandOutput extends GetRecommendationsRespo
22
22
  }
23
23
  declare const GetRecommendationsCommand_base: {
24
24
  new (input: GetRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecommendationsCommandInput, GetRecommendationsCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecommendationsCommandInput, GetRecommendationsCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Retrieves recommendations for the specified session. To avoid retrieving the same
32
30
  * recommendations in subsequent calls, use <a href="https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_NotifyRecommendationsReceived.html">NotifyRecommendationsReceived</a>. This API supports long-polling behavior with the
33
31
  * <code>waitTimeSeconds</code> parameter. Short poll is the default behavior and only returns
@@ -221,6 +219,8 @@ declare const GetRecommendationsCommand_base: {
221
219
  * @throws {@link QConnectServiceException}
222
220
  * <p>Base exception class for all service exceptions from QConnect service.</p>
223
221
  *
222
+ * @public
223
+ * @deprecated GetRecommendations API will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.
224
224
  */
225
225
  export declare class GetRecommendationsCommand extends GetRecommendationsCommand_base {
226
226
  }
@@ -22,10 +22,10 @@ export interface GetSessionCommandOutput extends GetSessionResponse, __MetadataB
22
22
  }
23
23
  declare const GetSessionCommand_base: {
24
24
  new (input: GetSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information for a specified session.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const GetSessionCommand_base: {
74
74
  * @throws {@link QConnectServiceException}
75
75
  * <p>Base exception class for all service exceptions from QConnect service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class GetSessionCommand extends GetSessionCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface ListAssistantAssociationsCommandOutput extends ListAssistantAss
22
22
  }
23
23
  declare const ListAssistantAssociationsCommand_base: {
24
24
  new (input: ListAssistantAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssistantAssociationsCommandInput, ListAssistantAssociationsCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListAssistantAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssistantAssociationsCommandInput, ListAssistantAssociationsCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists information about assistant associations.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const ListAssistantAssociationsCommand_base: {
82
82
  * @throws {@link QConnectServiceException}
83
83
  * <p>Base exception class for all service exceptions from QConnect service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class ListAssistantAssociationsCommand extends ListAssistantAssociationsCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface ListAssistantsCommandOutput extends ListAssistantsResponse, __M
22
22
  }
23
23
  declare const ListAssistantsCommand_base: {
24
24
  new (input: ListAssistantsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssistantsCommandInput, ListAssistantsCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListAssistantsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAssistantsCommandInput, ListAssistantsCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists information about assistants.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const ListAssistantsCommand_base: {
82
82
  * @throws {@link QConnectServiceException}
83
83
  * <p>Base exception class for all service exceptions from QConnect service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class ListAssistantsCommand extends ListAssistantsCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface ListContentsCommandOutput extends ListContentsResponse, __Metad
22
22
  }
23
23
  declare const ListContentsCommand_base: {
24
24
  new (input: ListContentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListContentsCommandInput, ListContentsCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListContentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListContentsCommandInput, ListContentsCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the content.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const ListContentsCommand_base: {
83
83
  * @throws {@link QConnectServiceException}
84
84
  * <p>Base exception class for all service exceptions from QConnect service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class ListContentsCommand extends ListContentsCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface ListImportJobsCommandOutput extends ListImportJobsResponse, __M
22
22
  }
23
23
  declare const ListImportJobsCommand_base: {
24
24
  new (input: ListImportJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListImportJobsCommandInput, ListImportJobsCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListImportJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListImportJobsCommandInput, ListImportJobsCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists information about import jobs.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const ListImportJobsCommand_base: {
84
84
  * @throws {@link QConnectServiceException}
85
85
  * <p>Base exception class for all service exceptions from QConnect service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class ListImportJobsCommand extends ListImportJobsCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface ListKnowledgeBasesCommandOutput extends ListKnowledgeBasesRespo
22
22
  }
23
23
  declare const ListKnowledgeBasesCommand_base: {
24
24
  new (input: ListKnowledgeBasesCommandInput): import("@smithy/smithy-client").CommandImpl<ListKnowledgeBasesCommandInput, ListKnowledgeBasesCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListKnowledgeBasesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListKnowledgeBasesCommandInput, ListKnowledgeBasesCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the knowledge bases.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const ListKnowledgeBasesCommand_base: {
87
87
  * @throws {@link QConnectServiceException}
88
88
  * <p>Base exception class for all service exceptions from QConnect service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class ListKnowledgeBasesCommand extends ListKnowledgeBasesCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface ListQuickResponsesCommandOutput extends ListQuickResponsesRespo
22
22
  }
23
23
  declare const ListQuickResponsesCommand_base: {
24
24
  new (input: ListQuickResponsesCommandInput): import("@smithy/smithy-client").CommandImpl<ListQuickResponsesCommandInput, ListQuickResponsesCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListQuickResponsesCommandInput): import("@smithy/smithy-client").CommandImpl<ListQuickResponsesCommandInput, ListQuickResponsesCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists information about quick response.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const ListQuickResponsesCommand_base: {
86
86
  * @throws {@link QConnectServiceException}
87
87
  * <p>Base exception class for all service exceptions from QConnect service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class ListQuickResponsesCommand extends ListQuickResponsesCommand_base {
91
92
  }