profile method

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.

Implementation

AiAssistantProfileReference profile(String id) =>
    AiAssistantProfileReference(this, _integrationId, id);