context method
Retrieves a context reference for the current profile. A context reference can be used to add a new context entry to the profile, or update/delete an existing entry context.
Implementation
AiAssistantContextReference context(String? id) =>
AiAssistantContextReference(_client, _integrationId, _profileId, id);