AiAssistantInstructionReference class

Constructors

AiAssistantInstructionReference.new(AiAssistantClient _client, IntegrationId _integrationId, String _profileId, String? id)

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 instruction entry on the assistant profile. This will result in an error if an entry has not yet been created for the current instruction id.
insert({required String instruction}) Future<void>
Adds a new instruction 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({required String instruction}) Future<void>
Updates an existing instruction entry on the assistant profile. This will result in an error if an entry has not yet been created for the current instruction id.

Operators

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