Skip to content

Commit 6f1e5c3

Browse files
author
awstools
committed
feat(client-wisdom): This release updates the GetRecommendations API to include a trigger event list for classifying and grouping recommendations.
1 parent 902a074 commit 6f1e5c3

File tree

6 files changed

+481
-188
lines changed

6 files changed

+481
-188
lines changed

clients/client-wisdom/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77

88
AWS SDK for JavaScript Wisdom Client for Node.js, Browser and React Native.
99

10-
<p>All Amazon Connect Wisdom functionality is accessible using the API. For example, you can create an
11-
assistant and a knowledge base.</p>
12-
13-
<p>Some more advanced features are only accessible using the Wisdom API. For example, you
14-
can manually manage content by uploading custom files and control their lifecycle. </p>
10+
<p>Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively
11+
speaking with customers. Agents can search across connected repositories from within their agent desktop
12+
to find answers quickly. Use the Amazon Connect Wisdom APIs to create an assistant and a knowledge base, for example, or manage content by uploading custom files.</p>
1513

1614
## Installing
1715

clients/client-wisdom/src/Wisdom.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,9 @@ import {
146146
import { WisdomClient } from "./WisdomClient";
147147

148148
/**
149-
* <p>All Amazon Connect Wisdom functionality is accessible using the API. For example, you can create an
150-
* assistant and a knowledge base.</p>
151-
*
152-
* <p>Some more advanced features are only accessible using the Wisdom API. For example, you
153-
* can manually manage content by uploading custom files and control their lifecycle. </p>
149+
* <p>Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively
150+
* speaking with customers. Agents can search across connected repositories from within their agent desktop
151+
* to find answers quickly. Use the Amazon Connect Wisdom APIs to create an assistant and a knowledge base, for example, or manage content by uploading custom files.</p>
154152
*/
155153
export class Wisdom extends WisdomClient {
156154
/**

clients/client-wisdom/src/WisdomClient.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -334,11 +334,9 @@ type WisdomClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandle
334334
export interface WisdomClientResolvedConfig extends WisdomClientResolvedConfigType {}
335335

336336
/**
337-
* <p>All Amazon Connect Wisdom functionality is accessible using the API. For example, you can create an
338-
* assistant and a knowledge base.</p>
339-
*
340-
* <p>Some more advanced features are only accessible using the Wisdom API. For example, you
341-
* can manually manage content by uploading custom files and control their lifecycle. </p>
337+
* <p>Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively
338+
* speaking with customers. Agents can search across connected repositories from within their agent desktop
339+
* to find answers quickly. Use the Amazon Connect Wisdom APIs to create an assistant and a knowledge base, for example, or manage content by uploading custom files.</p>
342340
*/
343341
export class WisdomClient extends __Client<
344342
__HttpHandlerOptions,

0 commit comments

Comments
 (0)