AiClient class

Constructors

AiClient.new(ClientIdService clientIdService, RpcManager rpcManager, SocketManager socketManager)

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

assistant({required IntegrationId integrationId}) AiAssistantClient
Returns an AI Assistant client for the given integration. The AI Assistant client can be used to build and chat with custom AI profiles. For more information about the AI Assistant in Squid, please refer to the (documentation)https://docs.squid.cloud/docs/integrations/ai/ai-assistant.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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