currentRobot property

V2NIMUserAIBot? get currentRobot

Implementation

V2NIMUserAIBot? get currentRobot => AIRobotManager.instance.getRobotById(
      ChatKitUtils.getConversationTargetId(conversationId),
    );