AiAssistantContextReference class
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
-
delete()
→ Future<void>
-
Deletes an existing context entry on the assistant profile. This will
result in an error if an entry has not yet been created for the current
context id.
-
insert({required String title, required AiAssistantContext context})
→ Future<void>
-
Adds a new context entry to the assistant profile.
This will result in an error if an entry already exists with
the same id.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
update({String? title, AiAssistantContext? context})
→ Future<void>
-
Updates an existing context entry on the assistant profile.
This will result in an error if an entry has not yet
been created for the current context id.