ChatMessageRequest class

Constructors

ChatMessageRequest.new({Map<String, dynamic>? input = const {}, required String query, String responseMode = 'streaming', required String user, String? conversationId, List<FileInput>? files, bool autoGenerateName = true})

Properties

autoGenerateName bool
final
conversationId String?
final
files List<FileInput>?
final
hashCode int
The hash code for this object.
no setterinherited
input Map<String, dynamic>?
final
query String
final
responseMode String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user String
final

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