tencentcloud_ai_desk_customer 1.6.1
tencentcloud_ai_desk_customer: ^1.6.1 copied to clipboard
AI-driven customer service UIKit for Tencent Cloud Desk (customer-side).
1.6.1 #
Added #
- Introduced
TencentCloudCustomerEventHandler, available both globally and per conversation, to enable further customization of event handling. This includes callbacks for events like user tapping a link, message and message list interactions, which allows you to control whether to render messages and manage the message list. For detailed usage, refer to the method comments for each callback.
1.6.0 #
Added #
- Introduced
TencentCloudCustomerMessageBuilders, available both globally and per conversation, to override individual widgets and fully customize the UI. - Provided
TencentCloudDeskCustomerControllerfor each conversation, enabling advanced control of the UIKit, including sending messages, reloading the message list, and more. - Supported
backgroundImageAssetinTencentCloudCustomerConfigto customize the chat background image.
Optimized #
- Fixed UI rendering issues that occurred when app is in Dark Mode.
1.5.1 #
Added #
- Added labels to indicate content that is generated by AI.
- Added a configuration option
enableAINoteto control whether the AI-generated content label is displayed.
1.4.3 #
1.4.0 #
Breaking Changes #
- Upgraded the underlying
tencent_cloud_chat_sdkto version ^8.6.7019+2, which is not backward compatible with versions 8.5 and earlier. - Refactored the file import structure in the
tencent_cloud_chat_sdkpackage.
Optimized #
- Made the
customerServiceIDparameter innavigateoptional, with a default fallback to"@customer_service_account"when not provided.
1.3.0 #
Breaking Changes #
- Upgraded the underlying
tencent_cloud_chat_sdkto version 8.5, which is not backward compatible with versions 8.4 and earlier. - If your project also utilizes other Tencent packages such as
tencent_cloud_chat_uikit, ensure that their underlyingtencent_cloud_chat_sdkdependency is equaled to version 8.5 to maintain compatibility. - You can verify the SDK version in your project by checking the
pubspec.lockfile.
1.2.3 #
1.2.1 #
1.2.0 #
Breaking Changes #
- Renamed package from
tencent_cloud_customertotencentcloud_ai_desk_customer. - Renamed class from
TencentCloudCustomertoTencentCloudAIDeskCustomer.
Added #
- Added support for the Indonesian language.
- Introduced a
languageoption inTencentCloudCustomerConfigfor explicit language selection.
Fixed #
- Fixed a bug in streamed messages causing inconsistent real-time output.