@aws-sdk/client-qconnect 3.535.0 → 3.536.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.
|
@@ -30,6 +30,8 @@ declare const GetRecommendationsCommand_base: {
|
|
|
30
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
|
|
31
31
|
* <code>waitTimeSeconds</code> parameter. Short poll is the default behavior and only returns
|
|
32
32
|
* recommendations already available. To perform a manual query against an assistant, use <a href="https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_QueryAssistant.html">QueryAssistant</a>.</p>
|
|
33
|
+
*
|
|
34
|
+
* @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.
|
|
33
35
|
* @example
|
|
34
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
37
|
* ```javascript
|
|
@@ -220,7 +222,6 @@ declare const GetRecommendationsCommand_base: {
|
|
|
220
222
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
221
223
|
*
|
|
222
224
|
* @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
225
|
*/
|
|
225
226
|
export declare class GetRecommendationsCommand extends GetRecommendationsCommand_base {
|
|
226
227
|
}
|
|
@@ -29,6 +29,8 @@ declare const QueryAssistantCommand_base: {
|
|
|
29
29
|
* <p>Performs a manual search against the specified assistant. To retrieve recommendations for
|
|
30
30
|
* an assistant, use <a href="https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_GetRecommendations.html">GetRecommendations</a>.
|
|
31
31
|
* </p>
|
|
32
|
+
*
|
|
33
|
+
* @deprecated QueryAssistant 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.
|
|
32
34
|
* @example
|
|
33
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
36
|
* ```javascript
|
|
@@ -219,7 +221,6 @@ declare const QueryAssistantCommand_base: {
|
|
|
219
221
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
220
222
|
*
|
|
221
223
|
* @public
|
|
222
|
-
* @deprecated QueryAssistant 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.
|
|
223
224
|
*/
|
|
224
225
|
export declare class QueryAssistantCommand extends QueryAssistantCommand_base {
|
|
225
226
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-qconnect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Qconnect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.536.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-qconnect",
|