conversationConfig property

TencentCloudChatConversationConfig get conversationConfig

Implementation

TencentCloudChatConversationConfig get conversationConfig => _conversationConfig;
set conversationConfig (TencentCloudChatConversationConfig value)

Implementation

set conversationConfig(TencentCloudChatConversationConfig value) {
  _conversationConfig = value;
  notifyListener(TencentCloudChatConversationDataKeys.conversationConfig as T);
}