UiToolMessage constructor
UiToolMessage({
- required String id,
- required UiToolType type,
- required UiToolData data,
- required String assistantName,
- String? imageUuid,
- String? chatBotId,
- String? marketPlaceId,
- required String queryGroupId,
Implementation
UiToolMessage({
required this.id,
required this.type,
required this.data,
required this.assistantName,
this.imageUuid,
this.chatBotId,
this.marketPlaceId,
required this.queryGroupId,
});