TencentCloudCustomerConfig class

Constructors

TencentCloudCustomerConfig.new({TDeskAppLocale? language, bool? useMessageReadReceipt, bool? showTransferToHumanButton, List<TencentCloudCustomerQuickMessage>? additionalQuickMessages})

Properties

additionalQuickMessages List<TencentCloudCustomerQuickMessage>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
language ↔ TDeskAppLocale?
Sets the UI and conversation language for the customer service chat interface, affecting page labels, chatbot interactions, and other related elements. Supports English, Simplified Chinese, Traditional Chinese, Japanese, and Indonesian. Defaults to the system language if not specified.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showTransferToHumanButton bool?
Determines whether the default quick message button, 'Human Service' is enabled.
getter/setter pair
useMessageReadReceipt bool?
Determines whether the message read receipt feature is enabled. If you wish to enable this feature, ensure that your Chat application is on the Premium Edition.
getter/setter pair

Methods

mergeWith(TencentCloudCustomerConfig? other) TencentCloudCustomerConfig
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited