TencentCloudChatComponentBuilders constructor

const TencentCloudChatComponentBuilders({
  1. TencentCloudChatComponentBuilder? conversationBuilder,
  2. TencentCloudChatComponentBuilder? messageBuilder,
  3. TencentCloudChatComponentBuilder? contactBuilder,
  4. TencentCloudChatComponentBuilder? userProfileBuilder,
  5. TencentCloudChatComponentBuilder? groupProfileBuilder,
})

Constructs a new instance of TencentCloudChatComponentBuilders with the specified custom builders for each component.

Implementation

const TencentCloudChatComponentBuilders({
  this.conversationBuilder,
  this.messageBuilder,
  this.contactBuilder,
  this.userProfileBuilder,
  this.groupProfileBuilder,
});