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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited