TencentCloudChatComponentBuilders constructor
const
TencentCloudChatComponentBuilders({
- TencentCloudChatComponentBuilder? conversationBuilder,
- TencentCloudChatComponentBuilder? messageBuilder,
- TencentCloudChatComponentBuilder? contactBuilder,
- TencentCloudChatComponentBuilder? userProfileBuilder,
- 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,
});