AIAssistantConfiguration class

Constructors

AIAssistantConfiguration.new({required String serverUrl, required String jwt, required String? sessionId, String? userId})

Properties

hashCode int
The hash code for this object.
no setterinherited
jwt String
JSON Web Token (JWT) for authentication
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverUrl String
The URL where your AI Assistant server can be accessed
final
sessionId String?
A session identifier for the chat session
final
userId String?
Optional user identifier
final

Methods

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

Operators

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