Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.74 KB

chat-core-aws-connect.md

File metadata and controls

30 lines (21 loc) · 1.74 KB

Home > @yext/chat-core-aws-connect

chat-core-aws-connect package

Functions

Function Description
provideChatCoreAwsConnect(config) Provider for the ChatCore integration with AWS Connect.

Interfaces

Interface Description
AwsConnectEventData Data associated with an AWS Connect event.
ChatCoreAwsConnect Provides methods for interacting with Chat's Amazon Connect integration.
ChatCoreAwsConnectConfig Configuration for this instance of the ChatCoreAwsConnect.
LoggerConfig Configuration for the internal logger of the AWS Connect Chat session.

Type Aliases

Type Alias Description
EventCallback A generic event callback, to be used when defining listeners for a ChatCoreAwsConnect.
EventMap A map of events that can be emitted or listened for within a ChatCoreAwsConnect to their associated data types.
Logger The logger interface for the AWS Connect Chat session.
LogLevel The log level for the logger.