instruction method

Retrieves an instruction reference for the current profile. An instruction reference can be used to add a new instruction entry to the profile, or update/delete an existing instruction entry.

Implementation

AiAssistantInstructionReference instruction(String? id) =>
    AiAssistantInstructionReference(_client, _integrationId, _profileId, id);