TencentCloudChatComponentConfigs constructor
const
TencentCloudChatComponentConfigs({
- TencentCloudChatMessageConfig? messageConfig,
- TencentCloudChatConversationConfig? conversationConfig,
- TencentCloudChatContactConfig? contactConfig,
- TencentCloudChatUserProfileConfig? userProfileConfig,
- 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,
});