
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
@yext/chat-core-aws-connect
Advanced tools
Typescript Networking Library for the Yext Chat API Integration with Amazon Connect
a library used for integrating Yext Chat with the Amazon Connect agent platform.
import { provideChatCoreAwsConnect } from "@yext/chat-core-aws-connect";
import { Message, MessageResponse } from "@yext/chat-core";
// create a new instance of ChatCoreAwsConnect
const chatCoreAwsConnect = provideChatCoreAwsConnect();
// with some response from the Chat API containing handoff credentials...
const chatApiResponse: MessageResponse;
// initiate a connection to Amazon Connect using the credentials
await chatCoreAwsConnect.init(chatApiResponse);
// create a message payload
const messages: Message[] = [
{
source: "USER",
text: "Could I get some assistance?",
timestamp: "2023-05-15T17:33:38.373Z",
},
];
// send it to Connect!
await chatCoreAwsConnect.processMessage({ messages });
See our documentation for a more details on supported API calls and interfaces.
FAQs
Typescript Networking Library for the Yext Chat API Integration with Amazon Connect
The npm package @yext/chat-core-aws-connect receives a total of 3 weekly downloads. As such, @yext/chat-core-aws-connect popularity was classified as not popular.
We found that @yext/chat-core-aws-connect demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 70 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.