Skip to content

Commit

Permalink
feat(client-wisdom): This release updates the GetRecommendations API …
Browse files Browse the repository at this point in the history
…to include a trigger event list for classifying and grouping recommendations.
  • Loading branch information
awstools committed Apr 21, 2022
1 parent 902a074 commit 6f1e5c3
Show file tree
Hide file tree
Showing 6 changed files with 481 additions and 188 deletions.
8 changes: 3 additions & 5 deletions clients/client-wisdom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@

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

<p>All Amazon Connect Wisdom functionality is accessible using the API. For example, you can create an
assistant and a knowledge base.</p>

<p>Some more advanced features are only accessible using the Wisdom API. For example, you
can manually manage content by uploading custom files and control their lifecycle. </p>
<p>Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively
speaking with customers. Agents can search across connected repositories from within their agent desktop
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>

## Installing

Expand Down
8 changes: 3 additions & 5 deletions clients/client-wisdom/src/Wisdom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,9 @@ import {
import { WisdomClient } from "./WisdomClient";

/**
* <p>All Amazon Connect Wisdom functionality is accessible using the API. For example, you can create an
* assistant and a knowledge base.</p>
*
* <p>Some more advanced features are only accessible using the Wisdom API. For example, you
* can manually manage content by uploading custom files and control their lifecycle. </p>
* <p>Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively
* speaking with customers. Agents can search across connected repositories from within their agent desktop
* 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>
*/
export class Wisdom extends WisdomClient {
/**
Expand Down
8 changes: 3 additions & 5 deletions clients/client-wisdom/src/WisdomClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,11 +334,9 @@ type WisdomClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandle
export interface WisdomClientResolvedConfig extends WisdomClientResolvedConfigType {}

/**
* <p>All Amazon Connect Wisdom functionality is accessible using the API. For example, you can create an
* assistant and a knowledge base.</p>
*
* <p>Some more advanced features are only accessible using the Wisdom API. For example, you
* can manually manage content by uploading custom files and control their lifecycle. </p>
* <p>Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively
* speaking with customers. Agents can search across connected repositories from within their agent desktop
* 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>
*/
export class WisdomClient extends __Client<
__HttpHandlerOptions,
Expand Down
Loading

0 comments on commit 6f1e5c3

Please sign in to comment.