v4.19.0
·
15 commits
to stable
since this release
Features
AI Agent support is now available natively in the Chat SDK π
You can now enhance your chat with smart AI-driven interactions without separate integration.
Includes conversation list, message templates, CSAT, agent handoff, and more β fully embedded in the SDK.
-
AIAgentModule
- Added
requestMessengerSettings(params: MessengerSettingsParams): Fetch settings such as startup options and UI preferences for the AI agent. - Added
createConversationListQuery(params: ConversationListQueryParams): Create a query to retrieve the user's AI agent conversation list. - Added
getMessageTemplates(params: AIAgentMessageTemplateListParams): Fetch a list of available AI message templates for UI rendering.
- Added
-
GroupChannel
- Added
submitCSAT(params: CSATSubmitParams): Submit a CSAT (Customer Satisfaction) rating for a conversation. - Added
markConversationAsHandoff(): Mark a conversation as handed off to a human agent.
- Added
-
Etc
- Added
AI_AGENTenum value inSendbirdProductfor analytics.
- Added