ChatResponse class

Available extensions

Constructors

ChatResponse({String? model, required ChatMessage message, required String text, FinishReason? finishReason, Usage? usage, String? rawJson})
const

Properties

contentText String

Available on ChatResponse, provided by the ChatResponseX extension

no setter
finishReason FinishReason?
final
hashCode int
The hash code for this object.
no setteroverride
message ChatMessage
final
model String?
final
rawJson String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
final
usage Usage?
final

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.
override