AiAssistantClient class
Properties
hashCode
→ int
The hash code for this object.
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
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