ResponseInputText class
Holds a single instruction / prompt string.
Constructors
- ResponseInputText.new(String text)
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
Serialise to the wire shape (string or array of ResponseItem JSON).
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited