AiAssistantClient class

Constructors

AiAssistantClient.new(ClientIdService _clientIdService, RpcManager _rpcManager, SocketManager _socketManager, IntegrationId _integrationId)

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

chat(String profileId, String prompt) → Observable<String>
Sends a prompt to the specified profileId.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
profile(String id) AiAssistantProfileReference
Retrieves a profile reference for the provided id. A profile reference can be used to create and update profiles, add instructions and context and start chats.
toString() String
A string representation of this object.
inherited

Operators

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