SendMessageConfiguration class

Configuration of a send message request.

Constructors

SendMessageConfiguration({List<String>? acceptedOutputModes, bool? blocking, int? historyLength, PushNotificationConfig? pushNotification})
SendMessageConfiguration.fromJson(Map json_)

Properties

acceptedOutputModes List<String>?
The output modes that the agent is expected to respond with.
getter/setter pair
blocking bool?
If true, the message will be blocking until the task is completed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
historyLength int?
The maximum number of messages to include in the history.
getter/setter pair
pushNotification PushNotificationConfig?
A configuration of a webhook that can be used to receive updates
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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