TencentCloudChatComponentConfigs constructor

const TencentCloudChatComponentConfigs({
  1. TencentCloudChatMessageConfig? messageConfig,
  2. TencentCloudChatConversationConfig? conversationConfig,
  3. TencentCloudChatContactConfig? contactConfig,
  4. TencentCloudChatUserProfileConfig? userProfileConfig,
  5. TencentCloudChatGroupProfileConfig? groupProfileConfig,
})

Constructs a new instance of TencentCloudChatComponentConfigs with the specified configurations for each component.

Implementation

const TencentCloudChatComponentConfigs({
  this.messageConfig,
  this.conversationConfig,
  this.contactConfig,
  this.userProfileConfig,
  this.groupProfileConfig,
});