UiToolMessage class

Constructors

UiToolMessage({required String id, required UiToolType type, required UiToolData data, required String assistantName, String? imageUuid, String? chatBotId, String? marketPlaceId, required String queryGroupId})
UiToolMessage.fromJson(Map<String, dynamic> json)
factory

Properties

assistantName String
getter/setter pair
chatBotId String?
getter/setter pair
data UiToolData
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
imageUuid String?
getter/setter pair
marketPlaceId String?
getter/setter pair
queryGroupId String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type UiToolType
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited