AiAssistantProfileReference constructor

AiAssistantProfileReference(
  1. AiAssistantClient _client,
  2. IntegrationId _integrationId,
  3. String _profileId
)

Implementation

AiAssistantProfileReference(
    this._client, this._integrationId, this._profileId);