ChatService class

Constructors

ChatService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

agentMessage(String question, String sessionId, String agentId, {required bool isMarkdown, String? threadId}) Future<ResponseMessage>
customComponentHandler(String text) Future<Map<String, dynamic>>
flowMessage(String question, String agentId, {bool? isMarkdown, String? threadId, String? sessionId, String? language}) Future<ResponseMessage>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendMessage(String text, String sessionId, {Map<String, dynamic>? payload}) Future<List<ResponseMessage>>
toString() String
A string representation of this object.
inherited

Operators

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