AiConversationParams class

Parameters for AI conversation messages

Constructors

AiConversationParams.new({String? type, WidgetSettings? widgetSettings, ResponseData? response, int? contentIndex, String? delta, String? itemId, int? outputIndex, String? responseId, ConversationItem? item, String? previousItemId})
AiConversationParams.fromJson(Map<String, dynamic> json)

Properties

contentIndex int?
getter/setter pair
delta String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
item ConversationItem?
getter/setter pair
itemId String?
getter/setter pair
outputIndex int?
getter/setter pair
previousItemId String?
getter/setter pair
response ResponseData?
getter/setter pair
responseId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
getter/setter pair
widgetSettings WidgetSettings?
getter/setter pair

Methods

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

Operators

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